Searched refs:ATAN_CONST (Results 1 – 3 of 3) sorted by relevance
39 if(expt >= ATAN_CONST) { /* if |x| is large, atan(x)~=pi/2 */ in atanl()
35 #define ATAN_CONST (BIAS + 65) /* 2**65 */ macro
35 #define ATAN_CONST (BIAS + 113) /* 2**113 */ macro