Home
last modified time | relevance | path

Searched refs:__t_sqrt (Results 1 – 3 of 3) sorted by relevance

/sysdeps/powerpc/fpu/
A De_sqrtf.c45 extern const float __t_sqrt[1024]; in __ieee754_sqrtf()
76 t_sqrt = __t_sqrt + (xi >> (23 - 8 - 1) & 0x3fe); in __ieee754_sqrtf()
A Dt_sqrt.c1 const float __t_sqrt[1024] = { variable
A De_sqrt.c45 extern const float __t_sqrt[1024]; in __ieee754_sqrt()
86 t_sqrt = __t_sqrt + (xi0 >> (52 - 32 - 8 - 1) & 0x3fe); in __ieee754_sqrt()

Completed in 5 milliseconds