Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_atanl.c55 if (expt < ATAN_LINEAR) { /* if |x| is small, atanl(x)~=x */ in atanl()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dinvtrig.h40 #define ATAN_LINEAR (BIAS - 56) /* 2**-56 */ macro