Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c209 bool negative, unsigned int base, unsigned int prec, unsigned int width, in _ntoa_format() argument
213 … if (width && (flags & FLAGS_ZEROPAD) && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ntoa_format()
245 if (negative) { in _ntoa_format()
286 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, in _ntoa_long_long() argument
351 bool negative = false; in _ftoa() local
353 negative = true; in _ftoa()
422 if (width && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ftoa()
431 if (negative) { in _ftoa()
455 const bool negative = value < 0; in _etoa() local
456 if (negative) { in _etoa()
[all …]
/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,
/external/platform/pico/rp2_common/pico_float/
A Dfloat_v1_rom_shim.S149 ldr r0,[r3] @ x negative, return +/- pi
159 cmp r0,#0 @ x negative
214 asrs r3,r0,#23 @ negative? return 0
/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S1264 asrs r3,r1,#20 @ negative? return 0

Completed in 629 milliseconds