HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 276 - 300 of 990) sorted by null

<<11121314151617181920>>

  /external/libffi/src/pa/
hpux32.S 329 .byte 0x83 ;# DW_CFA_offset, column 0x3
338 .uleb128 0x3
343 .uleb128 0x3
356 .byte 0x83 ;# DW_CFA_offset, column 0x3
365 .uleb128 0x3
linux.S 318 .byte 0x83 ;# DW_CFA_offset, column 0x3
327 .uleb128 0x3
332 .uleb128 0x3
345 .byte 0x83 ;# DW_CFA_offset, column 0x3
354 .uleb128 0x3
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 828 double x3 = x[i + 3].f * exp_prescale; local
841 x3 = x[i+3].i < 0 ? -exp_max_val : exp_max_val;
846 val3 = cvRound(x3);
851 x3 = (x3 - val3)*exp_postscale;
876 x3 = buf[3].d * icvExpTab[val3 & EXPTAB_MASK] * EXPPOLY( x3 );
879 y[i + 3] = (float)x3;
933 double x3 = x[i + 3].f * exp_prescale; local
952 x3 = t < 0 ? -exp_max_val : exp_max_val
1396 double x0, x1, x2, x3; local
1496 double x0, x1, x2, x3; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
127 tmp3 = _mm_shuffle_epi32(row0, 0x55); /*x3, x1, x3, x1, x3, x1, x3, x1*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
140 tmp3 = _mm_madd_epi16(tmp3, * ( __m128i*)(table1+16)); /*x3*w29+x1*w28, x3*w25+x1*w24, x3*w21+x1*w20, x3*w17+x1*w16*/
    [all...]
  /bionic/libc/kernel/arch-mips/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java 728 * Each matrix is returned either as a 3x3 or 4x4 row-major matrix depending
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /external/ceres-solver/docs/
powell.tex 64 double x1 = 3.0; double x2 = -1.0; double x3 = 0.0; double x4 = 1.0;
70 new ceres::AutoDiffCostFunction<F2, 1, 1, 1>(new F2), NULL, &x3, &x4);
72 new ceres::AutoDiffCostFunction<F3, 1, 1, 1>(new F3), NULL, &x2, &x3)
83 Initial x1 = 3, x2 = -1, x3 = 0, x4 = 1
98 Final x1 = 0.000583994, x2 = -5.83994e-05, x3 = 9.55401e-05, x4 = 9.55401e-05
  /external/clang/include/clang/Analysis/
ProgramPoint.h 82 Data2(0, (((unsigned) k) >> 0) & 0x3),
83 L(l, (((unsigned) k) >> 2) & 0x3),
84 Tag(tag, (((unsigned) k) >> 4) & 0x3) {
96 Data2(P2, (((unsigned) k) >> 0) & 0x3),
97 L(l, (((unsigned) k) >> 2) & 0x3),
98 Tag(tag, (((unsigned) k) >> 4) & 0x3) {}
  /external/v8/test/mjsunit/regress/
regress-969.js 69 x3 = 0;
70 function test3() { return first((y++, typeof x3), 2); }
72 delete x3;
  /external/valgrind/main/memcheck/tests/
unit_libcbase.c 68 CHECK( ! VG_IS_2_ALIGNED(0x3) );
85 CHECK( ! VG_IS_4_ALIGNED(0x3) );
102 CHECK( ! VG_IS_8_ALIGNED(0x3) );
119 CHECK( ! VG_IS_16_ALIGNED(0x3) );
136 CHECK( ! VG_IS_WORD_ALIGNED(0x3) );
162 CHECK( ! VG_IS_PAGE_ALIGNED(0x3) );
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 272 float x2, float y2, float x3, float y3) {
278 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
283 float x2, float y2, float x3, float y3) {
289 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3);
663 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
670 * @param x3 The x-coordinate of the end point on a cubic curve
674 float x3, float y3) {
675 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3);
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.cpp 109 if (mask & 0x3) {
122 if (mask & 0x3)
317 if (offset & 0x3) {
  /bionic/libc/kernel/common/linux/
icmpv6.h 104 #define ICMPV6_ROUTER_PREF_LOW 0x3
netlink.h 96 #define NLMSG_DONE 0x3
  /bionic/libc/kernel/common/linux/mtd/
onenand_regs.h 71 #define ONENAND_DEVICE_VCC_MASK (0x3)
  /development/ndk/platforms/android-3/include/linux/mtd/
onenand_regs.h 61 #define ONENAND_DEVICE_VCC_MASK (0x3)
  /external/chromium/base/debug/
trace_event_win.cc 19 0x3dada31d, 0x19ef, 0x4dc1, 0xb3, 0x45, 0x3, 0x79, 0x27, 0x19, 0x34, 0x22 };
  /external/clang/include/clang/Sema/
IdentifierResolver.h 84 /// same declaration context. (Ptr & 0x3 == 0x1)
86 /// declaration contexts too. (Ptr & 0x3 == 0x3)
105 return reinterpret_cast<BaseIter>(Ptr & ~0x3);
  /external/clang/test/CodeGen/
stdcall-fastcall.c 87 double x3; member in struct:S2
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 60 struct X3 {
61 X3(T);
65 X3<X1<float> > x3 = x1; local
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 79 Packet4f x3 = pmul(x2,x); local
88 y = pmadd(y, x3, y1);
89 y = pmadd(y, x3, y2);
90 y = pmul(y, x3);
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 128 Index blockCols = (cols / threads) & ~Index(0x3);

Completed in 1171 milliseconds

<<11121314151617181920>>