Searched refs:llrintl (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/math/
H A Dllrintl.asm3 ; IPRT - No-CRT llrintl - AMD64 & X86.
35 BEGINPROC RT_NOCRT(llrintl)
52 ENDPROC RT_NOCRT(llrintl)
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c38 # define llrintl(f) ((int64_t)rint(f)) macro
49 llrintl(long double x) { function
447 return llrintl(a);
/vbox/src/recompiler/Sun/
H A Dtestmath.c191 CHECKLL(llrintl(1.0L), 1);
192 CHECKLL(llrintl(1.3L), 1);
193 CHECKLL(llrintl(1.5L), 2);
194 CHECKLL(llrintl(1.9L), 2);
/vbox/include/iprt/nocrt/
H A Dmath.h468 long long RT_NOCRT(llrintl)(long double);
759 # define llrintl RT_NOCRT(llrintl) macro

Completed in 55 milliseconds