Searched refs:x4 (Results 1 - 25 of 1033) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dsparc_matrix.h53 ldd [BASE + ( 0 * 0x4)], M0; \
54 ldd [BASE + ( 2 * 0x4)], M2; \
55 ldd [BASE + (12 * 0x4)], M12; \
56 ldd [BASE + (14 * 0x4)], M14
59 ldd [BASE + ( 0 * 0x4)], M0; \
60 ldd [BASE + (12 * 0x4)], M12
63 ld [BASE + ( 0 * 0x4)], M0; \
64 ldd [BASE + (12 * 0x4)], M12
67 ldd [BASE + ( 0 * 0x4)], M0; \
68 ld [BASE + ( 2 * 0x4)], M
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dsparc_matrix.h53 ldd [BASE + ( 0 * 0x4)], M0; \
54 ldd [BASE + ( 2 * 0x4)], M2; \
55 ldd [BASE + (12 * 0x4)], M12; \
56 ldd [BASE + (14 * 0x4)], M14
59 ldd [BASE + ( 0 * 0x4)], M0; \
60 ldd [BASE + (12 * 0x4)], M12
63 ld [BASE + ( 0 * 0x4)], M0; \
64 ldd [BASE + (12 * 0x4)], M12
67 ldd [BASE + ( 0 * 0x4)], M0; \
68 ld [BASE + ( 2 * 0x4)], M
[all...]
/external/clang/test/Sema/
H A Darray-size.c8 int x4[1073741824 - 1]; local
/external/valgrind/main/memcheck/tests/
H A Dbadrw.c7 int *x4; local
14 x4 = x-4;
19 y4 = *x4;
20 *x4 = y4;
/external/valgrind/main/none/tests/arm64/
H A Dinteger.c243 TESTINST3("add x3, x4, x5", 12345, 6789, x3, x4, x5, 0);
244 TESTINST3("add w3, w4, w5", 12345, 6789, x3, x4, x5, 0);
246 TESTINST3("adc x3, x4, x5", 12345, 6789, x3, x4, x5, 0);
247 TESTINST3("adc x3, x4, x5", 12345, 6789, x3, x4, x5, 1);
249 TESTINST3("adc w3, w4, w5", 12345, 6789, x3, x4, x5, 0);
250 TESTINST3("adc w3, w4, w5", 12345, 6789, x3, x4, x5, 1);
252 TESTINST3("sbc x3, x4, x
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.link/
H A Dp7.cpp6 // CHECK: @x4 = global %struct.X zeroinitializer
17 X x4; variable
27 return x4;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp13 wchar_t x4[](L"hello");
14 extern wchar_t x4[6];
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
H A Dfunction-excess-args.js1 function f(x0, x1, x2, x3, x4)
H A Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
H A Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
/external/valgrind/main/massif/tests/
H A Dlong-time.c10 int i, *x1, *x2, *x3, *x4; local
18 x4 = malloc( 900 * 1000);
19 free(x4);
/external/ceres-solver/examples/
H A Dpowell.cc36 // f2 = sqrt(5) * (x3 - x4)
38 // f4 = sqrt(10) * (x1 - x4)^2
40 // The starting values are x1 = 3, x2 = -1, x3 = 0, x4 = 1.
41 // The minimum is 0 at (x1, x2, x3, x4) = 0.
70 const T* const x4,
72 // f2 = sqrt(5) (x3 - x4)
73 residual[0] = T(sqrt(5.0)) * (x3[0] - x4[0]);
80 const T* const x4,
83 residual[0] = (x2[0] - T(2.0) * x4[0]) * (x2[0] - T(2.0) * x4[
69 operator ()(const T* const x3, const T* const x4, T* residual) const argument
79 operator ()(const T* const x2, const T* const x4, T* residual) const argument
89 operator ()(const T* const x1, const T* const x4, T* residual) const argument
108 double x4 = 1.0; local
140 << ", x4 = " << x4 local
151 << ", x4 = " << x4 local
[all...]
/external/clang/test/Frontend/
H A Dbackend-diagnostic.c27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, argument
30 "r" (x4),"r" (x5),"r" (x6),"r" (x7),"r" (x8),"r" (x9));
/external/fio/os/windows/posix/include/
H A Dsyslog.h8 #define LOG_WARN 0x4
12 #define LOG_PID 0x4
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4))
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4))
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4))
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4))
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
/external/llvm/test/MC/AArch64/
H A Ddot-req-case-insensitive.s4 mov x4, OBJECT
5 mov x4, oBjEcT
14 // CHECK: mov x4, x2
15 // CHECK: mov x4, x2
/external/linux-tools-perf/perf-3.12.0/arch/arm64/lib/
H A Dmemcpy.S31 mov x4, x0
36 str x3, [x4], #8
42 str w3, [x4], #4
47 strh w3, [x4], #2
51 strb w3, [x4]
H A Dmemset.S31 mov x4, x0
38 1: str x1, [x4], #8
44 str w1, [x4], #4
48 strh w1, [x4], #2
51 strb w1, [x4]
/external/ceres-solver/internal/ceres/
H A Dcost_function_to_functor_test.cc147 bool operator()(const T* x1, const T* x2, const T* x3, const T* x4, argument
150 + x4[0] * x4[0];
152 + x4[1] * x4[1];
160 bool operator()(const T* x1, const T* x2, const T* x3, const T* x4, argument
163 + x4[0] * x4[0] + x5[0] * x5[0];
165 + x4[1] * x4[
173 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument
186 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
199 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument
215 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument
231 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, const T* x10, T* residuals) const argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dtwobytemem.asm5 fstenv [0x4]
10 prefetchnta [0x4]
/external/chromium_org/v8/test/mjsunit/
H A Dobj-construct.js45 var x4 = [ 1, 2, 3 ]; variable
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp10 Cls x4 = x1 + x2 + x3; local
/external/llvm/test/MC/MachO/ARM/
H A Dthumb2-movt-fixup.s13 @ CHECK: ('word-1', 0x4)),
16 @ CHECK: ('word-1', 0x4)),
/external/ceres-solver/include/ceres/
H A Dnumeric_diff_functor.h173 const double* x4,
175 return functor_(x0, x1, x2, x3, x4, residuals);
182 const double* x4,
185 return functor_(x0, x1, x2, x3, x4, x5, residuals);
192 const double* x4,
196 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
203 const double* x4,
208 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals);
215 const double* x4,
221 return functor_(x0, x1, x2, x3, x4, x
169 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, double* residuals) const argument
178 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, double* residuals) const argument
188 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, double* residuals) const argument
199 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, double* residuals) const argument
211 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, double* residuals) const argument
224 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, const double* x9, double* residuals) const argument
268 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, T* residuals) const argument
278 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* residuals) const argument
289 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument
301 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
314 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument
328 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument
[all...]

Completed in 539 milliseconds

1234567891011>>