Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java32 static private<T extends DspBufferBase> int estimateOperandsType(T a, T b) { in estimateOperandsType() method in DspBufferMath
60 int opType = estimateOperandsType(a, b); in add()
132 int opType = estimateOperandsType(a, b); in mult()
214 int opType = estimateOperandsType(r, a); in mult()
260 int opType = estimateOperandsType(r, a); in set()