| /external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | ulp.inl | 247 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/ |
| D | float_ops.h | 86 const int ulps = std::abs(ra.i32 - rb.i32); variable
|
| /external/OpenCL-CTS/test_conformance/math_brute_force/ |
| D | utility.h | 119 inline int IsFloatResultSubnormal(double x, float ulps) in IsFloatResultSubnormal() 131 inline int IsDoubleResultSubnormal(long double x, float ulps) in IsDoubleResultSubnormal()
|
| D | unary_double.cpp | 150 float ulps; // max_allowed ulps member 168 float ulps = job->ulps; in Test() local
|
| D | unary_float.cpp | 147 float ulps; // max_allowed ulps member 168 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
|
| D | binary_i_double.cpp | 161 float ulps; // max_allowed ulps member 298 float ulps = job->ulps; in Test() local
|
| D | binary_i_float.cpp | 159 float ulps; // max_allowed ulps member 292 float ulps = job->ulps; in Test() local
|
| D | binary_operator_double.cpp | 161 float ulps; // max_allowed ulps member 290 float ulps = job->ulps; in Test() local
|
| D | binary_operator_float.cpp | 159 float ulps; // max_allowed ulps member 283 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
|
| D | binary_double.cpp | 162 float ulps; // max_allowed ulps member 293 float ulps = job->ulps; in Test() local
|
| D | binary_float.cpp | 160 float ulps; // max_allowed ulps member 286 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
|
| /external/OpenCL-CTS/test_conformance/spir/ |
| D | run_build_test.cpp | 267 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
|
| D | kernelargs.h | 113 virtual bool compare( const KernelArg& rhs, float ulps ) const in compare()
|
| D | run_services.cpp | 753 bool compare_results( const TestResult& lhs, const TestResult& rhs, float ulps ) in compare_results()
|
| /external/OpenCL-CTS/test_conformance/basic/ |
| D | test_readimage3d.cpp | 86 float ulps = Ulp_Error( outptr[i], image[i]); in verify_3d_image8() local
|
| /external/catch2/include/internal/ |
| D | catch_matchers_floating.cpp | 127 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
|
| /external/OpenCL-CTS/test_conformance/profiling/ |
| D | writeImage.cpp | 374 float ulps = Ulp_Error( outptr[i], refptr[i]); in verifyImageFloat() local
|
| /external/python/cpython2/Lib/test/ |
| D | test_math.py | 51 def ulps_check(expected, got, ulps=20): argument
|
| /external/OpenCL-CTS/test_conformance/geometrics/ |
| D | test_geometrics_double.cpp | 607 double ulps = Ulp_Error_Double( outData[i], expected ); in test_oneToFloat_kernel_double() local
|
| D | test_geometrics.cpp | 719 float ulps = Ulp_Error( outData[i], expected ); in test_oneToFloat_kernel() local
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmInstructionTests.cpp | 14695 …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/ |
| D | mathtest.c | 980 void print_ulps_helper(const char *name, long long ulps, char** failp) { in print_ulps_helper()
|
| /external/libabigail/tests/lib/ |
| D | catch.hpp | 11522 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
|
| /external/catch2/single_include/catch2/ |
| D | catch.hpp | 11460 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
|