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

/freebsd-11-stable/lib/msun/src/
H A De_jnf.c26 static const volatile float vone = 1, vzero = 0; variable
H A De_j0.c66 static const volatile double vone = 1, vzero = 0; variable
158 if(ix>=0x7ff00000) return vone/(x+x*x);
H A De_j1.c66 static const volatile double vone = 1, vzero = 0; variable
155 if(ix>=0x7ff00000) return vone/(x+x*x);
H A De_j0f.c28 static const volatile float vone = 1, vzero = 0; variable
115 if(ix>=0x7f800000) return vone/(x+x*x);
H A De_j1f.c28 static const volatile float vone = 1, vzero = 0; variable
112 if(ix>=0x7f800000) return vone/(x+x*x);
H A De_jn.c44 static const volatile double vone = 1, vzero = 0; variable

Completed in 123 milliseconds