Searched defs:negative (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/minilibc/libc/ |
A D | printf.c | 267 … out, char* buffer, size_t idx, size_t maxlen, char* buf, size_t len, bool negative, unsigned int … in _ntoa_format() 321 …pe out, char* buffer, size_t idx, size_t maxlen, unsigned long value, bool negative, unsigned long… in _ntoa_long() 346 …t, char* buffer, size_t idx, size_t maxlen, unsigned long long value, bool negative, unsigned long… in _ntoa_long_long() 407 bool negative = false; in _ftoa() local 515 const bool negative = value < 0; in _etoa() local
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 57 SDL_bool negative = SDL_FALSE; in SDL_ScanLong() local 162 SDL_bool negative = SDL_FALSE; in SDL_ScanLongLong() local 236 SDL_bool negative = SDL_FALSE; in SDL_ScanFloat() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | printf.c | 40 int negative = 0; in longlong_to_string() local
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_print.c | 91 int negative = 0; in longlong_to_string() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 36544 …cbor_decode_push_aival_int(duk_cbor_decode_context *dec_ctx, duk_uint8_t ib, duk_bool_t negative) { in duk__cbor_decode_push_aival_int()
|
Completed in 260 milliseconds