Searched defs:DBL_EPSILON (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Headers/
H A Dfloat.h62 # undef DBL_EPSILON macro
111 #define DBL_EPSILON __DBL_EPSILON__ macro
/external/clang/lib/include/
H A Dfloat.h62 # undef DBL_EPSILON macro
111 #define DBL_EPSILON __DBL_EPSILON__ macro
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java48 public static final double DBL_EPSILON = 2.220446049250313E-16d; field in class:FastMath
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c2645 #ifndef DBL_EPSILON
2646 #define DBL_EPSILON 1E-9 macro
/external/libxml2/
H A Dxpath.c2689 #ifndef DBL_EPSILON
2690 #define DBL_EPSILON 1E-9 macro

Completed in 184 milliseconds