/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.c | 396 slimb_t prec, int rnd_mode) in bf_get_rnd_add() 489 slimb_t i, bit_pos, pos, e_min, e_max, e_range, prec; in __bf_round() local 667 int bf_round(bf_t *r, limb_t prec, bf_flags_t flags) in bf_round() 2280 limb_t prec, bf_flags_t flags) in bf_pow_ui_ui() 3139 limb_t prec, bf_flags_t flags) in bf_atof2() 3146 limb_t prec, bf_flags_t flags) in bf_atof() 4067 limb_t prec) in chud_bs() 4264 limb_t prec, int flags) in bf_add_epsilon() 5224 limb_t prec, bf_flags_t flags) in bf_atan2() 6827 limb_t prec, bf_flags_t flags) in __bfdec_div() [all …]
|
A D | libbf.h | 141 limb_t prec; member
|
A D | repl.js | 105 var prec; variable
|
A D | qjscalc.js | 629 const_tab[n] = { prec: p, val: c }; property in get_const.const_tab
|
A D | quickjs.c | 402 limb_t prec; member 11029 limb_t prec, bf_flags_t flags) in js_ftoa() 11050 int prec, flags1; in js_ftoa() local 11088 limb_t prec, int flags) in js_bigdecimal_to_string1() 49382 int64_t prec; in js_float_env_constructor() local 49439 int64_t prec; in js_float_env_setPrec() local 49499 int64_t prec; in js_float_env_proto_set_status() local 49799 int64_t prec; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/examples/ |
A D | pi_bigdecimal.js | 8 function calc_pi(prec) { argument
|
A D | pi_bigint.js | 51 function calc_pi(prec) { argument
|
/AliOS-Things-master/components/minilibc/libc/ |
A D | printf.c | 267 …_t maxlen, char* buf, size_t len, bool negative, unsigned int base, unsigned int prec, unsigned in… in _ntoa_format() 321 …e_t maxlen, unsigned long value, bool negative, unsigned long base, unsigned int prec, unsigned in… in _ntoa_long() 346 …, unsigned long long value, bool negative, unsigned long long base, unsigned int prec, unsigned in… in _ntoa_long_long() 379 …ct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsigned int prec, unsigned in… in _ftoa() 507 …ct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsigned int prec, unsigned in… in _etoa() 680 const int prec = (int)va_arg(va, int); in _vsnprintf() local
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | mpprint.c | 204 …p_print_t *print, mp_obj_t x, int base, int base_char, int flags, char fill, int width, int prec) { in mp_print_mp_int() 343 …float(const mp_print_t *print, mp_float_t f, char fmt, int flags, char fill, int width, int prec) { in mp_print_float() 437 int prec = -1; in mp_vprintf() local
|
A D | formatfloat.c | 114 int mp_format_float(FPTYPE f, char *buf, size_t buf_size, char fmt, int prec, char sign) { in mp_format_float()
|
A D | objstr.c | 1493 int prec = -1; in str_modulo_format() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | __rem_pio2_large.c | 273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) in __rem_pio2_large()
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | k_rem_pio2.c | 152 …en __kernel_rem_pio2(const double *x, double *y, int e0, int nx, const unsigned int prec, const in… in __kernel_rem_pio2()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | kf_rem_pio2.c | 65 int __kernel_rem_pio2f(float *x, float *y, int e0, int nx, int prec, const __uint8_t *ipio2) in __kernel_rem_pio2f()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | ppm2tiff.c | 99 unsigned int w, h, prec, row; in main() local
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jcmarker.c | 151 int prec; in emit_dqt() local 547 int ci, prec; in write_frame_header() local
|
A D | jdmarker.c | 536 int n, prec; in get_dqt() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | utils.c | 139 int width, prec, fillch; in ppp_vslprintf() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | microbench.js | 52 function toPrec(n, prec) { argument
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | repl.js | 106 var prec; variable
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 46065 duk_small_int_t prec; local
|