HomeSort by relevance Sort by last modified time
    Searched refs:in1 (Results 101 - 125 of 192) sorted by null

1 2 3 45 6 7 8

  /external/freetype/src/truetype/
ttgxvar.c 1574 FT_Pos out, in1, in2, out1, out2, d1, d2; local
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 41 Module *BrainF::parse(std::istream *in1, int mem, CompileFlags cf,
43 in = in1;
  /external/opencv3/3rdparty/libwebp/dsp/
dec_sse2.c 53 __m128i in0, in1, in2, in3; local
56 in1 = _mm_loadl_epi64((__m128i*)&in[4]);
69 in1 = _mm_unpacklo_epi64(in1, inB1);
85 // c = MUL(in1, K2) - MUL(in3, K1) = MUL(in1, k2) - MUL(in3, k1) + in1 - in3
86 const __m128i c1 = _mm_mulhi_epi16(in1, k2);
88 const __m128i c3 = _mm_sub_epi16(in1, in3);
91 // d = MUL(in1, K1) + MUL(in3, K2) = MUL(in1, k1) + MUL(in3, k2) + in1 + in
    [all...]
enc_sse2.c 131 __m128i in0, in1, in2, in3; local
134 in1 = _mm_loadl_epi64((__m128i*)&in[4]);
147 in1 = _mm_unpacklo_epi64(in1, inB1);
163 // c = MUL(in1, K2) - MUL(in3, K1) = MUL(in1, k2) - MUL(in3, k1) + in1 - in3
164 const __m128i c1 = _mm_mulhi_epi16(in1, k2);
166 const __m128i c3 = _mm_sub_epi16(in1, in3);
169 // d = MUL(in1, K1) + MUL(in3, K2) = MUL(in1, k1) + MUL(in3, k2) + in1 + in
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 1575 FT_Pos out, in1, in2, out1, out2, d1, d2; local
    [all...]
  /external/skia/tests/
LListTest.cpp 30 bool in0, bool in1, bool in2, bool in3,
38 REPORTER_ASSERT(reporter, in1 == list.isInList(&elements[1]));
  /toolchain/binutils/binutils-2.25/bfd/
coff-stgo32.c 221 void * in1)
223 union internal_auxent *in = (union internal_auxent *) in1;
  /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();
  /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/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 334 const deInt16 in1 = (deInt16)(deUint16)(inputs[valNdx] >> 16); local
336 const float ref1 = de::clamp(float(in1) / 32767.f, -1.0f, 1.0f);
559 const deUint16 in1 = (deUint16)(inputs[valNdx] >> 16); local
561 const float ref1 = float(in1) / 65535.0f;
803 const deUint16 in1 = (deUint16)(inputs[valNdx] >> 16); local
805 const float ref1 = tcu::Float16(in1).asFloat();
1044 const deInt8 in1 = (deInt8)(deUint8)((inputs[valNdx] >> 8) & 0xff); local
1289 const deUint8 in1 = (deUint8)((inputs[valNdx] >> 8) & 0xff); local
    [all...]
vktShaderCommonFunctionTests.cpp 2146 int in1; local
2171 int in1; local
2194 const int in1 = rnd.getInt(de::max(-126, -126-fpExp), de::min(127, 127-fpExp)); local
2226 const int in1 = ((const int*)inputs[1])[compNdx]; local
    [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...]