Searched refs:negative (Results 1 – 3 of 3) sorted by relevance
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_printf/ |
D | printf.c | 229 bool negative, unsigned int base, unsigned int prec, unsigned int width, in _ntoa_format() argument 233 … if (width && (flags & FLAGS_ZEROPAD) && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ntoa_format() 265 if (negative) { in _ntoa_format() 279 …long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long value, bool negative, in _ntoa_long() argument 298 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int) base, prec, width… in _ntoa_long() 306 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, in _ntoa_long_long() argument 325 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int) base, prec, width… in _ntoa_long_long() 371 bool negative = false; in _ftoa() local 373 negative = true; in _ftoa() 442 if (width && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ftoa() [all …]
|
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_float/ |
D | float_v1_rom_shim.S | 150 ldr r0,[r3] @ x negative, return +/- pi 160 cmp r0,#0 @ x negative 215 asrs r3,r0,#23 @ negative? return 0
|
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_double/ |
D | double_v1_rom_shim.S | 1266 asrs r3,r1,#20 @ negative? return 0
|