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

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

Completed in 93 milliseconds