Searched refs:two_over_pi (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libm/math/ |
D | sf_rem_pio2.c | 28 static const __int32_t two_over_pi[] = { variable 178 n = __kernel_rem_pio2f(tx, y, e0, nx, 2, two_over_pi); in __rem_pio2f()
|
D | s_rem_pio2.c | 28 static const __int32_t two_over_pi[] = { variable 173 n = __kernel_rem_pio2(tx, y, e0, nx, 2, two_over_pi); in __rem_pio2()
|