Home
last modified time | relevance | path

Searched refs:ATAN_CONST (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_atanl.c44 if(expt >= ATAN_CONST) { /* if |x| is large, atan(x)~=pi/2 */ in atanl()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dinvtrig.h39 #define ATAN_CONST (BIAS + 113) /* 2**113 */ macro