Searched refs:qrtr (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/lib/msun/src/
H A De_powf.c28 qrtr = 0.25, variable
144 w = (t*t)*(half-t*(thrd-t*qrtr));
H A De_j0f.c45 static const float zero = 0, qrtr = 0.25; variable
87 return one + z*((r/s)-qrtr);
H A De_j0.c83 static const double zero = 0, qrtr = 0.25; variable
125 return one + z*((r/s)-qrtr);
H A De_pow.c70 qrtr = 0.25, variable
204 w = (t*t)*(half-t*(thrd-t*qrtr));

Completed in 83 milliseconds