Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/complex/
Dcephes_subrl.c62 static const long double DP3 = 1.8830410776607851167459095484560349402753e-39L; variable
65 static const long double DP3 = 0L; variable
83 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupil()
Dcephes_subr.c64 static const double DP3 = 1.14423774522196636802E-17; variable
81 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupi()
Dcephes_subrf.c64 static const double DP3 = 1.509957990978376432E-7; variable
81 t = (((double) x - (double) t * DP1) - (double) t * DP2) - (double) t * DP3; in _redupif()