Searched defs:atan2l (Results 1 - 3 of 3) 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/include/iprt/nocrt/
H A Dmath.h435 long double RT_NOCRT(atan2l)(long double, long double);
734 # define atan2l RT_NOCRT(atan2l) macro

Completed in 47 milliseconds