Searched defs:ceil (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_ceil.c19 * ceil(x)
24 * Inexact flag raised if x not equal to ceil(x).
33 ceil(double x) function
/vbox/src/recompiler/target-i386/
H A Dexec.h156 # undef ceil macro
166 # define ceil ceill macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h203 #undef ceil macro
204 #define ceil(d) xf86ceil(d) macro
/vbox/include/iprt/nocrt/
H A Dmath.h250 double RT_NOCRT(ceil)(double);
614 # define ceil RT_NOCRT(ceil) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h241 #undef ceil macro
242 #define ceil(d) xf86ceil(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h241 #undef ceil macro
242 #define ceil(d) xf86ceil(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h247 #undef ceil macro
248 #define ceil(d) xf86ceil(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h247 #undef ceil macro
248 #define ceil(d) xf86ceil(d) macro

Completed in 55 milliseconds