Home
last modified time | relevance | path

Searched defs:ulps (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/internal/
Dcatch_matchers_floating.cpp100 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
/external/python/cpython2/Lib/test/
Dtest_math.py51 def ulps_check(expected, got, ulps=20): argument
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp12681 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local
12726 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local
12816 const double ulps (getULPs(in)); in calc() local
12987 const double ulps (16.0); // This is not a precision test. Value is not from spec in calc() local
13024 const double ulps (10.0 * (1.0 + 2.0 * deAbs(d))); in calc() local
13064 const double ulps (1.0 + 2.0 * deAbs(fp16type(in[0][0]).asDouble())); in calc() local
13375 const double ulps (2.0 * 5.0); // This is not a precision test. Value is not from spec in calc() local
13415 const double ulps (deMax(deAbs(ulps1), deAbs(ulps2))); in calc() local
13585 const double ulps (8.0); // This is not a precision test. Value is not from spec in calc() local
/external/arm-optimized-routines/test/
Dmathtest.c967 void print_ulps_helper(const char *name, long long ulps, char** failp) { in print_ulps_helper()
/external/catch2/single_include/catch2/
Dcatch.hpp9369 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher()