Home
last modified time | relevance | path

Searched defs:IFLOOR (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libxmi/
H A Dsys-defines.h222 #define IFLOOR(x) ({double _x = (x); int _i = (int)_x; \ macro
235 #define IFLOOR(x) ((int)floor(x)) macro
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dsys-defines.h338 #define IFLOOR(x) ({double _x = (x); int _i = (int)_x; \ macro
351 #define IFLOOR(x) ((int)floor(x)) macro
/dports/emulators/mednafen/mednafen/src/mpcdec/
H A Dmpcmath.h65 # define IFLOOR(x) (int) floorf ((float)(x)) macro
77 # define IFLOOR(x) (int) floor (x) macro
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libmpcdec/mpc/
H A Dmpcmath.h64 # define IFLOOR(x) (int) floorf ((float)(x)) macro
76 # define IFLOOR(x) (int) floor (x) macro
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libmpcdec/mpc/
H A Dmpcmath.h64 # define IFLOOR(x) (int) floorf ((float)(x)) macro
76 # define IFLOOR(x) (int) floor (x) macro
/dports/audio/musepack/musepack_src_r475/include/mpc/
H A Dmpcmath.h66 # define IFLOOR(x) (int) floorf ((float)(x)) macro
78 # define IFLOOR(x) (int) floor (x) macro
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Dimports.h175 static inline int IFLOOR(float f) in IFLOOR() function
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/
H A Dimports.h282 static inline int IFLOOR(float f) in IFLOOR() function
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/
H A Dimports.h282 static inline int IFLOOR(float f) in IFLOOR() function