Searched refs:DBL_EPSILON (Results 1 – 4 of 4) sorted by relevance
81 #define DBL_EPSILON 1.0e-100 macro84 template <typename NumType> bool tolZero( NumType n ) { return fabs(n) < DBL_EPSILON; } in tolZero()
1040 volatile double x = fValue + 1.0 / DBL_EPSILON; in rtl_math_round()1041 fValue = x - 1.0 / DBL_EPSILON; in rtl_math_round()
361 service DBL_EPSILON: com::sun::star::uno::XInterface {362 DBL_EPSILON([in] long DBL_EPSILON); };573 singleton DBL_EPSILON: com::sun::star::uno::XInterface;
1173 const double eps = 5.0 * DBL_EPSILON; in IsPointInLine()1199 const double eps = 5.0 * DBL_EPSILON; in GetLineIntersectionPoint()
Completed in 58 milliseconds