Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c229 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()
306 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, in _ntoa_long_long() argument
371 bool negative = false; in _ftoa() local
373 negative = true; in _ftoa()
442 if (width && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ftoa()
451 if (negative) { in _ftoa()
475 const bool negative = value < 0; in _etoa() local
476 if (negative) { in _etoa()
[all …]
/lk-master/external/platform/lpc15xx/lpcopen/periph_acmp/example/
A Dreadme.dox39 * The negative voltage input is obtained from the voltage ladder, the
42 * comparator. When the voltage crosses the negative voltage input,
/lk-master/lib/libc/
A Dprintf.c105 int negative = 0; in longlong_to_string() local
108 negative = 1; in longlong_to_string()
124 if (negative) in longlong_to_string()
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_v1_rom_shim.S150 ldr r0,[r3] @ x negative, return +/- pi
160 cmp r0,#0 @ x negative
215 asrs r3,r0,#23 @ negative? return 0
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S1271 asrs r3,r1,#20 @ negative? return 0

Completed in 9 milliseconds