Home
last modified time | relevance | path

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

12

/aosp_15_r20/libcore/ojluni/src/test/java/lang/Math/
H A DTests.java366 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 DHyperbolicTests.java375 double ulps) { in testSinhCaseWithUlpDiff()
723 double ulps) { in testCoshCaseWithUlpDiff()
1006 double ulps) { in testTanhCaseWithUlpDiff()
H A DTanTests.java40 static void testTanCase(double input, double expected, double ulps) { in testTanCase()
H A DLog1pTests.java186 public static void testLog1pCaseWithUlpDiff(double input, double expected, double ulps) { in testLog1pCaseWithUlpDiff()
H A DExpm1Tests.java184 double ulps, in testExpm1CaseWithUlpDiff()
H A DHypotTests.java200 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 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)
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/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)
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Drun_build_test.cpp270 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 Dkernelargs.h113 virtual bool compare( const KernelArg& rhs, float ulps ) const in compare()
H A Drun_services.cpp753 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/
Dclose.rs25 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 Dutility.h112 inline int IsFloatResultSubnormal(double x, float ulps) in IsFloatResultSubnormal()
124 inline int IsDoubleResultSubnormal(long double x, float ulps) in IsDoubleResultSubnormal()
H A Dunary_double.cpp71 float ulps; // max_allowed ulps member
89 float ulps = job->ulps; in Test() local
H A Dunary_float.cpp70 float ulps; // max_allowed ulps member
91 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
H A Dbinary_i_double.cpp77 float ulps; // max_allowed ulps member
214 float ulps = job->ulps; in Test() local
H A Dbinary_i_float.cpp77 float ulps; // max_allowed ulps member
210 float ulps = job->ulps; in Test() local
H A Dbinary_operator_double.cpp76 float ulps; // max_allowed ulps member
205 float ulps = job->ulps; in Test() local
H A Dbinary_double.cpp78 float ulps; // max_allowed ulps member
209 float ulps = job->ulps; in Test() local
H A Dbinary_operator_float.cpp76 float ulps; // max_allowed ulps member
200 float ulps = getAllowedUlpError(job->f, relaxedMode); in Test() local
H A Dbinary_float.cpp78 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 Dfloat_ops.h86 const int ulps = std::abs(ra.i32 - rb.i32); variable
/aosp_15_r20/external/OpenCL-CTS/test_conformance/profiling/
H A DwriteImage.cpp374 float ulps = Ulp_Error( outptr[i], refptr[i]); in verifyImageFloat() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_math.py51 def ulps_check(expected, got, ulps=20): argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/geometrics/
H A Dtest_geometrics_double.cpp607 double ulps = Ulp_Error_Double( outData[i], expected ); in test_oneToFloat_kernel_double() local

12