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

/seL4-refos-master/libs/libmuslc/src/complex/
H A Dcatan.c65 static const double DP1 = 3.14159265160560607910E0; variable
82 t = ((x - t * DP1) - t * DP2) - t * DP3;
H A Dcatanf.c60 static const double DP1 = 3.140625; variable
78 t = ((x - t * DP1) - t * DP2) - t * DP3;
H A Dcatanl.c71 static const long double DP1 = 3.14159265358979323829596852490908531763125L; variable
88 t = ((x - t * DP1) - t * DP2) - t * DP3;

Completed in 77 milliseconds