Searched refs:index_f (Results 1 – 2 of 2) sorted by relevance
233 float index_f; in j0f_near_root() local236 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() local517 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()
238 float index_f, sign = 1.0f; in j1f_near_root() local246 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() local528 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()