/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/ |
dwarf32_testhd.asm | 134 .byte 0x1 136 .uleb128 0x1 143 .uleb128 0x1 184 .uleb128 0x1 189 .byte 0x1 194 .byte 0x1 198 .byte 0x1 239 .byte 0x1 397 .byte 0x1 459 .byte 0x1 [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_rem_pio2f.c | 59 STRICT_ASSIGN(double,fn,x*invpio2+0x1.8p52); 60 fn = fn-0x1.8p52;
|
/bionic/libstdc++/src/ |
one_time_construction.cpp | 47 const static int ready = 0x1; 63 const static int ready = letoh32(0x1);
|
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/ |
sbc_dct.c | 87 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 + x3 ) , res_odd[0]); /*res_odd[ 0 ] = ( x1 + x3 ) * cos(1*pi/16) ; * [all...] |
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeControlWin.h | 153 void triangle(int x0, int y0, int x1, int y1, int x2, int y2, SkColor); 175 void line(int x0, int y0, int x1, int y1, SkColor);
|
/external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/ |
esUtil_TGA.c | 27 #pragma pack(push,x1) // Byte alignment (8-bit) 47 #pragma pack(pop,x1)
|
/external/chromium_org/third_party/skia/src/animator/ |
SkPathParts.cpp | 115 SK_MEMBER(x1, Float), 125 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) { 129 fPath->fPath.quadTo(x1, y1, x2, y2); 146 fPath->fPath.rQuadTo(x1, y1, x2, y2); 155 SK_MEMBER(x1, Float), 167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) { 171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3); 188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_filter_animation_curve_impl.cc | 37 double x1, 47 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
|
web_float_animation_curve_impl.cc | 37 double x1, 44 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
|
web_transform_animation_curve_impl.cc | 41 double x1, 51 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
|
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 45 template<typename T> struct x1 { }; // expected-note {{explicitly specialized declaration is here}} struct 53 template struct x1<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \ struct in namespace:args_bad 54 expected-error {{class template specialization of 'x1' must originally be declared in the global scope}}
|
/external/clang/test/CodeGen/ |
decl.c | 113 typedef long (*x1)(x0 x0a, x5 x6); typedef 115 x1 x4;
|
/external/clang/test/SemaCXX/ |
warn-global-constructors.cpp | 85 Foo(int x1) : x(x1) {}
|
/external/clang/test/SemaTemplate/ |
class-template-spec.cpp | 40 void testme(X<int_type> *x1, X<float, int> *x2) { 41 (void)x1->foo(); // okay: refers to #1
|
/external/compiler-rt/lib/ |
floatdidf.c | 35 static const double twop52 = 0x1.0p52; 36 static const double twop32 = 0x1.0p32;
|
/external/compiler-rt/lib/ppc/ |
gcc_qdiv.c | 17 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/ |
ant-apache-log4j.jar | |
/external/llvm/autoconf/m4/ |
c_printf_a.m4 | 21 if (A != 0x1.999999999999ap-4)
|
/external/llvm/projects/sample/autoconf/m4/ |
c_printf_a.m4 | 21 if (A != 0x1.999999999999ap-4)
|
/external/llvm/test/MC/MachO/ARM/ |
thumb2-movw-fixup.s | 31 @ CHECK: (('word-0', 0x1), 43 @ CHECK: (('word-0', 0x1),
|
/external/pixman/test/ |
composite-traps-test.c | 121 clip_boxes[i].x1 = prng_rand_n (src_width); 124 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1); 131 clip_boxes[i].x1, clip_boxes[i].y1, 195 clip_boxes[i].x1 = prng_rand_n (dst_width); 198 clip_boxes[i].x1 + prng_rand_n (dst_width - clip_boxes[i].x1); 205 clip_boxes[i].x1, clip_boxes[i].y1,
|
/external/qemu/android/skin/ |
rect.h | 60 int x1, y1; member in struct:__anon24758 64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
|
/external/qemu/slirp/ |
misc.h | 35 #define EMU_CTL 0x1 47 #define EMU_TALK 0x1
|
/external/qemu/slirp-android/ |
misc.h | 35 #define EMU_CTL 0x1 47 #define EMU_TALK 0x1
|
/external/skia/src/animator/ |
SkPathParts.cpp | 115 SK_MEMBER(x1, Float), 125 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) { 129 fPath->fPath.quadTo(x1, y1, x2, y2); 146 fPath->fPath.rQuadTo(x1, y1, x2, y2); 155 SK_MEMBER(x1, Float), 167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) { 171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3); 188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
|