/aosp_15_r20/external/swiftshader/tests/MathUnitTests/ |
H A D | unittests.cpp | 135 float ulp = abs(x1 - x); in ULP_32() local 144 double ulp = abs(x1 - x); in ULP_32() local 153 float ulp = abs(x1 - x); in ULP_16() local 221 float ulp = (float)ULP_16(ref, (double)val); in TEST() local 289 float ulp = ULP_16((float)ref, val); in TEST() local 376 float ulp = (float)ULP_32(ref, (double)val); in TEST() local 446 float ulp = (float)ULP_32(ref, (double)val); in TEST() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
H A D | FpUtils.java | 149 public static double ulp(double d) { in ulp() method in FpUtils 154 public static float ulp(float f) { in ulp() method in FpUtils
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | FpUtils.java | 853 public static double ulp(double d) { in ulp() method in FpUtils 882 public static float ulp(float f) { in ulp() method in FpUtils
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | FloatyUnitTest.java | 389 double ulp = Float16Utils.float16Ulp(value); in validateFloat16Ulp() local 534 double ulp = Float16Utils.float16Ulp(value); in testRoundToFloat16() local
|
H A D | Target.java | 434 double ulp = NegativeUlp(); in ExpandMin() local 475 double ulp = Ulp(); in ExpandMax() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuFloatFormat.cpp | 96 double FloatFormat::ulp(double x, double count) const in ulp() function in tcu::FloatFormat 308 double NormalizedFormat::ulp(double x, double count) const in ulp() function in tcu::NormalizedFormat
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue7740.go | 17 const ulp = (1.0 + (2.0 / 3.0)) - (5.0 / 3.0) const
|
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | ulp.c | 35 ulp in ulp() function
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StrictMath/ |
H A D | ExpTests.java | 112 double ulp = Math.ulp(decisionPoint); in testAgainstTranslit() local
|
/aosp_15_r20/external/llvm-libc/test/src/math/ |
H A D | cbrt_test.cpp | 37 double ulp = 0.5; in TEST_F() local
|
H A D | tan_test.cpp | 77 double ulp = 0.5; in TEST_F() local
|
H A D | cos_test.cpp | 79 double ulp = 0.5; in TEST_F() local
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/lang/ |
H A D | Math.annotated.java | 206 public static double ulp(double d) { throw new RuntimeException("Stub!"); } in ulp() method in Math 208 public static float ulp(float f) { throw new RuntimeException("Stub!"); } in ulp() method in Math
|
H A D | StrictMath.annotated.java | 205 public static double ulp(double d) { throw new RuntimeException("Stub!"); } in ulp() method in StrictMath 207 public static float ulp(float f) { throw new RuntimeException("Stub!"); } in ulp() method in StrictMath
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | pooling_test.cc | 429 const float ulp = 1.f / 4096.f; in TEST() local 911 const float ulp = 1.f / 4096.f; in TEST() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_multireadimageonefmt.cpp | 69 float ulp, max_ulp = 0.0f; in verify_multireadimage() local
|
H A D | test_multireadimagemultifmt.cpp | 88 float ulp, max_ulp = 0.0f; in verify_multireadimage() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 2090 public static double ulp(double d) { in ulp() method in StrictMath 2117 public static float ulp(float f) { in ulp() method in StrictMath
|
D | Math.java | 2679 public static double ulp(double d) { in ulp() method in Math 2726 public static float ulp(float f) { in ulp() method
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Math.java | 2679 public static double ulp(double d) { in ulp() method in Math 2726 public static float ulp(float f) { in ulp() method
|
H A D | StrictMath.java | 2090 public static double ulp(double d) { in ulp() method in StrictMath 2117 public static float ulp(float f) { in ulp() method in StrictMath
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/ |
D | Math.java | 2679 public static double ulp(double d) { in ulp() method in Math 2726 public static float ulp(float f) { in ulp() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 2090 public static double ulp(double d) { in ulp() method in StrictMath 2117 public static float ulp(float f) { in ulp() method in StrictMath
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | IPv6TetheringCoordinator.java | 275 private static LinkProperties getUniqueLocalConfig(byte[] ulp, short subnetId) { in getUniqueLocalConfig()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | UnLiteracyParser.java | 27 final UnLiteracyParser ulp = new UnLiteracyParser().read(); in main() local
|