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

/seL4-refos-master/libs/libmuslc/src/complex/
H A Dcatan.c67 static const double DP3 = 1.14423774522196636802E-17; variable
82 t = ((x - t * DP1) - t * DP2) - t * DP3;
H A Dcatanf.c62 static const double DP3 = 1.509957990978376432E-7; variable
78 t = ((x - t * DP1) - t * DP2) - t * DP3;
H A Dcatanl.c73 static const long double DP3 = 1.8830410776607851167459095484560349402753e-39L; variable
88 t = ((x - t * DP1) - t * DP2) - t * DP3;

Completed in 31 milliseconds