Searched refs:x0 (Results 126 - 150 of 1819) sorted by relevance

1234567891011>>

/external/ceres-solver/internal/ceres/
H A Dproblem.cc57 double* x0) {
60 x0);
66 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, x
54 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0) argument
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/clang/test/Sema/
H A Dexpr-address-of.c41 register int *x0; local
42 int *_dummy0 = &(*x0);
51 register int x0[10]; local
52 int *_dummy00 = x0; // fixme-error {{address of register variable requested}}
53 int *_dummy01 = &(*x0); // fixme-error {{address of register variable requested}}
H A Dattr-regparm.c3 __attribute((regparm(2))) int x0(void);
/external/compiler-rt/test/builtins/Unit/
H A Dextenddftf2_test.c44 UINT64_C(0x0)))
49 UINT64_C(0x0)))
54 UINT64_C(0x0)))
57 if (test__extenddftf2(0.0, UINT64_C(0x0), UINT64_C(0x0)))
H A Dmultf3_test.c48 UINT64_C(0x0)))
54 UINT64_C(0x0)))
60 UINT64_C(0x0)))
86 UINT64_C(0x0),
87 UINT64_C(0x0)))
H A Dsubtf3_test.c48 UINT64_C(0x0)))
54 UINT64_C(0x0)))
60 UINT64_C(0x0)))
H A Daddtf3_test.c49 UINT64_C(0x0)))
55 UINT64_C(0x0)))
61 UINT64_C(0x0)))
67 UINT64_C(0x0)))
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_chroma_copy.s86 //x0 => *pu1_src
121 LD1 {v0.s}[0],[x0] //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
122 ADD x7,x0,x2 //pu1_src_tmp += src_strd
126 ADD x0,x0,#4 //pu1_src += 4
138 SUB x0,x7,x11 //pu1_src = pu1_src_tmp
152 LD1 {v0.s}[0],[x0] //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
153 ADD x7,x0,x2 //pu1_src_tmp += src_strd
157 ADD x0,x0,#
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-aliases.s117 neg x0, x1
118 ; CHECK: neg x0, x1
119 neg x0, x1, asr #1
120 ; CHECK: neg x0, x1, asr #1
125 negs x0, x1
126 ; CHECK: negs x0, x1
127 negs x0, x1, asr #1
128 ; CHECK: negs x0, x1, asr #1
134 mov x0, #281470681743360
135 mov x0, #1844674407370948608
[all...]
H A Delf-reloc-ldstunsimm.s7 ldr x0, [sp, #:lo12:some_label]
12 // OBJ-NEXT: 0x0 R_AARCH64_LDST8_ABS_LO12_NC some_label 0x0
13 // OBJ-NEXT: 0x4 R_AARCH64_LDST16_ABS_LO12_NC some_label 0x0
14 // OBJ-NEXT: 0x8 R_AARCH64_LDST32_ABS_LO12_NC some_label 0x0
15 // OBJ-NEXT: 0xC R_AARCH64_LDST64_ABS_LO12_NC some_label 0x0
16 // OBJ-NEXT: 0x10 R_AARCH64_LDST128_ABS_LO12_NC some_label 0x0
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_masking.c72 const GLushort rMask = ctx->Color.ColorMask[buf][RCOMP] ? 0xffff : 0x0;
73 const GLushort gMask = ctx->Color.ColorMask[buf][GCOMP] ? 0xffff : 0x0;
74 const GLushort bMask = ctx->Color.ColorMask[buf][BCOMP] ? 0xffff : 0x0;
75 const GLushort aMask = ctx->Color.ColorMask[buf][ACOMP] ? 0xffff : 0x0;
88 const GLuint rMask = ctx->Color.ColorMask[buf][RCOMP] ? ~0x0 : 0x0;
89 const GLuint gMask = ctx->Color.ColorMask[buf][GCOMP] ? ~0x0 : 0x0;
90 const GLuint bMask = ctx->Color.ColorMask[buf][BCOMP] ? ~0x0 : 0x0;
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp5.cpp75 void test_X0(X0 x0, const X0 &x0c) { argument
76 x0.operator const int*(); // expected-note{{in instantiation of function template specialization}}
77 x0.operator float *();
/external/llvm/test/MC/ARM/
H A Dthumb-far-jump.s25 @ CHECK-NOT: 0x0 R_ARM_THM_CALL end 0x0
26 @ CHECK: 0x2004 R_ARM_THM_CALL main2 0x0
/external/mesa3d/src/mesa/swrast/
H A Ds_masking.c72 const GLushort rMask = ctx->Color.ColorMask[buf][RCOMP] ? 0xffff : 0x0;
73 const GLushort gMask = ctx->Color.ColorMask[buf][GCOMP] ? 0xffff : 0x0;
74 const GLushort bMask = ctx->Color.ColorMask[buf][BCOMP] ? 0xffff : 0x0;
75 const GLushort aMask = ctx->Color.ColorMask[buf][ACOMP] ? 0xffff : 0x0;
88 const GLuint rMask = ctx->Color.ColorMask[buf][RCOMP] ? ~0x0 : 0x0;
89 const GLuint gMask = ctx->Color.ColorMask[buf][GCOMP] ? ~0x0 : 0x0;
90 const GLuint bMask = ctx->Color.ColorMask[buf][BCOMP] ? ~0x0 : 0x0;
[all...]
/external/clang/test/CodeGen/
H A Darm64-aapcs-arguments.c6 // CHECK: void @test1(i32 %x0, i128 %x2_x3, i128 %x4_x5, i128 %x6_x7, i128 %sp.coerce)
8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { argument
12 // CHECK: void @test2(i32 %x0, i128 %x2_x3.coerce, i32 %x4, i128 %x6_x7.coerce, i32 %sp, i128 %sp16.coerce)
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { argument
/external/clang/test/SemaCXX/
H A Dmember-pointers-2.cpp44 X0* x0; member in struct:rdar9065289::X1
49 (p.x0->*(p.fptr))();
/external/kernel-headers/original/uapi/asm-generic/
H A Dmman-common.h13 #define PROT_NONE 0x0 /* page can not be accessed */
25 # define MAP_UNINITIALIZED 0x0 /* Don't support this flag */
/external/vixl/examples/
H A Dgetting-started.cc38 __ And(x0, x0, x1);
57 printf("x0 = %" PRIx64 "\n", simulator.xreg(0));
/external/chromium_org/base/message_loop/
H A Dmessage_pump_dispatcher.h26 POST_DISPATCH_NONE = 0x0,
/external/chromium_org/media/formats/mp2t/
H A Dts_section.h15 kPidPat = 0x0,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dosmman.h13 #define PROT_NONE 0x0
/external/chromium_org/net/base/
H A Dzap.cc10 memset(buf, 0x0, buf_len);
/external/chromium_org/ui/events/platform/
H A Dplatform_event_dispatcher.h17 POST_DISPATCH_NONE = 0x0,
/external/clang/test/PCH/
H A Dpr4489.c27 void x0(void) function
/external/iptables/include/linux/netfilter/
H A Dxt_NFLOG.h9 #define XT_NFLOG_MASK 0x0

Completed in 1785 milliseconds

1234567891011>>