Home
last modified time | relevance | path

Searched refs:multiply (Results 1 – 23 of 23) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DWavAnalyzer.java166 fourierCoeff = fourierCoeff.add(phasor.multiply(noisePoints[j])); in measurePipStrength()
167 phasor = phasor.multiply(rotator); in measurePipStrength()
169 fourierCoeff = fourierCoeff.multiply(1.0 / noisePoints.length); in measurePipStrength()
170 noisePower[i][s] = fourierCoeff.multiply(fourierCoeff.conjugate()).abs(); in measurePipStrength()
203 fourierCoeff = fourierCoeff.add(phasor.multiply(pipPoints[j])); in measurePipStrength()
204 phasor = phasor.multiply(rotator); in measurePipStrength()
206 fourierCoeff = fourierCoeff.multiply(1.0 / pipPoints.length); in measurePipStrength()
209 fourierCoeff.multiply(fourierCoeff.conjugate()).abs(); in measurePipStrength()
DUtil.java73 dottedData[i] = data1Fft[i].multiply(data2Fft[i].conjugate()); in computeCrossCorrelation()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DUserPositionVelocityWeightedLeastSquare.java185 weightedGeometryMatrix = hMatrix.multiply(geometryMatrix.transpose()) in calculateUserPositionVelocityLeastSquare()
186 .multiply(weightMatrixMetersMinus2); in calculateUserPositionVelocityLeastSquare()
303 RealMatrix weightedGeoMatrix = pseudorangeRateWeight.multiply(geometryMatrix); in calculateUserPositionVelocityLeastSquare()
305 pseudorangeRateWeight.multiply(deltaPseudoRangeRateMps); in calculateUserPositionVelocityLeastSquare()
367 velocityH = rotationMatrix.multiply(velocityH).multiply(rotationMatrix.transpose()); in calculatePositionVelocityUncertaintyEnu()
368 positionH = rotationMatrix.multiply(positionH).multiply(rotationMatrix.transpose()); in calculatePositionVelocityUncertaintyEnu()
390 RealMatrix tempH = geometryMatrix.transpose().multiply(weightMatrix).multiply(geometryMatrix); in calculateHMatrix()
441 weightedGeometryMatrix = hMatrix.multiply(geometryMatrix.transpose()) in applyWeightedLeastSquare()
442 .multiply(weightMatrixMetersMinus2); in applyWeightedLeastSquare()
DEcef2EnuConverter.java52 RealMatrix enuResult = rotationMatrix.multiply(ecefCoordinates); in convertEcefToEnu()
/cts/tests/openglperf2/jni/graphics/
DPerspectiveMeshNode.cpp45 prog.mMVMatrix.multiply(view, model); in before()
52 prog.mMVPMatrix.multiply(projection, prog.mMVMatrix); in before()
DTransformationNode.cpp29 model.multiply(*mMatrix, mSavedModelMatrix); in before()
DMatrix.cpp80 multiply(*temp, *m); in translate()
90 multiply(*temp, *m); in scale()
100 multiply(*temp, *m); in rotate()
106 void Matrix::multiply(const Matrix& l, const Matrix& r) { in multiply() function in Matrix
DMatrix.h36 void multiply(const Matrix& l, const Matrix& r);
/cts/tests/openglperf2/jni/reference/scene/flocking/
DWaterMeshNode.cpp49 prog.mMVMatrix.multiply(view, model); in before()
56 prog.mMVPMatrix.multiply(projection, prog.mMVMatrix); in before()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dfloat16_gen.c199 unsigned short multiply(unsigned short a, unsigned short b) { in multiply() function
277 printReferenceOutput(OUTPUT_ARRAY_MUL, multiply, 1); in main()
DDoubleTest.java43 Target.Floaty expected = t.multiply(pi2, t.new32(x)); in testDoubleGlobal()
Dmatrix.rscript26 float4 __attribute__((kernel)) multiply(float4 in)
DMatrix4fTest.java215 lhs.multiply(rhs); in testMultiply()
230 m.multiply(m2); in testInverse()
DCoreMathVerifier.java454 Target.Floaty in = t.multiply(t.newFloaty(d), pi(t)); in cospi()
462 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); in cospi()
471 Target.Floaty a12 = t.multiply(t.newFloaty(v1[1]), t.newFloaty(v2[2])); in cross()
472 Target.Floaty a21 = t.multiply(t.newFloaty(v1[2]), t.newFloaty(v2[1])); in cross()
474 Target.Floaty a02 = t.multiply(t.newFloaty(v1[0]), t.newFloaty(v2[2])); in cross()
475 Target.Floaty a20 = t.multiply(t.newFloaty(v1[2]), t.newFloaty(v2[0])); in cross()
477 Target.Floaty a01 = t.multiply(t.newFloaty(v1[0]), t.newFloaty(v2[1])); in cross()
478 Target.Floaty a10 = t.multiply(t.newFloaty(v1[1]), t.newFloaty(v2[0])); in cross()
487 Target.Floaty a12 = t.multiply(t.new32(v1[1]), t.new32(v2[2])); in cross()
488 Target.Floaty a21 = t.multiply(t.new32(v1[2]), t.new32(v2[1])); in cross()
[all …]
DMatrix2fTest.java149 lhs.multiply(rhs); in testMultiply()
DMatrix3fTest.java208 lhs.multiply(rhs); in testMultiply()
DTarget.java214 Floaty multiply(Floaty a, Floaty b) { in multiply() method in Target
DMatrixTest.rscript342 // Test the two versions of multiply.
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java990 multiply(sXYZtoProPhoto, sensorToXYZ, /*out*/sensorToProPhoto); in convertToSRGB()
994 multiply(sXYZtoRGBBradford, sProPhotoToXYZ, /*out*/proPhotoToSRGB); in convertToSRGB()
1133 multiply(calibrationTransform1, colorMatrix1, /*out*/XYZToCamera1); in findDngInterpolationFactor()
1134 multiply(calibrationTransform2, colorMatrix2, /*out*/XYZToCamera2); in findDngInterpolationFactor()
1256 multiply(D, inverseInterpolatedCC, /*out*/intermediate2); in calculateCameraToXYZD50Transform()
1257 multiply(intermediate, intermediate2, /*out*/outputTransform); in calculateCameraToXYZD50Transform()
1279 private static void multiply(float[] a, float[] b, /*out*/float[] output) { in multiply() method in RawConverter
1424 multiply(m, forwardMatrix, /*out*/ intermediate); in normalizeFM()
1426 multiply(m2, intermediate, /*out*/forwardMatrix); in normalizeFM()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py163 color_plane = (numpy.multiply((color_plane * white_level - black_level),
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java930 allProduct = allProduct.multiply(publicModulus); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt38662 method @Deprecated public void multiply(android.renderscript.Matrix2f);
38682 method @Deprecated public void multiply(android.renderscript.Matrix3f);
38710 method @Deprecated public void multiply(android.renderscript.Matrix4f);