Searched defs:inline_atan2l (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/nocrt/amd64/
H A Dmath.h34 DECLINLINE(long double) inline_atan2l(long double lrd1, long double lrd2) function
85 # define atan2l(lrd1, lrd2) inline_atan2l(lrd1, lrd2)
/vbox/include/iprt/nocrt/x86/
H A Dmath.h33 DECLINLINE(long double) inline_atan2l(long double lrd1, long double lrd2) function
84 # define atan2l(lrd1, lrd2) inline_atan2l(lrd1, lrd2)

Completed in 42 milliseconds