Searched refs:subtract (Results 1 – 9 of 9) sorted by relevance
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | raytrace.js | 116 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 …]
|
D | crypto.js | 1233 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/ |
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 | Target.java | 140 Floaty subtract(Floaty a, Floaty b) { in subtract() method in Target
|
D | CoreMathVerifier.java | 343 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/ |
D | image.py | 392 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/ |
D | RSACipherTest.java | 88 TestUtils.getBigIntegerMagnitudeBytes(modulus.subtract(BigInteger.ONE)); in testNoPaddingEncryptionSucceedsWithPlaintextOneSmallerThanModulus()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 21671 public java.math.BigDecimal subtract( 21674 public java.math.BigDecimal subtract( 22148 public java.math.BigInteger subtract(
|