Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dulp.inl247 GLM_FUNC_QUALIFIER T next_float(T const & x, uint const & ulps)
256 GLM_FUNC_QUALIFIER vecType<T, P> next_float(vecType<T, P> const & x, vecType<uint, P> const & ulps)
265 GLM_FUNC_QUALIFIER T prev_float(T const & x, uint const & ulps)
274 GLM_FUNC_QUALIFIER vecType<T, P> prev_float(vecType<T, P> const & x, vecType<uint, P> const & ulps)
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.h120 static inline int IsFloatResultSubnormal(double x, float ulps) in IsFloatResultSubnormal()
132 static inline int IsDoubleResultSubnormal(long double x, float ulps) in IsDoubleResultSubnormal()
Dunary_double.cpp146 float ulps; // max_allowed ulps member
329 float ulps = job->ulps; in Test() local
Dbinary_i_double.cpp158 float ulps; // max_allowed ulps member
476 float ulps = job->ulps; in Test() local
Dunary_float.cpp144 float ulps; // max_allowed ulps member
356 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
Dbinary_i_float.cpp156 float ulps; // max_allowed ulps member
471 float ulps = job->ulps; in Test() local
Dbinary_double.cpp159 float ulps; // max_allowed ulps member
475 float ulps = job->ulps; in Test() local
Dbinary_operator_float.cpp156 float ulps; // max_allowed ulps member
464 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
Dbinary_operator_double.cpp158 float ulps; // max_allowed ulps member
469 float ulps = job->ulps; in Test() local
Dbinary_float.cpp157 float ulps; // max_allowed ulps member
469 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp267 float ulps) in run_test()
310 float ulps = 0.f; in get_max_ulps() local
357 float ulps = get_max_ulps(test_name); in runBuildTest() local
Dkernelargs.h113 virtual bool compare( const KernelArg& rhs, float ulps ) const in compare()
Drun_services.cpp748 bool compare_results( const TestResult& lhs, const TestResult& rhs, float ulps ) in compare_results()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_readimage3d.cpp86 float ulps = Ulp_Error( outptr[i], image[i]); in verify_3d_image8() local
/external/catch2/include/internal/
Dcatch_matchers_floating.cpp127 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
/external/OpenCL-CTS/test_conformance/profiling/
DwriteImage.cpp374 float ulps = Ulp_Error( outptr[i], refptr[i]); in verifyImageFloat() local
/external/python/cpython2/Lib/test/
Dtest_math.py51 def ulps_check(expected, got, ulps=20): argument
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics_double.cpp607 double ulps = Ulp_Error_Double( outData[i], expected ); in test_oneToFloat_kernel_double() local
Dtest_geometrics.cpp719 float ulps = Ulp_Error( outData[i], expected ); in test_oneToFloat_kernel() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp14596 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local
14641 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local
14731 const double ulps (getULPs(in)); in calc() local
14902 const double ulps (16.0); // This is not a precision test. Value is not from spec in calc() local
14939 const double ulps (10.0 * (1.0 + 2.0 * deAbs(d))); in calc() local
14979 const double ulps (1.0 + 2.0 * deAbs(fp16type(in[0][0]).asDouble())); in calc() local
15290 const double ulps (2.0 * 5.0); // This is not a precision test. Value is not from spec in calc() local
15330 const double ulps (deMax(deAbs(ulps1), deAbs(ulps2))); in calc() local
15500 const double ulps (8.0); // This is not a precision test. Value is not from spec in calc() local
/external/arm-optimized-routines/math/test/
Dmathtest.c977 void print_ulps_helper(const char *name, long long ulps, char** failp) { in print_ulps_helper()
/external/llvm-project/libc/AOR_v20.02/math/test/
Dmathtest.c978 void print_ulps_helper(const char *name, long long ulps, char** failp) { in print_ulps_helper()
/external/catch2/single_include/catch2/
Dcatch.hpp11460 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
/external/libabigail/tests/lib/
Dcatch.hpp11522 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()