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

  /src/lib/libm/complex/
cephes_subr.c 61 static const double DP3 = 1.14423774522196636802E-17;
78 t = ((x - t * DP1) - t * DP2) - t * DP3;
cephes_subrf.c 61 static const double DP3 = 1.509957990978376432E-7;
78 t = ((x - t * DP1) - t * DP2) - t * DP3;
cephes_subrl.c 62 static const long double DP3 = 1.8830410776607851167459095484560349402753e-39L;
65 static const long double DP3 = 0L;
83 t = ((x - t * DP1) - t * DP2) - t * DP3;

Completed in 14 milliseconds