Searched refs:numInputs (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Float16ArithmeticTest.java | 37 private int numInputs = Float16TestData.input.length; field in Float16ArithmeticTest 46 private short[] output = new short[numInputs * numInputs]; 53 Type f16Matrix = Type.createXY(mRS, f16, numInputs, numInputs); in setupTest() 54 Type u16Matrix = Type.createXY(mRS, u16, numInputs, numInputs); in setupTest() 56 mInput = Allocation.createSized(mRS, f16, numInputs); in setupTest() 73 short out = output[x + y * numInputs]; in checkFloat16Output() 127 for (int x = 0; x < numInputs; x ++) { in testFloat16Add() 128 for (int y = 0; y < numInputs; y ++) { in testFloat16Add() 148 for (int x = 0; x < numInputs; x ++) { in testFloat16Sub() 149 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/libaudiojni/ |
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()
|