Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16ArithmeticTest.java37 private int numInputs = Float16TestData.input.length; field in Float16ArithmeticTest
48 private short[] output = new short[numInputs * numInputs];
58 Type f16Matrix = Type.createXY(mRS, f16, numInputs, numInputs); in setUp()
59 Type u16Matrix = Type.createXY(mRS, u16, numInputs, numInputs); in setUp()
61 mInput = Allocation.createSized(mRS, f16, numInputs); in setUp()
89 short out = output[x + y * numInputs]; in checkFloat16Output()
140 for (int x = 0; x < numInputs; x ++) { in testFloat16Add()
141 for (int y = 0; y < numInputs; y ++) { in testFloat16Add()
158 for (int x = 0; x < numInputs; x ++) { in testFloat16Sub()
159 for (int y = 0; y < numInputs; y ++) { in testFloat16Sub()
[all …]
Dfloat16_gen.c80 const int numInputs = sizeof(input) / sizeof(FP16Constant); variable
216 for (int x = 0; x < numInputs; x ++) in printInput()
232 for (int x = 0; x < numInputs; x ++) { in printReferenceOutput()
234 for (int y = 0; y < numInputs; y ++) { in printReferenceOutput()
/cts/tests/tests/media/audio/jni/
Dappendix-b-1-2-recording.cpp65 SLint32 numInputs = 0; in TestAudioRecording() local
80 numInputs = MAX_NUMBER_INPUT_DEVICES; in TestAudioRecording()
82 AudioIODeviceCapabilitiesItf, &numInputs, InputDeviceIDs); in TestAudioRecording()
86 for (i = 0; i < numInputs; i++) { in TestAudioRecording()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DMidiJavaTestActivity.java163 int numInputs = deviceInfo.getInputPortCount(); in openUSBEchoDevice() local
164 if (numInputs != 0) { in openUSBEchoDevice()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
DMidiIODevice.java130 int numInputs = deviceInfo.getInputPortCount(); in openPorts() local
131 if (numInputs != 0) { in openPorts()