Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/complex/
Dcephes_subr.c62 static const double DP1 = 3.14159265160560607910E0; variable
81 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupi()
Dcephes_subrf.c62 static const double DP1 = 3.140625; variable
81 t = (((double) x - (double) t * DP1) - (double) t * DP2) - (double) t * DP3; in _redupif()
Dcephes_subrl.c59 static const long double DP1 = 3.14159265358979323829596852490908531763125L; variable
83 t = ((x - t * DP1) - t * DP2) - t * DP3; in _redupil()