HomeSort by relevance Sort by last modified time
    Searched refs:in1 (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 298 const deInt16 in1 = (deInt16)(deUint16)(inputs[valNdx] >> 16); local
300 const float ref1 = de::clamp(float(in1) / 32767.f, -1.0f, 1.0f);
489 const deUint16 in1 = (deUint16)(inputs[valNdx] >> 16); local
491 const float ref1 = float(in1) / 65535.0f;
700 const deUint16 in1 = (deUint16)(inputs[valNdx] >> 16); local
702 const float ref1 = tcu::Float16(in1).asFloat();
es3fShaderOperatorTests.cpp 200 // Reference for expression "in0, in2 + in1, in1 + in0"
201 inline Vec4 sequenceNoSideEffCase0 (const Vec4& in0, const Vec4& in1, const Vec4& in2) { DE_UNREF(in2); return in1 + in0; }
202 // Reference for expression "in0, in2 + in1, in1 + in0"
203 inline deUint32 sequenceNoSideEffCase1 (float in0, deUint32 in1, float in2) { DE_UNREF(in0); DE_UNREF(in2); return in1 + in1; }
204 // Reference for expression "in0 && in1, in0, ivec2(vec2(in0) + in2)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 237 in1 -- array of type Word16 -- input values; output high-pass part
242 in1 -- array of type Word16 -- input values; output high-pass part
298 Word16 *in1, /* i/o : input values; output high-pass part */
315 temp0 = sub(*in1, temp0, pOverflow);
326 *in1 = shr(temp0, 1, pOverflow);
341 in1 -- array of type Word16 -- input values; output high-pass part
346 in1 -- array of type Word16 -- input values; output high-pass part
403 Word16 *in1, /* i/o : input values; output high-pass part */
412 temp1 = sub(*in1, temp1, pOverflow);
421 *in1 = shr(temp1, 1, pOverflow)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 302 const deInt16 in1 = (deInt16)(deUint16)(inputs[valNdx] >> 16); local
304 const float ref1 = de::clamp(float(in1) / 32767.f, -1.0f, 1.0f);
493 const deUint16 in1 = (deUint16)(inputs[valNdx] >> 16); local
495 const float ref1 = float(in1) / 65535.0f;
704 const deUint16 in1 = (deUint16)(inputs[valNdx] >> 16); local
706 const float ref1 = tcu::Float16(in1).asFloat();
910 const deInt8 in1 = (deInt8)(deUint8)((inputs[valNdx] >> 8) & 0xff); local
914 const float ref1 = de::clamp(float(in1) / 127.f, -1.0f, 1.0f);
1119 const deUint8 in1 = (deUint8)((inputs[valNdx] >> 8) & 0xff); local
    [all...]
es31fShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 588 ShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op)
652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
654 switch (PACK_EVAL_CASE(op, in0Type, in0.dataType, in1Type, in1.dataType))
742 ShaderMatrixCase (Context& context, const char* name, const char* desc, const ShaderInput& in0, const ShaderInput& in1, MatrixOp op, bool isVertexCase);
757 ShaderMatrixCase::ShaderMatrixCase (Context& context, const char* name, const char* desc, const ShaderInput& in0, const ShaderInput& in1, MatrixOp op, bool isVertexCase)
758 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, getEvalFunc(in0, in1, op))
760 , m_in1 (in1)
    [all...]
es2fShaderOperatorTests.cpp 157 // Reference for expression "in0, in2 + in1, in1 + in0"
158 inline Vec4 sequenceNoSideEffCase0 (const Vec4& in0, const Vec4& in1, const Vec4& in2) { DE_UNREF(in2); return in1 + in0; }
159 // Reference for expression "in0, in2 + in1, in1 + in0"
160 inline int sequenceNoSideEffCase1 (float in0, int in1, float in2) { DE_UNREF(in0); DE_UNREF(in2); return in1 + in1; }
161 // Reference for expression "in0 && in1, in0, ivec2(vec2(in0) + in2)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 369 InputStream in1 = connection1.getInputStream(); local
370 assertEquals("AB", readAscii(in1, 2));
371 in1.close();
  /external/guava/guava/src/com/google/common/io/
ByteSource.java 331 InputStream in1 = closer.register(openStream()); local
334 int read1 = ByteStreams.read(in1, buf1, 0, BUF_SIZE);
  /external/skia/tests/
LListTest.cpp 36 bool in0, bool in1, bool in2, bool in3,
44 REPORTER_ASSERT(reporter, in1 == list.isInList(&elements[1]));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 213 Allocation in1, in2, out, resultAlloc; local
214 in1 = Allocation.createTyped(mRS, connect);
221 node1.forEach_memset(in1);
252 group.setInput(node1.getKernelID_arith(), in1); local
  /system/core/fs_mgr/
fs_mgr.c 243 static int fs_match(char *in1, char *in2)
249 n1 = strdup(in1);
  /external/boringssl/src/crypto/ec/
internal.h 316 void (*felem_mul)(void *out, const void *in1, const void *in2),
p256-64.c 609 /* felem_mul sets |out| = |in1| * |in2|
611 * in1[i] < 2^109
615 static void felem_mul(longfelem out, const felem in1, const felem in2) {
617 felem_shrink(small1, in1);
812 static void smallfelem_mul_contract(smallfelem out, const smallfelem in1,
817 smallfelem_mul(longtmp, in1, in2);
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 225 BufferedSource in1 = response1.body().source(); local
226 assertEquals("I love ", in1.readUtf8("I love ".length()));
227 in1.skip("puppies but hate ".length());
228 assertEquals("spiders", in1.readUtf8("spiders".length()));
229 assertTrue(in1.exhausted());
230 in1.close();
    [all...]
  /external/libunwind/src/ia64/
Ginstall_cursor.S 128 mov.m ar.unat = in1
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 451 void eDiagonalInterpMC(uint8 *in1, uint8 *in2, int inpitch,
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c     [all...]
  /external/libopus/src/
opus_decoder.c 172 static void smooth_fade(const opus_val16 *in1, const opus_val16 *in2,
184 Q15ONE-w, in1[i*channels+c]), 15);
  /external/webp/src/dsp/
enc_neon.c 84 static WEBP_INLINE void Transpose8x2(const int16x8_t in0, const int16x8_t in1,
88 const int16x8x2_t tmp0 = vzipq_s16(in0, in1); // a0 c0 a1 c1 a2 c2 ...
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 2030 static const uint8_t in1[]={ local
2198 static const uint8_t in1[]={ local
2418 static const uint16_t in1[] = { local
    [all...]
nccbtst.c 1703 in1[]={ 0xfe, 0xff, 0x4e, 0x00, 0xfe, 0xff }, local
1739 in1[]={ 0x00, 0x00, 0xfe, 0xff, 0x00, 0x10, 0x0f, 0x00, 0x00, 0x00, 0xfe, 0xff }, local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 417 ; FIXME(rbultje) instead of out=((num-x)*in1+x*in2+rnd)>>log2(num), we can
418 ; also do out=in1+(((num-x)*(in2-in1)+rnd)>>log2(num)). Total number of
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 417 ; FIXME(rbultje) instead of out=((num-x)*in1+x*in2+rnd)>>log2(num), we can
418 ; also do out=in1+(((num-x)*(in2-in1)+rnd)>>log2(num)). Total number of
    [all...]

Completed in 980 milliseconds

1 23 4 5