Searched refs:atan2l (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/nocrt/amd64/
H A Dmath.h84 # undef atan2l macro
85 # define atan2l(lrd1, lrd2) inline_atan2l(lrd1, lrd2) macro
/vbox/include/iprt/nocrt/x86/
H A Dmath.h83 # undef atan2l macro
84 # define atan2l(lrd1, lrd2) inline_atan2l(lrd1, lrd2) macro
/vbox/src/recompiler/target-i386/
H A Dexec.h164 # define atan2 atan2l
/vbox/include/iprt/nocrt/
H A Dmath.h435 long double RT_NOCRT(atan2l)(long double, long double);
734 # define atan2l RT_NOCRT(atan2l) macro
/vbox/src/recompiler/Sun/
H A Dtestmath.c171 CHECK(atan2l(1.0L, 1.0L), 0.785398163397448309603L);
172 CHECK(atan2l(2.3L, 3.3L), 0.608689307327411694890L);
371 #define atan2 atan2l

Completed in 624 milliseconds