Searched defs:lrd2 (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/nocrt/amd64/
H A Dmath.h34 DECLINLINE(long double) inline_atan2l(long double lrd1, long double lrd2) argument
40 "0" (lrd2)
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) argument
39 "0" (lrd2)
84 # define atan2l(lrd1, lrd2) inline_atan2l(lrd1, lrd2)
/vbox/src/recompiler/Sun/
H A Dtestmath.c78 static volatile long double lrd2; local
79 lrd2 = lrd;
80 if ( *(unsigned long long *)&lrd2 != ull
81 || ((unsigned short *)&lrd2)[4] != us)
84 printf("%I64x:%04x instead of %I64x:%04x\n", *(unsigned long long *)&lrd2, ((unsigned short *)&lrd2)[4], ull, us);
86 printf("%llx:%04x instead of %llx:%04x\n", *(unsigned long long *)&lrd2, ((unsigned short *)&lrd2)[4], ull, us);

Completed in 53 milliseconds