Searched refs:x1 (Results 176 - 200 of 1008) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dtentative-decls.c4 struct a x1; // expected-note 2{{forward declaration of 'struct a'}} variable in typeref:struct:a
/external/clang/test/SemaTemplate/
H A Dclass-template-ctor-initializer.cpp14 B1<int> x1; variable
H A Dclass-template-spec.cpp40 void testme(X<int_type> *x1, X<float, int> *x2) { argument
41 (void)x1->foo(); // okay: refers to #1
/external/freetype/src/autofit/
H A Dafwarp.h36 FT_Pos x1, x2; member in struct:AF_WarperRec_
H A Dafwarp.c241 warper->x1 = FT_MulFix( X1, org_scale ) + org_delta;
244 warper->t1 = AF_WARPER_FLOOR( warper->x1 );
248 warper->x1min = warper->x1 & ~31;
256 if ( warper->x2min < warper->x1 )
257 warper->x2min = warper->x1;
259 warper->w0 = warper->x2 - warper->x1;
263 warper->x1max = warper->x1;
310 xx1 = warper->x1;
331 if ( xx1 < warper->x1 )
332 base_distort = warper->x1
[all...]
/external/grub/netboot/
H A D3c509.h89 #define EEPROM_NODE_ADDR_1 0x1 /* Word */
210 #define WINDOW_SELECT (unsigned short) (0x1<<11)
229 #define FIL_INDIVIDUAL (unsigned short) (0x1)
244 #define C_INTR_LATCH (unsigned short) (ACK_INTR|0x1)
271 #define S_INTR_LATCH (unsigned short) (0x1)
300 #define ERR_RX_INCOMPLETE (unsigned short) (0x1<<15)
301 #define ERR_RX (unsigned short) (0x1<<14)
345 #define W0_P4_CMD_ENABLE_ADAPTER 0x1
375 #define AUI 0x1
/external/kernel-headers/original/asm-generic/
H A Dmman-common.h9 #define PROT_READ 0x1 /* page can be read */
/external/kernel-headers/original/linux/
H A Dtaskstats.h135 #define TASKSTATS_GENL_VERSION 0x1
/external/libffi/src/powerpc/
H A Ddarwin.S196 .byte 0x1 ; CIE Version
198 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor
201 .byte 0x1 ; uleb128 0x1; Augmentation size
204 .byte 0x1 ; uleb128 0x1
231 .byte 0x1 ; uleb128 0x1
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.h42 #define PROG_PARAM_BIT_CENTROID 0x1 /**< for varying vars (GLSL 1.20) */
/external/openssl/crypto/ecdh/
H A Dech_locl.h84 #define ECDH_FLAG_FIPS_METHOD 0x1
/external/valgrind/main/memcheck/tests/amd64-linux/
H A Ddefcfaexpr.S99 .byte 0x1
101 .uleb128 0x1
104 .uleb128 0x1
110 .uleb128 0x1
/external/webkit/Source/WebCore/css/
H A DCSSLineBoxContainValue.h37 enum LineBoxContainFlags { LineBoxContainNone = 0x0, LineBoxContainBlock = 0x1, LineBoxContainInline = 0x2, LineBoxContainFont = 0x4, LineBoxContainGlyphs = 0x8,
/external/webkit/Source/WebKit/android/plugins/
H A DANPPathInterface.cpp66 static void anp_quadTo(ANPPath* path, float x0, float y0, float x1, float y1) { argument
68 SkFloatToScalar(x1), SkFloatToScalar(y1));
72 float x1, float y1, float x2, float y2) {
74 SkFloatToScalar(x1), SkFloatToScalar(y1),
71 anp_cubicTo(ANPPath* path, float x0, float y0, float x1, float y1, float x2, float y2) argument
/external/dropbear/libtommath/etc/
H A Dpprime.c17 mp_word x1, x2; local
21 x1 = x2;
22 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
23 } while (x1 != x2);
25 if (x1 * x1 > x) {
26 --x1;
[all...]
/external/skia/src/core/
H A DSkCordic.cpp19 0xA, 0x5, 0x2, 0x1 };
31 int32_t x1 = y >> t; local
35 x -= x1;
39 x += x1;
85 int32_t x1 = y >> t; local
89 x -= x1;
93 x += x1;
143 0xA, 0x5, 0x2, 0x1 };
156 int32_t x1 = y >> t; local
164 x += x1;
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
93 x1 = (pInVect[3] + pInVect[5]) >>1;
123 /* rearrangement of x1,x3,x5,x7 as in (15) */
127 x1 -= x3 >>1 ;
129 /* two-dimensional IDCT of x1 and x5 */
131 temp = x1 ;
132 x1 = x1 + x5 ;
145 /* 4-point IDCT of x1,x3,x5 and x7 and post multiplication by diagonal matrix as in (14) */
146 SBC_IDCT_MULT((SBC_COS_PI_SUR_16), ( x1
[all...]
/external/clang/test/CodeGen/
H A Ddecl.c113 typedef long (*x1)(x0 x0a, x5 x6); typedef
115 x1 x4;
/external/clang/test/SemaCXX/
H A Dwarn-global-constructors.cpp85 Foo(int x1) : x(x1) {} argument
/external/compiler-rt/lib/
H A Dfloatdidf.c35 static const double twop52 = 0x1.0p52;
36 static const double twop32 = 0x1.0p32;
/external/compiler-rt/lib/ppc/
H A Dgcc_qdiv.c17 register double x = dst.s.hi, x1 = dst.s.lo, local
48 tmp = ((tmp + x1) - y1 * q) / y;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-log4j.jar ... .Class class$ (java.lang.String) ClassNotFoundException x1
/external/llvm/autoconf/m4/
H A Dc_printf_a.m421 if (A != 0x1.999999999999ap-4)
/external/llvm/projects/sample/autoconf/m4/
H A Dc_printf_a.m421 if (A != 0x1.999999999999ap-4)
/external/llvm/test/MC/MachO/ARM/
H A Dthumb2-movw-fixup.s31 @ CHECK: (('word-0', 0x1),
43 @ CHECK: (('word-0', 0x1),

Completed in 494 milliseconds

1234567891011>>