Searched refs:__rem_pio2_large (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | libm.h | 92 int __rem_pio2_large(double*, double*, int, int, int);
|
A D | __rem_pio2.c | 168 n = __rem_pio2_large(tx,ty,(int)(ix>>20)-(0x3ff+23),i+1,1); in __rem_pio2()
|
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() function
|
Completed in 7 milliseconds