/aosp_15_r20/libcore/ojluni/src/test/java/lang/Math/ |
H A D | Tests.java | 366 static int testUlpCore(double result, double expected, double ulps) { in testUlpCore() 394 double result, double expected, double ulps) { in testUlpDiff() 405 double result, double expected, double ulps) { in testUlpDiff() 420 double ulps, double absBound) { in testUlpDiffWithAbsBound() 443 double ulps, double lowerBound) { in testUlpDiffWithLowerBound()
|
H A D | HyperbolicTests.java | 375 double ulps) { in testSinhCaseWithUlpDiff() 723 double ulps) { in testCoshCaseWithUlpDiff() 1006 double ulps) { in testTanhCaseWithUlpDiff()
|
H A D | TanTests.java | 40 static void testTanCase(double input, double expected, double ulps) { in testTanCase()
|
H A D | Log1pTests.java | 186 public static void testLog1pCaseWithUlpDiff(double input, double expected, double ulps) { in testLog1pCaseWithUlpDiff()
|
H A D | Expm1Tests.java | 184 double ulps, in testExpm1CaseWithUlpDiff()
|
H A D | HypotTests.java | 200 static void testHypotCase(double input1, double input2, double expected, double ulps) { in testHypotCase()
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A 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)
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/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)
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | run_build_test.cpp | 270 float ulps) in run_test() 313 float ulps = 0.f; in get_max_ulps() local 360 float ulps = get_max_ulps(test_name); in runBuildTest() local
|
H A D | kernelargs.h | 113 virtual bool compare( const KernelArg& rhs, float ulps ) const in compare()
|
H A D | run_services.cpp | 753 bool compare_results( const TestResult& lhs, const TestResult& rhs, float ulps ) in compare_results()
|
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/float/ |
D | close.rs | 25 ulps: <f64 as Ulps>::U, field 78 pub fn ulps(mut self, ulps: <f64 as Ulps>::U) -> Self { in ulps() method
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A D | utility.h | 112 inline int IsFloatResultSubnormal(double x, float ulps) in IsFloatResultSubnormal() 124 inline int IsDoubleResultSubnormal(long double x, float ulps) in IsDoubleResultSubnormal()
|
H A D | unary_double.cpp | 71 float ulps; // max_allowed ulps member 89 float ulps = job->ulps; in Test() local
|
H A D | unary_float.cpp | 70 float ulps; // max_allowed ulps member 91 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
|
H A D | binary_i_double.cpp | 77 float ulps; // max_allowed ulps member 214 float ulps = job->ulps; in Test() local
|
H A D | binary_i_float.cpp | 77 float ulps; // max_allowed ulps member 210 float ulps = job->ulps; in Test() local
|
H A D | binary_operator_double.cpp | 76 float ulps; // max_allowed ulps member 205 float ulps = job->ulps; in Test() local
|
H A D | binary_double.cpp | 78 float ulps; // max_allowed ulps member 209 float ulps = job->ulps; in Test() local
|
H A D | binary_operator_float.cpp | 76 float ulps; // max_allowed ulps member 200 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
|
H A D | binary_float.cpp | 78 float ulps; // max_allowed ulps member 204 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/utils/helpers/ |
H A D | float_ops.h | 86 const int ulps = std::abs(ra.i32 - rb.i32); variable
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/profiling/ |
H A D | writeImage.cpp | 374 float ulps = Ulp_Error( outptr[i], refptr[i]); in verifyImageFloat() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_math.py | 51 def ulps_check(expected, got, ulps=20): argument
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/geometrics/ |
H A D | test_geometrics_double.cpp | 607 double ulps = Ulp_Error_Double( outData[i], expected ); in test_oneToFloat_kernel_double() local
|