Searched defs:fabs (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_fabs.c19 * fabs(x) returns the absolute value of x.
26 fabs(double x) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglxserver.h58 #undef fabs macro
H A Dxf86_libc.h253 #undef fabs macro
254 #define fabs(d) xf86fabs(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxserver.h54 #undef fabs macro
H A Dxf86_libc.h253 #undef fabs macro
254 #define fabs(d) xf86fabs(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxserver.h58 #undef fabs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxserver.h53 #undef fabs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxserver.h49 #undef fabs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxserver.h49 #undef fabs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxserver.h49 #undef fabs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxserver.h49 #undef fabs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxserver.h49 #undef fabs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxserver.h56 #undef fabs macro
H A Dxf86_libc.h259 #undef fabs macro
260 #define fabs(d) xf86fabs(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxserver.h56 #undef fabs macro
H A Dxf86_libc.h259 #undef fabs macro
260 #define fabs(d) xf86fabs(d) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c648 #define fabs(x) (((x)<0.0)?(-x):(x)) macro
3019 if ((Sum(a,a) == ZERO) || (fabs(z) >= y)) break;
3046 if ((Sum(a,a) == ZERO) || (fabs(y) >= f_min)) break;
3102 if ((Sum(a,a) == ZERO) || (fabs(y) >= xminner)) break;
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h215 #undef fabs macro
216 #define fabs(d) xf86fabs(d) macro
/vbox/include/iprt/nocrt/
H A Dmath.h251 double RT_NOCRT(fabs)(double) __pure2;
615 # define fabs RT_NOCRT(fabs) macro

Completed in 93 milliseconds