/AliOS-Things-master/components/minilibc/libc/ |
A D | printf.c | 271 if (width && (flags & FLAGS_ZEROPAD) && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ntoa_format() 305 if (negative) { in _ntoa_format() 340 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long() 365 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long_long() 407 bool negative = false; in _ftoa() local 409 negative = true; in _ftoa() 481 if (width && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ftoa() 490 if (negative) { in _ftoa() 515 const bool negative = value < 0; in _etoa() local 516 if (negative) { in _etoa() [all …]
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uasyncio_basic.py.exp | 5 negative
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 57 SDL_bool negative = SDL_FALSE; in SDL_ScanLong() local 60 negative = SDL_TRUE; in SDL_ScanLong() 82 if (negative && value) { in SDL_ScanLong() 162 SDL_bool negative = SDL_FALSE; in SDL_ScanLongLong() local 165 negative = SDL_TRUE; in SDL_ScanLongLong() 187 if (negative && value) { in SDL_ScanLongLong() 236 SDL_bool negative = SDL_FALSE; in SDL_ScanFloat() local 239 negative = SDL_TRUE; in SDL_ScanFloat() 255 if (negative && value) { in SDL_ScanFloat()
|
/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 43 negative = 1; in longlong_to_string() 59 if (negative) in longlong_to_string()
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_print.c | 91 int negative = 0; in longlong_to_string() local 94 negative = 1; in longlong_to_string() 125 if (negative) { in longlong_to_string()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | png.c | 3375 int negative = 0; 3380 negative = 1, A = -a; 3385 negative = !negative, T = -times; 3390 negative = !negative, D = -divisor; 3445 if (negative != 0) 3449 if ((negative != 0 && result <= 0) || 3450 (negative == 0 && result >= 0))
|
A D | libpng-manual.txt | 174 a non-negative argument the type is recorded as png_uint_32 above. Consult 605 and if negative all unknown chunks and 1554 of the screen (can be negative) 1557 of the screen (can be negative) 1945 If either weight is negative, default 4120 the normal top-down arrangement. A negative stride 4184 from one row to the next in component sized units (float) and if negative
|
A D | CHANGES | 491 negative shift distance, whose results are undefined in the C language. 2372 Reject attempt to write iCCP chunk with negative embedded profile length 2957 negative numbers. 3388 The cHRM chunk now sets the defaults for png_set_rgb_to_gray() (when negative 3510 maintains some state so that positive, negative and zero values are
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 274 * Fix undefined shifts with negative values in certificates parsing 531 * Improve negative testing of X.509 parsing. 968 a negative MPI. Previously the result was always negative. Found by Guido 2376 * Fixed potential negative value misinterpretation in load_file() 2584 * Potential negative value misinterpretation in load_file() 2765 used are negative. 2938 * Error codes are not (necessarily) negative. Keep 2956 * Fixed incorrect handling of negative strings in 2961 * Fixed incorrect handling of one single negative input 2963 * Fixed incorrect handling of negative first input [all …]
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 932 # and '=' continuation indents. Negative values are OK; negative value is 2292 # Use a negative number for absolute thresholds. 2306 # Use a negative number for absolute thresholds. 2325 # Use a negative number for absolute thresholds. 2352 # Use a negative number for absolute thresholds. 2383 # Use a negative number for absolute thresholds. 2402 # Use a negative number for absolute thresholds. 2413 # Use a negative number for absolute thresholds. 2427 # Use a negative number for absolute thresholds. 2501 # Use a negative number for absolute thresholds.
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 573 …provided the Number operand is a safe integer. The integer power with a negative exponent returns … 585 @item The integer power operator with a non zero negative exponent can be overloaded with @code{Ope…
|
A D | quickjs.texi | 559 The OS functions usually return 0 if OK or an OS specific negative
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ChangeLog | 91 tests which include flipping, included negative rotation
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | gzio.c-bak | 826 /* For a negative seek, rewind and use positive seek */
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 546 - Reject negative lengths in crc32_combine() 573 - Allow negative bits in inflatePrime() to delete existing bit buffer 1186 - return error for gzseek to negative absolute position
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 657 negative. 1345 'warning: negative integer implicitly converted to unsigned type' warning 1989 * libtiff/tif_dir.c: TIFFSetField(): refuse to set negative values for
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 1580 A zero or negative skip count should be treated as a no-op.
|
/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() argument 36580 if (negative) { in duk__cbor_decode_push_aival_int() 36598 if (negative) { in duk__cbor_decode_push_aival_int() 36628 if (negative) { in duk__cbor_decode_push_aival_int() 36632 if (negative) { in duk__cbor_decode_push_aival_int() 36645 if (negative) { in duk__cbor_decode_push_aival_int() 94078 if (negative) {
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1307 1819965e fix warning ("left shift of negative value") using a cast
|