/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestFdim.java | 39 public float inB; 45 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xf5dd38fbc3a47367l, false); 48 script.set_gAllocInB(inB); 50 verifyResultsFdimFloatFloatFloat(inA, inB, out, false); 56 scriptRelaxed.set_gAllocInB(inB); 58 verifyResultsFdimFloatFloatFloat(inA, inB, out, true); 64 private void verifyResultsFdimFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) { 68 inB.copyTo(arrayInB); 76 args.inB = arrayInB[i]; 91 message.append("Input inB: ") [all...] |
TestFma.java | 39 public float inB; 46 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x5f6b3ee0c3466c3l, false); 50 script.set_gAllocInB(inB); 53 verifyResultsFmaFloatFloatFloatFloat(inA, inB, inC, out, false); 59 scriptRelaxed.set_gAllocInB(inB); 62 verifyResultsFmaFloatFloatFloatFloat(inA, inB, inC, out, true); 68 private void verifyResultsFmaFloatFloatFloatFloat(Allocation inA, Allocation inB, Allocation inC, Allocation out, boolean relaxed) { 72 inB.copyTo(arrayInB); 82 args.inB = arrayInB[i]; 98 message.append("Input inB: ") [all...] |
TestMad.java | 39 public float inB; 46 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xb3b9b8429c37eadl, false); 50 script.set_gAllocInB(inB); 53 verifyResultsMadFloatFloatFloatFloat(inA, inB, inC, out, false); 59 scriptRelaxed.set_gAllocInB(inB); 62 verifyResultsMadFloatFloatFloatFloat(inA, inB, inC, out, true); 68 private void verifyResultsMadFloatFloatFloatFloat(Allocation inA, Allocation inB, Allocation inC, Allocation out, boolean relaxed) { 72 inB.copyTo(arrayInB); 82 args.inB = arrayInB[i]; 98 message.append("Input inB: ") [all...] |
TestRemquo.java | 38 public float inB; 45 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x118af9b82db63b13l, false); 52 script.forEach_testRemquoFloatFloatIntFloat(inB, out); 53 verifyResultsRemquoFloatFloatIntFloat(inB, inC, outD, out, false); 62 scriptRelaxed.forEach_testRemquoFloatFloatIntFloat(inB, out); 63 verifyResultsRemquoFloatFloatIntFloat(inB, inC, outD, out, true); 69 private void verifyResultsRemquoFloatFloatIntFloat(Allocation inB, Allocation inC, Allocation outD, Allocation out, boolean relaxed) { 71 inB.copyTo(arrayInB); 82 args.inB = arrayInB[i]; 93 message.append("Input inB: ") [all...] |
CoreMathVerifier.java | [all...] |
/libcore/luni/src/main/java/java/util/zip/ |
ZipInputStream.java | 147 int inB, out; 149 inB = inf.getTotalIn(); 152 inB = inRead; 155 int diff = entryIn - inB; 162 readAndVerifyDataDescriptor(inB, out); 186 private void readAndVerifyDataDescriptor(int inB, int out) throws IOException { 200 if (currentEntry.compressedSize != inB || currentEntry.size != out) {
|
/external/valgrind/main/none/tests/ppc32/ |
test_isa_2_06_part1.c | [all...] |
test_isa_2_06_part2.c | [all...] |
test_isa_2_06_part3.c | [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_isa_2_07_part2.c | 923 unsigned int * inA, * inB, * pv; 927 inB = (unsigned int *)&spec_fargs[aTest.frb_idx]; 936 memcpy(&vec_inB, inB, 8); 966 memcpy(&vec_out, inB, 8); // src2 [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 243 Dex.Section inB = bSection.exists() ? dexB.open(bSection.off) : null; 258 bOffset = inB.getPosition(); 259 b = read(inB, bIndexMap, bIndex); [all...] |
/prebuilts/devtools/tools/lib/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/commons-compress/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/prebuilts/sdk/tools/lib/ |
dx.jar | |