HomeSort by: relevance | last modified time | path
    Searched refs:DP2 (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/complex/
cephes_subr.c 60 static const double DP2 = 1.98418714791870343106E-9;
78 t = ((x - t * DP1) - t * DP2) - t * DP3;
cephes_subrf.c 60 static const double DP2 = 9.67502593994140625E-4;
78 t = ((x - t * DP1) - t * DP2) - t * DP3;
cephes_subrl.c 60 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L;
83 t = ((x - t * DP1) - t * DP2) - t * DP3;

Completed in 12 milliseconds