Searched defs:ulps (Results 1 – 5 of 5) sorted by relevance
100 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
51 def ulps_check(expected, got, ulps=20): argument
12681 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local12726 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local12816 const double ulps (getULPs(in)); in calc() local12987 const double ulps (16.0); // This is not a precision test. Value is not from spec in calc() local13024 const double ulps (10.0 * (1.0 + 2.0 * deAbs(d))); in calc() local13064 const double ulps (1.0 + 2.0 * deAbs(fp16type(in[0][0]).asDouble())); in calc() local13375 const double ulps (2.0 * 5.0); // This is not a precision test. Value is not from spec in calc() local13415 const double ulps (deMax(deAbs(ulps1), deAbs(ulps2))); in calc() local13585 const double ulps (8.0); // This is not a precision test. Value is not from spec in calc() local
967 void print_ulps_helper(const char *name, long long ulps, char** failp) { in print_ulps_helper()
9369 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher()