/external/catch2/include/internal/ |
D | catch_matchers_floating.cpp | 100 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher() argument 101 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } { in WithinUlpsMatcher() 102 CATCH_ENFORCE(ulps >= 0, "Invalid ULP setting: " << ulps << '.'
|
D | catch_matchers_floating.h | 32 WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType);
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 12275 …rtual double getMin (double value, double ulps) { return value - floatFormat16.ulp(deAbs(val… in getMin() 12276 …rtual double getMax (double value, double ulps) { return value + floatFormat16.ulp(deAbs(val… in getMax() 12681 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local 12688 error = floatFormat16.ulp(deAbs(result), ulps); in calc() 12698 …error = deAbs(floatFormat16.ulp(epx.asDouble(), ulps)) + deAbs(floatFormat16.ulp(enx.asDouble(), u… in calc() 12726 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local 12748 min[0] = result - floatFormat16.ulp(deAbs(result), ulps); in calc() 12749 max[0] = result + floatFormat16.ulp(deAbs(result), ulps); in calc() 12816 const double ulps (getULPs(in)); in calc() local 12819 const double epxmerr = floatFormat16.ulp(epxm, ulps); in calc() [all …]
|
/external/arm-optimized-routines/test/ |
D | mathtest.c | 967 void print_ulps_helper(const char *name, long long ulps, char** failp) { in print_ulps_helper() argument 968 if(ulps == LLONG_MAX) { in print_ulps_helper() 971 *failp += sprintf(*failp, " %s=%.3f", name, (double)ulps / ULPUNIT); in print_ulps_helper()
|
/external/python/cpython2/Lib/test/ |
D | test_math.py | 51 def ulps_check(expected, got, ulps=20): argument 58 if abs(ulps_error) <= ulps: 61 ulps)
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | dqAdd.decTest | 467 -- negative ulps 500 -- negative ulps
|
D | ddAdd.decTest | 443 -- negative ulps 476 -- negative ulps
|
D | add.decTest | 459 -- negative ulps 496 -- negative ulps 1971 -- negative ulps 2004 -- negative ulps
|
D | fma.decTest | 1217 -- negative ulps 1254 -- negative ulps 2682 -- negative ulps 2715 -- negative ulps
|
D | ddFMA.decTest | 954 -- negative ulps 987 -- negative ulps
|
D | dqFMA.decTest | 977 -- negative ulps 1010 -- negative ulps
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | dqAdd.decTest | 467 -- negative ulps 500 -- negative ulps
|
D | ddAdd.decTest | 443 -- negative ulps 476 -- negative ulps
|
D | add.decTest | 459 -- negative ulps 496 -- negative ulps 1971 -- negative ulps 2004 -- negative ulps
|
D | fma.decTest | 1217 -- negative ulps 1254 -- negative ulps 2682 -- negative ulps 2715 -- negative ulps
|
D | dqFMA.decTest | 977 -- negative ulps 1010 -- negative ulps
|
D | ddFMA.decTest | 954 -- negative ulps 987 -- negative ulps
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 3058 WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType); 9369 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher() argument 9370 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } { in WithinUlpsMatcher() 9371 CATCH_ENFORCE(ulps >= 0, "Invalid ULP setting: " << ulps << '.'
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 1838 precision (ulps) whenever possible. See :issue:`1381` for the
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 1842 precision (ulps) whenever possible. See :issue:`1381` for the
|