Searched defs:lrd (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/glue/
H A DErrorInfo.cpp239 LONG lrc, lrd; local
245 rc = info->COMGETTER(ResultDetail)(&lrd); mResultDetail = lrd;
/vbox/include/iprt/nocrt/amd64/
H A Dmath.h45 DECLINLINE(long double) inline_rintl(long double lrd) argument
50 : "0" (lrd));
64 DECLINLINE(long double) inline_sqrtl(long double lrd) argument
69 : "0" (lrd));
91 # define rintl(lrd) inline_rintl(lrd)
97 # define sqrtl(lrd) inline_sqrtl(lrd)
/vbox/include/iprt/nocrt/x86/
H A Dmath.h44 DECLINLINE(long double) inline_rintl(long double lrd) argument
49 : "0" (lrd));
63 DECLINLINE(long double) inline_sqrtl(long double lrd) argument
68 : "0" (lrd));
90 # define rintl(lrd) inline_rintl(lrd)
96 # define sqrtl(lrd) inline_sqrtl(lrd)
/vbox/src/recompiler/Sun/
H A Dtestmath.c76 static long double check_lrd(const long double lrd, const unsigned long long ull, const unsigned short us) argument
79 lrd2 = lrd;
90 return lrd;
98 long double lrd; member in union:__anon17376
108 return u.lrd;
111 static long double check_lrd_cw(const long double lrd, const unsigned long long ull, const unsigned short us, const unsigned cw) argument
119 return check_lrd(lrd, ull, us);
133 long double lrd; local
293 lrd = 180.0L;
294 CHECK(sinl(lrd),
[all...]
/vbox/include/iprt/
H A Dtypes.h627 long double lrd; member in union:RTFLOAT80U2

Completed in 569 milliseconds