Searched refs:mantissa_key (Results 1 – 1 of 1) sorted by relevance
406 int32_t mantissa_key; in cbrtf() local427 mantissa_key = ((xabs.x & 0x007e0000U) >> 17) * 3; in cbrtf()429 table = cbrt_table + mantissa_key + result.x % 3; in cbrtf()438 mantissa_key = ((xabs.x & 0x007e0000U) >> 17) * 3; in cbrtf()440 table = cbrt_table + mantissa_key + result.x % 3; in cbrtf()