HomeSort by relevance Sort by last modified time
    Searched refs:x4 (Results 1 - 25 of 1220) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_matrix.h 53 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)], M2;
    [all...]
  /external/mesa3d/src/mesa/sparc/
sparc_matrix.h 53 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)], M2;
    [all...]
  /external/clang/test/Sema/
array-size.c 8 int x4[1073741824 - 1]; local
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
function-excess-args.js 1 function f(x0, x1, x2, x3, x4)
function-correct-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
function-missing-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
  /external/clang/test/CXX/dcl.dcl/dcl.link/
p7.cpp 6 // CHECK: @x4 = global %struct.X zeroinitializer
17 X x4; variable
27 return x4;
  /external/ceres-solver/examples/
powell.cc 36 // 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[0])
108 double x4 = 1.0; local
140 << ", x4 = " << x4 local
151 << ", x4 = " << x4 local
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p1.cpp 13 wchar_t x4[](L"hello");
14 extern wchar_t x4[6];
  /external/clang/test/Frontend/
backend-diagnostic.c 27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4,
30 "r" (x4),"r" (x5),"r" (x6),"r" (x7),"r" (x8),"r" (x9));
  /external/fio/os/windows/posix/include/
syslog.h 8 #define LOG_WARN 0x4
12 #define LOG_PID 0x4
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 64 #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/
data_types.h 64 #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/
dot-req-case-insensitive.s 4 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/
memcpy.S 31 mov x4, x0
36 str x3, [x4], #8
42 str w3, [x4], #4
47 strh w3, [x4], #2
51 strb w3, [x4]
memset.S 31 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/
cost_function_to_functor_test.cc 147 bool operator()(const T* x1, const T* x2, const T* x3, const T* x4,
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,
163 + x4[0] * x4[0] + x5[0] * x5[0];
165 + x4[1] * x4[1] + x5[1] * x5[1]
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
twobytemem.asm 5 fstenv [0x4]
10 prefetchnta [0x4]
  /external/clang/test/Index/
cxx-operator-overload.cpp 10 Cls x4 = x1 + x2 + x3; local
  /bionic/libc/arch-arm64/bionic/
syscall.S 38 mov x3, x4
39 mov x4, x5
  /external/llvm/test/MC/MachO/ARM/
thumb2-movt-fixup.s 13 @ CHECK: ('word-1', 0x4)),
16 @ CHECK: ('word-1', 0x4)),
  /external/ceres-solver/include/ceres/
numeric_diff_functor.h 173 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, x5, x6, x7, x8, residuals)
    [all...]
  /external/libhevc/common/arm64/
ihevc_padding.s 99 sub x4,x0,x3
115 add x5,x4,x1
117 st1 {v0.16b},[x4],#16 //128/8 = 16 bytes store
118 st1 {v0.16b},[x4],#16 // 16 bytes store
119 st1 {v0.16b},[x4],#16 // 16 bytes store
120 st1 {v0.16b},[x4],#16 // 16 bytes store
121 st1 {v0.16b},[x4] // 16 bytes store
217 sub x4,x0,x3
233 add x5,x4,x1
235 st1 {v0.16b},[x4],#16 //128/8 = 16 bytes stor
    [all...]
  /bionic/libc/kernel/uapi/linux/
firewire-constants.h 25 #define TCODE_READ_QUADLET_REQUEST 0x4
39 #define EXTCODE_LITTLE_ADD 0x4
54 #define RCODE_CONFLICT_ERROR 0x4
70 #define SCODE_1600 0x4
76 #define ACK_BUSY_X 0x4
  /development/ndk/platforms/android-L/include/linux/
firewire-constants.h 25 #define TCODE_READ_QUADLET_REQUEST 0x4
39 #define EXTCODE_LITTLE_ADD 0x4
54 #define RCODE_CONFLICT_ERROR 0x4
70 #define SCODE_1600 0x4
76 #define ACK_BUSY_X 0x4

Completed in 850 milliseconds

1 2 3 4 5 6 7 8 91011>>