Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/complex/
Dcephes_subr.c63 static const double DP2 = 1.98418714791870343106E-9; variable
81 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupi()
Dcephes_subrf.c63 static const double DP2 = 9.67502593994140625E-4; variable
81 t = (((double) x - (double) t * DP1) - (double) t * DP2) - (double) t * DP3; in _redupif()
Dcephes_subrl.c60 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L; variable
83 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupil()