Home
last modified time | relevance | path

Searched refs:DBL_EPSILON (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/basegfx/source/workbench/
H A Dbezierclip.hxx81 #define DBL_EPSILON 1.0e-100 macro
84 template <typename NumType> bool tolZero( NumType n ) { return fabs(n) < DBL_EPSILON; } in tolZero()
/aoo41x/main/sal/rtl/source/
H A Dmath.cxx1040 volatile double x = fValue + 1.0 / DBL_EPSILON; in rtl_math_round()
1041 fValue = x - 1.0 / DBL_EPSILON; in rtl_math_round()
/aoo41x/main/codemaker/test/cppumaker/
H A Dtypes.idl361 service DBL_EPSILON: com::sun::star::uno::XInterface {
362 DBL_EPSILON([in] long DBL_EPSILON); };
573 singleton DBL_EPSILON: com::sun::star::uno::XInterface;
/aoo41x/main/starmath/source/
H A Dnode.cxx1173 const double eps = 5.0 * DBL_EPSILON; in IsPointInLine()
1199 const double eps = 5.0 * DBL_EPSILON; in GetLineIntersectionPoint()

Completed in 58 milliseconds