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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestFdim.rs 24 float __attribute__((kernel)) testFdimFloatFloatFloat(float inA, unsigned int x) {
26 return fdim(inA, inB);
29 float2 __attribute__((kernel)) testFdimFloat2Float2Float2(float2 inA, unsigned int x) {
31 return fdim(inA, inB);
34 float3 __attribute__((kernel)) testFdimFloat3Float3Float3(float3 inA, unsigned int x) {
36 return fdim(inA, inB);
39 float4 __attribute__((kernel)) testFdimFloat4Float4Float4(float4 inA, unsigned int x) {
41 return fdim(inA, inB);
TestFma.rs 25 float __attribute__((kernel)) testFmaFloatFloatFloatFloat(float inA, unsigned int x) {
28 return fma(inA, inB, inC);
31 float2 __attribute__((kernel)) testFmaFloat2Float2Float2Float2(float2 inA, unsigned int x) {
34 return fma(inA, inB, inC);
37 float3 __attribute__((kernel)) testFmaFloat3Float3Float3Float3(float3 inA, unsigned int x) {
40 return fma(inA, inB, inC);
43 float4 __attribute__((kernel)) testFmaFloat4Float4Float4Float4(float4 inA, unsigned int x) {
46 return fma(inA, inB, inC);
TestMad.rs 25 float __attribute__((kernel)) testMadFloatFloatFloatFloat(float inA, unsigned int x) {
28 return mad(inA, inB, inC);
31 float2 __attribute__((kernel)) testMadFloat2Float2Float2Float2(float2 inA, unsigned int x) {
34 return mad(inA, inB, inC);
37 float3 __attribute__((kernel)) testMadFloat3Float3Float3Float3(float3 inA, unsigned int x) {
40 return mad(inA, inB, inC);
43 float4 __attribute__((kernel)) testMadFloat4Float4Float4Float4(float4 inA, unsigned int x) {
46 return mad(inA, inB, inC);
TestFdim.java 38 public float inA;
44 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xf5dd38fbc3a47366l, false);
49 script.forEach_testFdimFloatFloatFloat(inA, out);
50 verifyResultsFdimFloatFloatFloat(inA, inB, out, false);
57 scriptRelaxed.forEach_testFdimFloatFloatFloat(inA, out);
58 verifyResultsFdimFloatFloatFloat(inA, inB, out, true);
64 private void verifyResultsFdimFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
66 inA.copyTo(arrayInA);
75 args.inA = arrayInA[i];
87 message.append("Input inA: ")
    [all...]
TestFma.java 38 public float inA;
45 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x5f6b3ee0c3466c2l, false);
52 script.forEach_testFmaFloatFloatFloatFloat(inA, out);
53 verifyResultsFmaFloatFloatFloatFloat(inA, inB, inC, out, false);
61 scriptRelaxed.forEach_testFmaFloatFloatFloatFloat(inA, out);
62 verifyResultsFmaFloatFloatFloatFloat(inA, inB, inC, out, true);
68 private void verifyResultsFmaFloatFloatFloatFloat(Allocation inA, Allocation inB, Allocation inC, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
81 args.inA = arrayInA[i];
94 message.append("Input inA: ")
    [all...]
TestMad.java 38 public float inA;
45 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xb3b9b8429c37eacl, false);
52 script.forEach_testMadFloatFloatFloatFloat(inA, out);
53 verifyResultsMadFloatFloatFloatFloat(inA, inB, inC, out, false);
61 scriptRelaxed.forEach_testMadFloatFloatFloatFloat(inA, out);
62 verifyResultsMadFloatFloatFloatFloat(inA, inB, inC, out, true);
68 private void verifyResultsMadFloatFloatFloatFloat(Allocation inA, Allocation inB, Allocation inC, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
81 args.inA = arrayInA[i];
94 message.append("Input inA: ")
    [all...]
CoreMathVerifier.java     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 923 unsigned int * inA, * inB, * pv;
926 inA = (unsigned int *)&spec_fargs[aTest.fra_idx];
935 memcpy(&vec_inA, inA, 8);
    [all...]
  /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/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 638 static int TTransform(const uint8_t* inA, const uint8_t* inB,
646 const __m128i inA_0 = _mm_loadl_epi64((__m128i*)&inA[BPS * 0]);
647 const __m128i inA_1 = _mm_loadl_epi64((__m128i*)&inA[BPS * 1]);
648 const __m128i inA_2 = _mm_loadl_epi64((__m128i*)&inA[BPS * 2]);
649 const __m128i inA_3 = _mm_loadl_epi64((__m128i*)&inA[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,
646 const __m128i inA_0 = _mm_loadl_epi64((__m128i*)&inA[BPS * 0]);
647 const __m128i inA_1 = _mm_loadl_epi64((__m128i*)&inA[BPS * 1]);
648 const __m128i inA_2 = _mm_loadl_epi64((__m128i*)&inA[BPS * 2]);
649 const __m128i inA_3 = _mm_loadl_epi64((__m128i*)&inA[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 242 Dex.Section inA = aSection.exists() ? dexA.open(aSection.off) : null;
254 aOffset = inA.getPosition();
255 a = read(inA, aIndexMap, aIndex);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 741 milliseconds