Searched defs:prec (Results 1 – 2 of 2) sorted by relevance
| /external/platform/pico/rp2_common/pico_printf/ |
| A D | printf.c | 209 bool negative, unsigned int base, unsigned int prec, unsigned int width, in _ntoa_format() 260 … unsigned long base, unsigned int prec, unsigned int width, unsigned int flags) { in _ntoa_long() 286 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, in _ntoa_long_long() 322 …t _ftoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsigned int prec, in _ftoa() 447 …t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsigned int prec, in _etoa() 643 const int prec = (int) va_arg(va, int); in _vsnprintf() local
|
| /external/lib/libm/ |
| A D | k_rem_pio2.c | 294 __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec) in __kernel_rem_pio2()
|
Completed in 6 milliseconds