Searched defs:FLT_EPSILON (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Dfloat.h61 # undef FLT_EPSILON macro
110 #define FLT_EPSILON __FLT_EPSILON__ macro
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java50 public static final float FLT_EPSILON = 1.1920928955078125E-7f; field in class:FastMath
823 x = FastMath.FLT_EPSILON;
859 x = FastMath.FLT_EPSILON;

Completed in 347 milliseconds