HomeSort by relevance Sort by last modified time
    Searched refs:inOffset (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFma.rs 27 float inOffset = rsGetElementAt_float(gAllocInOffset, x);
28 return fma(inMultiplicand1, inMultiplicand2, inOffset);
33 float2 inOffset = rsGetElementAt_float2(gAllocInOffset, x);
34 return fma(inMultiplicand1, inMultiplicand2, inOffset);
39 float3 inOffset = rsGetElementAt_float3(gAllocInOffset, x);
40 return fma(inMultiplicand1, inMultiplicand2, inOffset);
45 float4 inOffset = rsGetElementAt_float4(gAllocInOffset, x);
46 return fma(inMultiplicand1, inMultiplicand2, inOffset);
51 half inOffset = rsGetElementAt_half(gAllocInOffset, x);
52 return fma(inMultiplicand1, inMultiplicand2, inOffset);
    [all...]
TestMad.rs 27 float inOffset = rsGetElementAt_float(gAllocInOffset, x);
28 return mad(inMultiplicand1, inMultiplicand2, inOffset);
33 float2 inOffset = rsGetElementAt_float2(gAllocInOffset, x);
34 return mad(inMultiplicand1, inMultiplicand2, inOffset);
39 float3 inOffset = rsGetElementAt_float3(gAllocInOffset, x);
40 return mad(inMultiplicand1, inMultiplicand2, inOffset);
45 float4 inOffset = rsGetElementAt_float4(gAllocInOffset, x);
46 return mad(inMultiplicand1, inMultiplicand2, inOffset);
51 half inOffset = rsGetElementAt_half(gAllocInOffset, x);
52 return mad(inMultiplicand1, inMultiplicand2, inOffset);
    [all...]
TestFma.java 50 public float inOffset;
57 Allocation inOffset = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x4a235a109d441b0el, false);
61 script.set_gAllocInOffset(inOffset);
63 verifyResultsFmaFloatFloatFloatFloat(inMultiplicand1, inMultiplicand2, inOffset, out, false);
71 scriptRelaxed.set_gAllocInOffset(inOffset);
73 verifyResultsFmaFloatFloatFloatFloat(inMultiplicand1, inMultiplicand2, inOffset, out, true);
80 inOffset.destroy();
83 private void verifyResultsFmaFloatFloatFloatFloat(Allocation inMultiplicand1, Allocation inMultiplicand2, Allocation inOffset, Allocation out, boolean relaxed) {
92 inOffset.copyTo(arrayInOffset);
104 args.inOffset = arrayInOffset[i]
    [all...]
TestMad.java 50 public float inOffset;
57 Allocation inOffset = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xcea3b86dc50ce0fcl, false);
61 script.set_gAllocInOffset(inOffset);
63 verifyResultsMadFloatFloatFloatFloat(inMultiplicand1, inMultiplicand2, inOffset, out, false);
71 scriptRelaxed.set_gAllocInOffset(inOffset);
73 verifyResultsMadFloatFloatFloatFloat(inMultiplicand1, inMultiplicand2, inOffset, out, true);
80 inOffset.destroy();
83 private void verifyResultsMadFloatFloatFloatFloat(Allocation inMultiplicand1, Allocation inMultiplicand2, Allocation inOffset, Allocation out, boolean relaxed) {
92 inOffset.copyTo(arrayInOffset);
104 args.inOffset = arrayInOffset[i]
    [all...]
  /external/lz4/tests/
fasttest.c 29 int inOffset = 0;
34 while (inOffset < inSize) {
40 lz4Stream, input + inOffset, output + outOffset + 8, length, outSize-outOffset, 1);
44 inOffset += length;
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 323 uint32_t nameOffset, inOffset, outOffset, length;
548 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset);
550 table[i-1].length=table[i].inOffset-table[i-1].inOffset;
553 table[itemCount-1].length=(uint32_t)length-table[itemCount-1].inOffset;
558 table[i].outOffset=table[i].inOffset;
581 offset=table[0].inOffset;
587 * Note: Before sorting, the inOffset values were in order.
607 uprv_memcpy(outBytes+table[i].outOffset, inBytes+table[i].inOffset, table[i].length);
610 udata_swap(ds, inBytes+table[i].inOffset, (int32_t)table[i].length
    [all...]
  /frameworks/base/media/java/android/media/
ResampleInputStream.java 147 private static native void fir21(byte[] in, int inOffset,
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.h 79 size_t inOffset,
C2SoftHevcDec.cpp 474 size_t inOffset,
486 ps_decode_ip->pv_stream_buffer = const_cast<uint8_t *>(inBuffer->data() + inOffset);
744 size_t inOffset = 0u;
779 inOffset + inPos, inSize - inPos, workIndex)) {
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeCrypto.java 147 static native void chacha20_encrypt_decrypt(byte[] in, int inOffset, byte[] out, int outOffset,
260 byte[] input, int inOffset, int inLength)
266 byte[] input, int inOffset, int inLength)
295 byte[] in, int inOffset, int inLength) throws IndexOutOfBoundsException;
329 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad)
333 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad)
344 static native void HMAC_Update(NativeRef.HMAC_CTX ctx, byte[] in, int inOffset, int inLength);
    [all...]
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrDec.cpp 250 size_t inOffset = 0u;
279 if (OK != calculateNumFrames(rView.data() + inOffset, inSize, &frameSizeList,
311 const uint8_t *inPtr = rView.data() + inOffset;
C2SoftAmrNbEnc.cpp 199 size_t inOffset = 0u;
237 const uint8_t *inPtr = rView.data() + inOffset;
C2SoftAmrWbEnc.cpp 281 size_t inOffset = 0u;
320 const uint8_t *inPtr = rView.data() + inOffset;
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.h 127 size_t inOffset,
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.h 124 size_t inOffset,
  /hardware/google/av/media/codecs/g711/
C2SoftG711Dec.cpp 145 size_t inOffset = 0u;
174 uint8_t *inputptr = const_cast<uint8_t *>(rView.data() + inOffset);
  /hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.cpp 180 size_t inOffset = 0u;
223 uint8_t *input = const_cast<uint8_t *>(rView.data() + inOffset);
  /hardware/google/av/media/codecs/flac/
C2SoftFlacDec.cpp 172 size_t inOffset = 0u;
203 uint8_t *input = const_cast<uint8_t *>(rView.data() + inOffset);
C2SoftFlacEnc.cpp 188 size_t inOffset = 0u;
244 const uint8_t *inPtr = rView.data() + inOffset;
  /hardware/google/av/media/codecs/opus/
C2SoftOpusDec.cpp 306 size_t inOffset = 0u;
329 const uint8_t *data = rView.data() + inOffset;
  /hardware/google/av/media/codecs/vorbis/
C2SoftVorbisDec.cpp 237 size_t inOffset = 0u;
261 const uint8_t *data = rView.data() + inOffset;
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta3/
jobb-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta6/
jobb-24.4.0-beta6.jar 

Completed in 1081 milliseconds

1 2 3 4 5 6 7 8 9