Searched refs:Fabs (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmifpoly.h52 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
53 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
57 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h144 #ifndef Fabs
145 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h144 #ifndef Fabs
145 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h141 #ifndef Fabs
142 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h146 #ifndef Fabs
147 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h143 #ifndef Fabs
144 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h143 #ifndef Fabs
144 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h143 #ifndef Fabs
144 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h143 #ifndef Fabs
144 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h142 #ifndef Fabs
143 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h154 #ifndef Fabs
155 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmifpoly.h54 #define ISEQUAL(a,b) (Fabs((a) - (b)) <= EPSILON)
55 #define UNEQUAL(a,b) (Fabs((a) - (b)) > EPSILON)
59 #define ISZERO(x) (Fabs((x)) <= EPSILON)
H A Dmisc.h154 #ifndef Fabs
155 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dmisc.h154 #ifndef Fabs
155 #define Fabs(a) ((a) > 0.0 ? (a) : -(a)) /* floating absolute value */ macro

Completed in 47 milliseconds