HomeSort by relevance Sort by last modified time
    Searched refs:x4 (Results 1 - 25 of 1931) 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/valgrind/main/memcheck/tests/
badrw.c 7 int *x4; local
14 x4 = x-4;
19 y4 = *x4;
20 *x4 = y4;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
126 x4 = x[1];
143 if (x4 < x1)
146 x1 = x4;
147 x4 = tmp;
159 if (x4 < x2)
162 x2 = x4;
163 x4 = tmp;
169 if (x4 < x3)
171 x3 = x4;
    [all...]
  /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
19 X x4; variable
29 return x4;
  /external/valgrind/main/massif/tests/
long-time.c 10 int i, *x1, *x2, *x3, *x4; local
18 x4 = malloc( 900 * 1000);
19 free(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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc_semaphore.cpp 169 postmode |= 0x4;
201 postmode |= 0x4;
212 if ((postmode & 0x4) == 0)
228 postmode |= 0x4;
  /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/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/
elf-reloc-addend.s 3 add x0, x4, #:lo12:sym
  /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/bluetooth/bluedroid/gki/ulinux/
data_types.h 66 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4))
68 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /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
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushManagerParams.java 49 public static final int SIGNATURE_NO_MATCH = 0x4;
  /external/clang/test/SemaCXX/
attr-selectany.cpp 12 extern const int x4;
13 const __declspec(selectany) int x4 = 4; variable
  /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 168 const double* x4,
170 return functor_(x0, x1, x2, x3, x4, residuals);
177 const double* x4,
180 return functor_(x0, x1, x2, x3, x4, x5, residuals);
187 const double* x4,
191 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
198 const double* x4,
203 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals);
210 const double* x4,
216 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
93 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
94 x4 = x5 = 0;
118 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
137 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]

Completed in 837 milliseconds

1 2 3 4 5 6 7 8 91011>>