Home
last modified time | relevance | path

Searched defs:I_ROUND (Results 1 – 7 of 7) sorted by relevance

/dports/devel/mercator/mercator-0.3.3/Mercator/
H A Diround.h11 #define I_ROUND(_x) (boost::math::lround(_x)) macro
14 #define I_ROUND(_x) (lround(_x)) macro
/dports/devel/eris/eris-1.3.23/Eris/
H A Diround.h11 #define I_ROUND(_x) (boost::math::lround(_x)) macro
15 #define I_ROUND(_x) (lround(_x)) macro
/dports/games/eureka/eureka-1.27b-source/src/
H A Dsys_macro.h56 #define I_ROUND(x) ((int)round(x)) macro
/dports/games/glbsp/glbsp-2.20/
H A Dutil.h43 #define I_ROUND(x) ((int) (((x) < 0.0f) ? ((x) - 0.5f) : ((x) + 0.5f))) macro
/dports/games/edge/Edge-1.35-source/glbsp/src/
H A Dutil.h43 #define I_ROUND(x) ((int) (((x) < 0.0f) ? ((x) - 0.5f) : ((x) + 0.5f))) macro
/dports/games/vavoom/vavoom-1.33/utils/glbsp/
H A Dutil.h43 #define I_ROUND(x) ((int) (((x) < 0.0f) ? ((x) - 0.5f) : ((x) + 0.5f))) macro
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/sandor_fxs/
H A DSDef.h56 #define I_ROUND(x) \ macro