Home
last modified time | relevance | path

Searched refs:index_f (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/ieee754/flt-32/
De_j0f.c233 float index_f; in j0f_near_root() local
236 index_f = roundf ((x - FIRST_ZERO_J0) / M_PIf); in j0f_near_root()
239 if (index_f >= SMALL_SIZE) in j0f_near_root()
241 index = (int) index_f; in j0f_near_root()
514 float index_f; in y0f_near_root() local
517 index_f = roundf ((x - FIRST_ZERO_Y0) / M_PIf); in y0f_near_root()
518 if (index_f >= SMALL_SIZE) in y0f_near_root()
520 index = (int) index_f; in y0f_near_root()
De_j1f.c238 float index_f, sign = 1.0f; in j1f_near_root() local
246 index_f = roundf ((x - FIRST_ZERO_J1) / M_PIf); in j1f_near_root()
247 if (index_f >= SMALL_SIZE) in j1f_near_root()
249 index = (int) index_f; in j1f_near_root()
525 float index_f; in y1f_near_root() local
528 index_f = roundf ((x - FIRST_ZERO_Y1) / M_PIf); in y1f_near_root()
529 if (index_f >= SMALL_SIZE) in y1f_near_root()
531 index = (int) index_f; in y1f_near_root()