Searched refs:numInputs (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Float16ArithmeticTest.java | 37 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 …]
|
D | float16_gen.c | 80 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/ |
D | appendix-b-1-2-recording.cpp | 65 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/ |
D | MidiJavaTestActivity.java | 163 int numInputs = deviceInfo.getInputPortCount(); in openUSBEchoDevice() local 164 if (numInputs != 0) { in openUSBEchoDevice()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/ |
D | MidiIODevice.java | 130 int numInputs = deviceInfo.getInputPortCount(); in openPorts() local 131 if (numInputs != 0) { in openPorts()
|