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/ComputeLibrary/src/core/utils/helpers/
Dfloat_ops.h86 const int ulps = std::abs(ra.i32 - rb.i32); variable
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.h119 inline int IsFloatResultSubnormal(double x, float ulps) in IsFloatResultSubnormal()
131 inline int IsDoubleResultSubnormal(long double x, float ulps) in IsDoubleResultSubnormal()
Dunary_double.cpp150 float ulps; // max_allowed ulps member
168 float ulps = job->ulps; in Test() local
Dunary_float.cpp147 float ulps; // max_allowed ulps member
168 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
Dbinary_i_double.cpp161 float ulps; // max_allowed ulps member
298 float ulps = job->ulps; in Test() local
Dbinary_i_float.cpp159 float ulps; // max_allowed ulps member
292 float ulps = job->ulps; in Test() local
Dbinary_operator_double.cpp161 float ulps; // max_allowed ulps member
290 float ulps = job->ulps; in Test() local
Dbinary_operator_float.cpp159 float ulps; // max_allowed ulps member
283 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
Dbinary_double.cpp162 float ulps; // max_allowed ulps member
293 float ulps = job->ulps; in Test() local
Dbinary_float.cpp160 float ulps; // max_allowed ulps member
286 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.cpp753 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.cpp14695 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local
14740 …const double ulps (64 * (1.0 + 2 * deAbs(d))); // This is not a precision test. Value is not from … in calc() local
14830 const double ulps (getULPs(in)); in calc() local
15001 const double ulps (16.0); // This is not a precision test. Value is not from spec in calc() local
15038 const double ulps (10.0 * (1.0 + 2.0 * deAbs(d))); in calc() local
15078 const double ulps (1.0 + 2.0 * deAbs(fp16type(in[0][0]).asDouble())); in calc() local
15389 const double ulps (2.0 * 5.0); // This is not a precision test. Value is not from spec in calc() local
15429 const double ulps (deMax(deAbs(ulps1), deAbs(ulps2))); in calc() local
15599 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.c980 void print_ulps_helper(const char *name, long long ulps, char** failp) { in print_ulps_helper()
/external/libabigail/tests/lib/
Dcatch.hpp11522 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
/external/catch2/single_include/catch2/
Dcatch.hpp11460 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()