HomeSort by relevance Sort by last modified time
    Searched refs:inB (Results 1 - 23 of 23) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestFdim.rs 25 float inB = rsGetElementAt_float(gAllocInB, x);
26 return fdim(inA, inB);
30 float2 inB = rsGetElementAt_float2(gAllocInB, x);
31 return fdim(inA, inB);
35 float3 inB = rsGetElementAt_float3(gAllocInB, x);
36 return fdim(inA, inB);
40 float4 inB = rsGetElementAt_float4(gAllocInB, x);
41 return fdim(inA, inB);
TestFma.rs 26 float inB = rsGetElementAt_float(gAllocInB, x);
28 return fma(inA, inB, inC);
32 float2 inB = rsGetElementAt_float2(gAllocInB, x);
34 return fma(inA, inB, inC);
38 float3 inB = rsGetElementAt_float3(gAllocInB, x);
40 return fma(inA, inB, inC);
44 float4 inB = rsGetElementAt_float4(gAllocInB, x);
46 return fma(inA, inB, inC);
TestMad.rs 26 float inB = rsGetElementAt_float(gAllocInB, x);
28 return mad(inA, inB, inC);
32 float2 inB = rsGetElementAt_float2(gAllocInB, x);
34 return mad(inA, inB, inC);
38 float3 inB = rsGetElementAt_float3(gAllocInB, x);
40 return mad(inA, inB, inC);
44 float4 inB = rsGetElementAt_float4(gAllocInB, x);
46 return mad(inA, inB, inC);
TestRemquo.rs 25 float __attribute__((kernel)) testRemquoFloatFloatIntFloat(float inB, unsigned int x) {
28 float out = remquo(inB, inC, &outD);
33 float2 __attribute__((kernel)) testRemquoFloat2Float2Int2Float2(float2 inB, unsigned int x) {
36 float2 out = remquo(inB, inC, &outD);
41 float3 __attribute__((kernel)) testRemquoFloat3Float3Int3Float3(float3 inB, unsigned int x) {
44 float3 out = remquo(inB, inC, &outD);
49 float4 __attribute__((kernel)) testRemquoFloat4Float4Int4Float4(float4 inB, unsigned int x) {
52 float4 out = remquo(inB, inC, &outD);
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/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...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c     [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part1.c     [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 833 BufferHelper inB(env, in);
835 if (inB.checkPointer("in") && outB.checkPointer("out")) {
836 if (inB.remaining() < ETC1_DECODED_BLOCK_SIZE) {
841 etc1_encode_block((etc1_byte*) inB.getData(), validPixelMask,
858 BufferHelper inB(env, in);
860 if (inB.checkPointer("in") && outB.checkPointer("out")) {
861 if (inB.remaining() < ETC1_ENCODED_BLOCK_SIZE) {
866 etc1_decode_block((etc1_byte*) inB.getData(),
893 BufferHelper inB(env, in);
895 if (inB.checkPointer("in") && outB.checkPointer("out"))
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 638 static int TTransform(const uint8_t* inA, const uint8_t* inB,
650 const __m128i inB_0 = _mm_loadl_epi64((__m128i*)&inB[BPS * 0]);
651 const __m128i inB_1 = _mm_loadl_epi64((__m128i*)&inB[BPS * 1]);
652 const __m128i inB_2 = _mm_loadl_epi64((__m128i*)&inB[BPS * 2]);
653 const __m128i inB_3 = _mm_loadl_epi64((__m128i*)&inB[BPS * 3]);
655 // Combine inA and inB (we'll do two transforms in parallel).
747 // Separate the transforms of inA and inB.
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 638 static int TTransform(const uint8_t* inA, const uint8_t* inB,
650 const __m128i inB_0 = _mm_loadl_epi64((__m128i*)&inB[BPS * 0]);
651 const __m128i inB_1 = _mm_loadl_epi64((__m128i*)&inB[BPS * 1]);
652 const __m128i inB_2 = _mm_loadl_epi64((__m128i*)&inB[BPS * 2]);
653 const __m128i inB_3 = _mm_loadl_epi64((__m128i*)&inB[BPS * 3]);
655 // Combine inA and inB (we'll do two transforms in parallel).
747 // Separate the transforms of inA and inB.
    [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 

Completed in 1140 milliseconds