Home
last modified time | relevance | path

Searched refs:_TBL_ipio2_inf (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A Dcosf.c37 extern const int _TBL_ipio2_inf[];
133 n = __rem_pio2m(&w, &y, n, 1, 0, _TBL_ipio2_inf) + 1; in cosf()
H A Dsinf.c37 extern const int _TBL_ipio2_inf[];
132 n = __rem_pio2m(&w, &y, n, 1, 0, _TBL_ipio2_inf); in sinf()
H A Dtanf.c33 extern const int _TBL_ipio2_inf[];
141 n = __rem_pio2m(&w, &y, n, 1, 0, _TBL_ipio2_inf); in tanf()
H A Dsincosf.c59 extern const int _TBL_ipio2_inf[];
165 n = __rem_pio2m(&w, &y, n, 1, 0, _TBL_ipio2_inf); in sincosf()
/illumos-gate/usr/src/lib/libm/common/C/
H A D__rem_pio2.c40 extern const int _TBL_ipio2_inf[];
161 n = __rem_pio2m(tx, y, e0, nx, 2, _TBL_ipio2_inf); in __rem_pio2()
H A D_TBL_ipio2.c39 const int _TBL_ipio2_inf[] = { variable