Home
last modified time | relevance | path

Searched refs:subtract (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1Integer.java116 BigInteger normalizedValue = value.subtract(minimumValue); in encodePerImpl()
117 BigInteger range = maximumValue.subtract(minimumValue); in encodePerImpl()
125 PerAlignedUtils.encodeBigNonNegativeWholeNumber(value.subtract(minimumValue))) in encodePerImpl()
127 PerUnalignedUtils.encodeBigNonNegativeWholeNumber(value.subtract(minimumValue))); in encodePerImpl()
184 BigInteger range = maximumValue.subtract(minimumValue); in decodePerImpl()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dfloat16_gen.c193 unsigned short subtract(unsigned short a, unsigned short b) { in subtract() function
276 printReferenceOutput(OUTPUT_ARRAY_SUB, subtract, 1); in main()
DCoreMathVerifier.java473 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 …]
DTarget.java202 Floaty subtract(Floaty a, Floaty b) { in subtract() method in Target
/cts/tests/tests/graphics/src/android/graphics/cts/
DInsetsTest.java83 assertEquals(Insets.subtract(insets2, insets1), Insets.of(40, 50, 60, 70)); in testSubtract()
/cts/apps/CameraITS/pymodules/its/
Dimage.py462 y = numpy.subtract(y_plane, yuv_off[0])
463 u = numpy.subtract(u_plane, yuv_off[1]).view(numpy.int8)
464 v = numpy.subtract(v_plane, yuv_off[2]).view(numpy.int8)
/cts/tests/tests/keystore/src/android/keystore/cts/
DRSACipherTest.java88 TestUtils.getBigIntegerMagnitudeBytes(modulus.subtract(BigInteger.ONE)); in testNoPaddingEncryptionSucceedsWithPlaintextOneSmallerThanModulus()
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale122 subtract the time for the measurement loop overhead. (This calculation
/cts/tools/release-parser/tests/resources/
DCtsJniTestCases.apk.pb.txt479 name: "subtract"