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

1234567891011>>

/external/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c47 0x1.23456789abcdefp+5L,
53 0x1.23456789abcdefp+5L,
65 0x1.2335653452436234723489432abcdefp+5L,
70 if (test__addtf3(0x1.23456734245345543849abcdefp+5L,
71 0x1.edcba52449872455634654321fp-1L,
/external/lzma/Asm/x86/
H A D7zCrcOpt.asm48 mov x0, x1
85 mov x1, [SRCDAT 1]
93 shr x1, 16
95 movzx x1, x1_H
100 mov x1, [SRCDAT 3]
120 movzx x1, x0_L
125 CRC_MOV x1, r1, 3
126 xor x1, [SRCDAT 1]
127 CRC_XOR x1, r3, 2
128 CRC_XOR x1, r
[all...]
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_chroma_copy.s87 //x1 => *pu1_dst
123 ADD x6,x1,x3 //pu1_dst_tmp += dst_strd
124 ST1 {v0.s}[0],[x1] //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
132 ADD x1,x1,#4 //pu1_dst += 4
139 SUB x1,x6,x11 //pu1_dst = pu1_dst_tmp
154 ADD x6,x1,x3 //pu1_dst_tmp += dst_strd
155 ST1 {v0.s}[0],[x1] //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
160 ADD x1,x1,#
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h63 T x1; member in struct:agg::rect_base
69 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {}
73 if(x1 > x2) {
74 t = x1;
75 x1 = x2;
93 if(x1 < r.x1) {
94 x1 = r.x1;
99 return x1 <
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dliterals.js39 assertThrows('"\\x1/"');
41 assertEquals("\\x1/", RegExp("\\x1/").source);
45 assertThrows('"\\x1:"');
47 assertEquals("\\x1:", /\x1:/.source);
51 assertThrows('"\\x1`"');
53 assertEquals("\\x1`", /\x1`/.source);
63 assertThrows('"\\x1
[all...]
H A Dregress-gap.js75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
83 tmp = x1;
84 x1 = x2;
90 return v1 + x1;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
102 tmp = x1;
103 x1 = x2;
110 return v1 + x1;
/external/clang/test/CodeGen/
H A Dregparm-struct.c10 int x1; member in struct:s1
20 int x1; member in struct:s2
37 int x1; member in struct:s3
55 int x1; member in struct:s4
74 float x1; member in struct:s5
84 float x1; member in struct:s6
95 float x1; member in struct:s7
107 float x1; member in struct:s8
118 float x1; member in struct:s9
130 double x1; member in struct:s10
140 double x1; member in struct:s11
151 double x1; member in struct:s12
[all...]
/external/fio/os/windows/posix/include/sys/
H A Dmman.h6 #define PROT_NONE 0x1
10 #define MAP_ANON 0x1
24 #define MS_ASYNC 0x1
/external/iputils/ninfod/
H A Dicmp6_nodeinfo.h70 #define NI_SUPTYPE_FLAG_COMPRESS 0x1
71 #define NI_FQDN_FLAG_VALIDTTL 0x1
78 #define NI_NODEADDR_FLAG_TRUNCATE 0x1
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Ddebugreg.h20 #define DR_TRAP0 (0x1) /* db0 */
39 #define DR_RW_WRITE (0x1)
56 #define DR_LOCAL_ENABLE (0x1) /* Local enable for reg 0 */
/external/clang/test/CodeGenCXX/
H A Dvisibility-inlines-hidden.cpp39 void use(X0 *x0, X1<int> *x1, X2 *x2, X1<float> *x3) { argument
51 x1->f1();
53 x1->f2();
55 x1->f3();
57 x1->f4();
61 x1->X1::f6();
H A Dkey-function-vtable.cpp44 void use_X1(X1 *x1) { x1->f(); } argument
/external/llvm/test/MC/AArch64/
H A Darm64-bitfield-encoding.s9 bfm x1, x2, #1, #15
11 sbfm x1, x2, #1, #15
13 ubfm x1, x2, #1, #15
20 ; CHECK: bfxil x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xb3]
22 ; CHECK: sbfx x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0x93]
24 ; CHECK: ubfx x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xd3]
/external/ceres-solver/internal/ceres/
H A Dproblem.cc66 double* x0, double* x1) {
69 x0, x1);
75 double* x0, double* x1, double* x2) {
78 x0, x1, x2);
84 double* x0, double* x1, double* x2, double* x3) {
87 x0, x1, x2, x3);
93 double* x0, double* x1, double* x2, double* x3, double* x4) {
96 x0, x1, x2, x3, x4);
102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
105 x0, x1, x
63 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1) argument
72 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2) argument
81 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3) argument
90 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4) argument
99 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) argument
108 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6) argument
118 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7) argument
128 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8) argument
138 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8, double* x9) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DBoxShape.cpp74 float x1 = rect.maxX(); local
80 x1 = rect.x();
86 x1 = std::min<float>(x1, minXIntercept);
91 x1 = std::min<float>(x1, minXIntercept);
95 ASSERT(x2 >= x1);
96 return LineSegment(x1, x2);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
H A Dg711_interface.c35 if ((n & 0x1) == 1) {
41 if ((n & 0x1) == 1) {
73 if ((n & 0x1) == 1) {
79 if ((n & 0x1) == 1) {
107 if ((n & 0x1) == 1) {
113 if ((n & 0x1) == 1) {
144 if ((n & 0x1) == 1) {
150 if ((n & 0x1) == 1) {
/external/chromium_org/tools/cygprofile/
H A Dmergetraces_unittest.py19 (180, 11, '2000:2000', 0x1),
29 (180, 11, '2000:2000', 0x1),
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-r4998.js39 var x1 = 3;
55 x1 = 257;
/external/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { argument
26 vararg(x1); // OK
/external/clang/test/Sema/
H A Dattr-regparm.c4 __attribute((regparm(1.0))) int x1(void); // expected-error{{'regparm' attribute requires an integer constant}}
H A Dtypeof-use-deprecated.c17 bar x1; // expected-warning {{'bar' is deprecated}} variable
19 int main() { typeof(x1) y; } // expected-warning {{'foo' is deprecated}}
/external/clang/test/SemaCXX/
H A Dconverting-constructor.cpp44 void x1(X1);
46 x1(1);
/external/compiler-rt/lib/builtins/ppc/
H A Dfloatditf.c12 static const double twop32 = 0x1.0p32;
13 static const double twop52 = 0x1.0p52;
16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
/external/oprofile/gui/
H A Doprof_start_util.h27 inline double ratio(double x1, double x2) argument
29 return fabs(((x1 - x2) / x2)) * 100;
/external/pixman/pixman/
H A Dpixman-filter.c149 * aligns @x1 in @kernel1 with @x2 in @kernel2 and
157 integral (pixman_kernel_t kernel1, double x1, argument
166 if (x1 < 0 && x1 + width > 0)
169 integral (kernel1, x1, kernel2, scale, x2, - x1) +
170 integral (kernel1, 0, kernel2, scale, x2 - x1, width + x1);
175 integral (kernel1, x1, kernel2, scale, x2, - x2) +
176 integral (kernel1, x1
243 int x, x1, x2; local
[all...]

Completed in 861 milliseconds

1234567891011>>