Searched refs:_TBL_ipio2_inf (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | cosf.c | 37 extern const int _TBL_ipio2_inf[]; 133 n = __rem_pio2m(&w, &y, n, 1, 0, _TBL_ipio2_inf) + 1; in cosf()
|
H A D | sinf.c | 37 extern const int _TBL_ipio2_inf[]; 132 n = __rem_pio2m(&w, &y, n, 1, 0, _TBL_ipio2_inf); in sinf()
|
H A D | tanf.c | 33 extern const int _TBL_ipio2_inf[]; 141 n = __rem_pio2m(&w, &y, n, 1, 0, _TBL_ipio2_inf); in tanf()
|
H A D | sincosf.c | 59 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.c | 40 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.c | 39 const int _TBL_ipio2_inf[] = { variable
|