HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 326 - 350 of 4500) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
467 x3 = data[4];
471 map_if_relative(ox, oy, relative, &x3, &y3);
472 ox = x3;
480 matrix_map_point(matrix, x3, y3, &x3, &y3);
482 x2, y2, x3, y3);
493 x3 = data[2];
496 map_if_relative(ox, oy, relative, &x3, &y3);
500 x2 = (x3 + 2*x1) / 3.f
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/libavc/decoder/
iv.h 76 IV_420_UV_INTL = 0x3,
96 IV_IDR_FRAME = 0x3,
130 IV_INTERLACED_FRAME = 0x3,
  /external/libhevc/common/
iv.h 74 IV_420_UV_INTL = 0x3,
94 IV_IDR_FRAME = 0x3,
128 IV_INTERLACED_FRAME = 0x3,
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans8_dspr2.c 593 int x0, x1, x2, x3, x4, x5, x6, x7; local
598 x3 = input[2];
604 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
613 s2 = cospi_10_64 * x2 + cospi_22_64 * x3;
614 s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
623 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
633 s3 = x3;
642 x3 = s1 - s3;
649 s2 = cospi_16_64 * (x2 + x3);
650 s3 = cospi_16_64 * (x2 - x3);
    [all...]
  /external/mesa3d/src/mesa/math/
m_copy_tmp.h 54 COPY_FUNC( 0x3 )
73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_parse_sc_fast_loop.c 31 if ( (0 == (0x3 & i)) && /* dword aligned */
105 if ( (3 == (0x3 & i)) && /* dword aligned? */
165 boff = (int)cxt->buf & 0x3;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adc.h 14 extern const IID IID_IUpdateInfo = { 0xa0385420,0x62b8,0x11d1,{ 0x9a,0x6,0x0,0xa0,0xc9,0x3,0xaa,0x45 } };
15 extern const IID IID_IRowsetSynchronize = { 0x1be41e60,0x807a,0x11d1,{ 0x9a,0x14,0x0,0xa0,0xc9,0x3,0xaa,0x45 } };
16 extern const IID IID_IRowsetProperties = { 0x1e837070,0xbcfc,0x11d1,{ 0x9a,0x2c,0x0,0xa0,0xc9,0x3,0xaa,0x45 } };
  /bionic/libc/arch-arm/generic/bionic/
strlen.c 51 while (u.i & 0x3) {
  /bionic/libc/arch-arm64/bionic/
vfork.S 42 mov x3, xzr
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy.S 35 cmp x2, x3
  /bionic/libc/arch-arm64/generic/bionic/
memcpy.S 35 cmp x2, x3
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
p1.cpp 28 X2<char> x3; // FIXME: no warning! variable
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/
p1.cpp 13 X x3 = y; // expected-error{{no viable conversion from 'const ExplicitConv::Y' to 'ExplicitConv::X'}} local
  /external/clang/test/CodeGen/
ms-declspecs.c 9 __declspec(selectany) int x3;
11 // CHECK: @x3 = weak_odr global i32 0, comdat, align 4
  /external/clang/test/PCH/
designated-init.c.h 3 [0x3] = (void *[256]) { // 1
  /external/clang/test/Sema/
tentative-decls.c 6 struct a x3[10]; // expected-error{{array has incomplete element type 'struct a'}} variable in typeref:struct:a
  /external/clang/test/SemaCXX/
attr-selectany.cpp 10 extern const __declspec(selectany) int x3 = 3; variable
default-constructor-initializers.cpp 11 struct X3 : public X2 { // expected-error {{implicit default constructor for 'X3' must explicitly initialize the base class 'X2' which does not have a default constructor}}
13 X3 x3; // expected-note {{first required here}} variable
direct-initializer.cpp 41 X x3(1.0, 1.0); // expected-error{{no matching constructor for initialization of 'X'}}
  /external/compiler-rt/lib/builtins/
ctzsi2.c 37 t = ((x & 0x3) == 0) << 1;
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
lv_value.pass.cpp 27 typename C::value_type x3, const C& c2)
32 q = x3;
40 typename C::value_type x3)
44 c.insert(++i, x3);
  /external/libexif/libexif/canon/
mnote-canon-tag.h 34 MNOTE_CANON_TAG_UNKNOWN_3 = 0x3,
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
UnweightedMeshSpawnShapeValue.java 50 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; local
51 Triangle.pick(x1, y1, z1, x2, y2, z2, x3, y3, z3, vector);
61 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; local
62 Triangle.pick(x1, y1, z1, x2, y2, z2, x3, y3, z3, vector);
  /external/llvm/lib/Support/
ARMWinEH.cpp 31 GPRMask |= (((1 << (NumRegisters + 1)) - 1) << (~RF.StackAdjust() & 0x3));
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.h 63 BR_TAKEN_HINT = 0x3,
64 BR_HINT_MASK = 0X3

Completed in 2221 milliseconds

<<11121314151617181920>>