Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Draytrace.js116 subtract: function(c1, c2){ method in Flog.RayTracer.Color
259 subtract : function(v, w) { method in Flog.RayTracer.Vector
430 var dst = Flog.RayTracer.Vector.prototype.subtract(ray.position, this.position);
446 info.normal = Flog.RayTracer.Vector.prototype.subtract(
561 var pos = Flog.RayTracer.Vector.prototype.subtract(
563 Flog.RayTracer.Vector.prototype.subtract(
569 var dir = Flog.RayTracer.Vector.prototype.subtract(
719 var v = Flog.RayTracer.Vector.prototype.subtract(
783 var Lv = Flog.RayTracer.Vector.prototype.subtract(
788 var E = Flog.RayTracer.Vector.prototype.subtract(
[all …]
Dcrypto.js1233 if(d.compareTo(m) >= 0) return d.subtract(m);
1263 var n1 = this.subtract(BigInteger.ONE);
1324 BigInteger.prototype.subtract = bnSubtract; method in BigInteger
1602 …if(this.p.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.p.isProbablePrim…
1606 …if(this.q.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.q.isProbablePrim…
1613 var p1 = this.p.subtract(BigInteger.ONE);
1614 var q1 = this.q.subtract(BigInteger.ONE);
1638 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);
/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()
DTarget.java140 Floaty subtract(Floaty a, Floaty b) { in subtract() method in Target
DCoreMathVerifier.java343 out[0] = t.subtract(a12, a21); in cross()
346 out[1] = t.subtract(a20, a02); in cross()
349 out[2] = t.subtract(a01, a10); in cross()
359 Target.Floaty diff = t.subtract(t.new32(point1[i]), t.new32(point2[i])); in distance()
1191 Target.Floaty r = t.subtract(inA, inB); in computeFdim()
1497 Target.Floaty diff = t.subtract(stop, start);
/cts/apps/CameraITS/pymodules/its/
Dimage.py392 y = numpy.subtract(y_plane, yuv_off[0])
393 u = numpy.subtract(u_plane, yuv_off[1]).view(numpy.int8)
394 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/apps/CtsVerifier/libs/
Dopencv-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex21671 public java.math.BigDecimal subtract(
21674 public java.math.BigDecimal subtract(
22148 public java.math.BigInteger subtract(