/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/ |
D | Asn1Integer.java | 117 BigInteger normalizedValue = value.subtract(minimumValue); in encodePerImpl() 118 BigInteger range = maximumValue.subtract(minimumValue); in encodePerImpl() 126 PerAlignedUtils.encodeBigNonNegativeWholeNumber(value.subtract(minimumValue))) in encodePerImpl() 128 PerUnalignedUtils.encodeBigNonNegativeWholeNumber(value.subtract(minimumValue))); in encodePerImpl() 185 BigInteger range = maximumValue.subtract(minimumValue); in decodePerImpl()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CbGeoUtilsTest.java | 53 assertEquals(difference.lat, p1.subtract(p2).lat, DELTA); in testLatLong() 54 assertEquals(difference.lng, p1.subtract(p2).lng, DELTA); in testLatLong()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | float16_gen.c | 193 unsigned short subtract(unsigned short a, unsigned short b) { in subtract() function 276 printReferenceOutput(OUTPUT_ARRAY_SUB, subtract, 1); in main()
|
D | CoreMathVerifier.java | 473 out[0] = t.subtract(a12, a21); in cross() 476 out[1] = t.subtract(a20, a02); in cross() 479 out[2] = t.subtract(a01, a10); in cross() 489 out[0] = t.subtract(a12, a21); in cross() 492 out[1] = t.subtract(a20, a02); in cross() 495 out[2] = t.subtract(a01, a10); in cross() 518 Target.Floaty diff = t.subtract(t.newFloaty(point1[i]), t.newFloaty(point2[i])); in distance() 529 Target.Floaty diff = t.subtract(t.new32(point1[i]), t.new32(point2[i])); in distance() 637 Target.Floaty r = t.subtract(inA, inB); in fdim() 824 Target.Floaty diff = t.subtract(inStop, inStart); in mix() [all …]
|
D | Target.java | 202 Floaty subtract(Floaty a, Floaty b) { in subtract() method in Target
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | InsetsTest.java | 83 assertEquals(Insets.subtract(insets2, insets1), Insets.of(40, 50, 60, 70)); in testSubtract()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DecorInsetTestsBase.java | 101 Insets insetsConsumedByDecor = Insets.subtract( in assertContentViewLocationMatchesInsets()
|
/cts/apps/CameraITS/utils/ |
D | image_processing_utils.py | 220 y = numpy.subtract(y_plane, yuv_off[0]) 221 u = numpy.subtract(u_plane, yuv_off[1]).view(numpy.int8) 222 v = numpy.subtract(v_plane, yuv_off[2]).view(numpy.int8)
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | RSACipherTest.java | 88 TestUtils.getBigIntegerMagnitudeBytes(modulus.subtract(BigInteger.ONE)); in testNoPaddingEncryptionSucceedsWithPlaintextOneSmallerThanModulus()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rscript | 35 ushort4 blackLevelPattern; // Blacklevel to subtract for each channel, given in CFA order 208 // Blacklevel subtract, and normalize each pixel in the outputArray, and apply the
|
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_sensor_fusion.py | 254 max_frame_delta_ms = (np.amax(np.subtract(starts[1:], starts[0:-1])) /
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 122 subtract the time for the measurement loop overhead. (This calculation
|
/cts/tools/release-parser/tests/resources/ |
D | CtsJniTestCases.apk.pb.txt | 479 name: "subtract"
|