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

  /src/lib/libm/complex/
cephes_subr.c 59 static const double DP1 = 3.14159265160560607910E0;
78 t = ((x - t * DP1) - t * DP2) - t * DP3;
cephes_subrf.c 59 static const double DP1 = 3.140625;
78 t = ((x - t * DP1) - t * DP2) - t * DP3;
cephes_subrl.c 59 static const long double DP1 = 3.14159265358979323829596852490908531763125L;
83 t = ((x - t * DP1) - t * DP2) - t * DP3;

Completed in 39 milliseconds