Home
last modified time | relevance | path

Searched refs:vone (Results 1 – 6 of 6) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_j1f.c28 static const volatile float vone = 1, vzero = 0; variable
113 if(ix>=0x7f800000) return vone/(x+x*x); in __ieee754_y1f()
De_j1.c67 static const volatile double vone = 1, vzero = 0; variable
157 if(ix>=0x7ff00000) return vone/(x+x*x); in __ieee754_y1()
De_j0.c67 static const volatile double vone = 1, vzero = 0; variable
160 if(ix>=0x7ff00000) return vone/(x+x*x); in __ieee754_y0()
De_j0f.c28 static const volatile float vone = 1, vzero = 0; variable
116 if(ix>=0x7f800000) return vone/(x+x*x); in __ieee754_y0f()
De_jnf.c26 static const volatile float vone = 1, vzero = 0; variable
De_jn.c46 static const volatile double vone = 1, vzero = 0; variable