Home
last modified time | relevance | path

Searched refs:ub (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloatyUnitTest.java263 double extraError, lb, ub; in testExtraAllowedError() local
271 ub = normalFloat2 + 4 * Math.ulp(normalFloat2) + extraError; in testExtraAllowedError()
273 shouldAccept(normalFloaty, ub, extraError); in testExtraAllowedError()
275 shouldNotAccept(normalFloaty, ub + Math.ulp(ub), extraError); in testExtraAllowedError()
284 ub = subnormalFloat + 2 * Math.ulp(subnormalFloat) + extraError; in testExtraAllowedError()
286 shouldAccept(subnormalFloaty, ub, extraError); in testExtraAllowedError()
288 shouldNotAccept(subnormalFloaty, ub + Math.ulp(ub), extraError); in testExtraAllowedError()
297 ub = normalHalf + extraError; in testExtraAllowedError()
299 shouldAccept(halfFloaty, ub, extraError); in testExtraAllowedError()
301 shouldNotAccept(halfFloaty, ub + Float16Utils.float16Ulp(ub), extraError); in testExtraAllowedError()
[all …]
Dfloat16_gen.c161 half ub = hValue + tolerance * ulp; in getErrorBar() local
162 if (lb > ub) { in getErrorBar()
165 fprintf(stderr, "lb: %f ub: %f\n", (float) lb, (float) ub); in getErrorBar()
166 fprintf(stderr, "lb: %x ub: %x\n", *(unsigned short *) &lb, *(unsigned short *) &ub); in getErrorBar()
171 bounds[1] = *(unsigned short *) &ub; in getErrorBar()
DFloat16ArithmeticTest.java91 short ub = refValues[x][y][1]; in checkFloat16Output() local
110 float floatUB = Float16Utils.convertFloat16ToFloat(ub); in checkFloat16Output()
119 " and " + Short.toString(ub)); in checkFloat16Output()
/cts/tests/openglperf2/jni/graphics/
DGLUtils.cpp80 unsigned char* ub = (unsigned char*) b; in readInt() local
81 return (((int) ub[0]) << 24) | (((int) ub[1]) << 16) | (((int) ub[2]) << 8) | ((int) ub[3]); in readInt()
/cts/hostsidetests/appcloning/test-apps/AppCloningStorageStatsTest/
DAndroid.bp25 "ub-uiautomator",
/cts/hostsidetests/backup/AdbBackupApp/
DAndroid.bp27 "ub-uiautomator",
/cts/tests/tests/batteryhealth/
DAndroid.bp31 "ub-uiautomator",
/cts/tests/tests/slice/
DAndroid.bp39 "ub-uiautomator",
/cts/common/device-side/util-axt/
DAndroid.bp35 "ub-uiautomator",
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/
DAndroid.bp88 "ub-uiautomator",