HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 376 - 400 of 2735) sorted by null

<<11121314151617181920>>

  /abi/cpp/include/
cxxabi.h 113 __virtual_mask = 0x1,
144 __non_diamond_repeat_mask = 0x1,
161 __const_mask = 0x1,
  /external/compiler-rt/lib/
floatundidf.c 36 static const double twop52 = 0x1.0p52;
37 static const double twop84 = 0x1.0p84;
38 static const double twop84_plus_twop52 = 0x1.00000001p84;
  /external/srtp/tables/
aes_tables.c 94 uint32_t x1, x2, x3; local
102 x1 = aes_sbox[i];
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
107 tmp.v8[1] = x1;
108 tmp.v8[2] = x1;
114 tmp.v8[2] = x1;
115 tmp.v8[3] = x1;
118 tmp.v8[0] = x1;
121 tmp.v8[3] = x1;
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebContextMenuData.h 91 MediaInError = 0x1,
122 CheckableMenuItemEnabled = 0x1,
135 CanUndo = 0x1,
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
convolve5x5.fs 27 uint32_t x1 = max((int32_t)x-1, 0);
39 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y0)) * gCoeffs[1]
45 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[6]
51 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
57 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
63 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
convolve5x5.fs 27 uint32_t x1 = max((int32_t)x-1, 0);
39 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y0)) * gCoeffs[1]
45 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[6]
51 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
57 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
63 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
convolve5x5.fs 27 uint32_t x1 = max((int32_t)x-1, 0);
39 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y0)) * gCoeffs[1]
45 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[6]
51 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
57 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
63 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 146 #define IMD_PPINTR 0x1
161 #define TYP_ASYNCTRL 0x1
200 #define FLUSHRX 0x1
241 #define PT_STOP15 0x1
245 #define PT_ODDPARITY 0x1
251 #define F_IXON 0x1
262 #define FI_NORX 0x1
281 #define FO_OLCUC 0x1
299 #define P_RTSLOCK 0x1
321 #define DT_TXBUSY 0x1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 146 #define IMD_PPINTR 0x1
161 #define TYP_ASYNCTRL 0x1
200 #define FLUSHRX 0x1
241 #define PT_STOP15 0x1
245 #define PT_ODDPARITY 0x1
251 #define F_IXON 0x1
262 #define FI_NORX 0x1
281 #define FO_OLCUC 0x1
299 #define P_RTSLOCK 0x1
321 #define DT_TXBUSY 0x1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 146 #define IMD_PPINTR 0x1
161 #define TYP_ASYNCTRL 0x1
200 #define FLUSHRX 0x1
241 #define PT_STOP15 0x1
245 #define PT_ODDPARITY 0x1
251 #define F_IXON 0x1
262 #define FI_NORX 0x1
281 #define FO_OLCUC 0x1
299 #define P_RTSLOCK 0x1
321 #define DT_TXBUSY 0x1
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cxxabi.h 113 __virtual_mask = 0x1,
144 __non_diamond_repeat_mask = 0x1,
161 __const_mask = 0x1,
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cxxabi.h 111 __virtual_mask = 0x1,
142 __non_diamond_repeat_mask = 0x1,
159 __const_mask = 0x1,
  /external/openssl/crypto/ec/
ec2_mult.c 109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
115 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1,
128 if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err;
130 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
131 if (!BN_GF2m_add(z1, z1, x1)) goto err;
133 if (!group->meth->field_mul(group, x1, z1, t1, ctx)) goto err;
134 if (!BN_GF2m_add(x1, x1, t2)) goto err
220 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
    [all...]
  /sdk/emulator/qtools/
armdis.cpp 148 uint8_t is_immed = (insn >> 25) & 0x1;
276 uint8_t write_back = (insn >> 21) & 0x1;
277 uint8_t bit_s = (insn >> 22) & 0x1;
278 uint8_t is_up = (insn >> 23) & 0x1;
279 uint8_t is_pre = (insn >> 24) & 0x1;
326 uint8_t is_reg = (insn >> 25) & 0x1;
327 uint8_t is_load = (insn >> 20) & 0x1;
328 uint8_t write_back = (insn >> 21) & 0x1;
329 uint8_t is_byte = (insn >> 22) & 0x1;
330 uint8_t is_up = (insn >> 23) & 0x1;
    [all...]
  /external/clang/test/SemaTemplate/
member-template-access-expr.cpp 53 struct X1 {
61 void test_X1(X1 x1) {
62 float *fp1 = x1.f1<>(17);
63 float *fp2 = x1.f1<int>(3.14); // expected-warning {{implicit conversion from 'double' to 'int' changes value from 3.14 to 3}}
64 int *ip1 = x1.f1(17);
65 float *ip2 = x1.f1(3.14);
67 float* (X1::*mf1)(int) = &X1::f1;
68 float* (X1::*mf2)(int) = &X1::f1<>
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 48 const unsigned int RowMajorBit = 0x1;
162 Lower=0x1,
259 RowMajor = 0x1, // it is only a coincidence that this is equal to RowMajorBit -- don't rely on that
384 Isometry = 0x1,
400 SSE = 0x1,
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 134 for (int x1 = rowStart, x2 = rowStart + width - 1; x1 < middle; x1++, x2--) {
135 byte temp = yuvData[x1];
136 yuvData[x1] = yuvData[x2];
  /external/valgrind/main/none/tests/x86/
insn_basic.def 1 ###aaa eflags[0x11,0x01] al.ub[0x1] ah.ub[0x0] : => al.ub[0x1] ah.ub[0x00] eflags[0x11,0x00]
5 ###aaa eflags[0x11,0x10] al.ub[0x1] ah.ub[0x0] : => al.ub[0x7] ah.ub[0x01] eflags[0x11,0x11]
13 ###aas eflags[0x11,0x01] al.ub[0x1] ah.ub[0x2] : => al.ub[0x1] ah.ub[0x02] eflags[0x11,0x00]
17 ###aas eflags[0x11,0x10] al.ub[0x1] ah.ub[0x2] : => al.ub[0xb] ah.ub[0x00] eflags[0x11,0x11]
21 adcb eflags[0x1,0x0] : imm8[12] al.ub[34] => 1.ub[46]
22 adcb eflags[0x1,0x1] : imm8[12] al.ub[34] => 1.ub[47]
23 adcb eflags[0x1,0x0] : imm8[12] bl.ub[34] => 1.ub[46
    [all...]
  /external/ceres-solver/internal/ceres/
numeric_diff_cost_function_test.cc 50 // y1 = x1'x2 -> dy1/dx1 = x2, dy1/dx2 = x1
51 // y2 = (x1'x2)^2 -> dy2/dx1 = 2 * x2 * (x1'x2), dy2/dx2 = 2 * x1 * (x1'x2)
57 mutable_parameter_block_sizes()->push_back(5); // x1.
82 5, /* size of x1 */
90 5, /* size of x1 */
97 double x1[] = { 1.0, 2.0, 3.0, 4.0, 5.0 } local
179 double x1[5]; member in struct:ceres::internal::__anon3563
202 double *x1 = &(kTests[k].x1[0]); local
    [all...]
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 291 0x1.0p0,
292 0x1.30777758p44,
293 0x1.956ad0aae33a4p117,
294 0x1.ee69a78d72cb6p202,
295 0x1.fe478ee34844ap295,
296 0x1.c619094edabffp394,
297 0x1.3638dd7bd6347p498,
298 0x1.7cac197cfe503p605,
299 0x1.1e5dfc140e1e5p716,
300 0x1.8ce85fadb707ep829
    [all...]
  /bionic/libc/kernel/arch-mips/asm/lasat/
lasat.h 107 #define LASAT_W1_HIFN(v) (((v) >> 0x04) & 0x1)
109 #define LASAT_W1_ISDN(v) (((v) >> 0x05) & 0x1)
110 #define LASAT_W1_IDE(v) (((v) >> 0x06) & 0x1)
111 #define LASAT_W1_HDLC(v) (((v) >> 0x07) & 0x1)
112 #define LASAT_W1_USVERSION(v) (((v) >> 0x08) & 0x1)
114 #define LASAT_W1_4MACS(v) (((v) >> 0x09) & 0x1)
115 #define LASAT_W1_EXTSERIAL(v) (((v) >> 0x0a) & 0x1)
  /development/ndk/platforms/android-9/arch-mips/include/asm/lasat/
lasat.h 107 #define LASAT_W1_HIFN(v) (((v) >> 0x04) & 0x1)
109 #define LASAT_W1_ISDN(v) (((v) >> 0x05) & 0x1)
110 #define LASAT_W1_IDE(v) (((v) >> 0x06) & 0x1)
111 #define LASAT_W1_HDLC(v) (((v) >> 0x07) & 0x1)
112 #define LASAT_W1_USVERSION(v) (((v) >> 0x08) & 0x1)
114 #define LASAT_W1_4MACS(v) (((v) >> 0x09) & 0x1)
115 #define LASAT_W1_EXTSERIAL(v) (((v) >> 0x0a) & 0x1)
  /external/kernel-headers/original/asm-mips/lasat/
lasat.h 115 #define LASAT_W1_HIFN(v) (((v) >> 0x04) & 0x1)
116 #define LASAT_W1_ISDN(v) (((v) >> 0x05) & 0x1)
117 #define LASAT_W1_IDE(v) (((v) >> 0x06) & 0x1)
118 #define LASAT_W1_HDLC(v) (((v) >> 0x07) & 0x1)
119 #define LASAT_W1_USVERSION(v) (((v) >> 0x08) & 0x1)
120 #define LASAT_W1_4MACS(v) (((v) >> 0x09) & 0x1)
121 #define LASAT_W1_EXTSERIAL(v) (((v) >> 0x0a) & 0x1)
  /external/valgrind/main/memcheck/tests/
mempool2.c 118 char *x1, *x2; local
130 x1 = allocate(p1, 10);
135 res += x1[-1];
136 res += x1[10];
145 VALGRIND_MEMPOOL_FREE(p1, x1);
146 res += x1[5];
155 VALGRIND_MEMPOOL_FREE(p1, x1);

Completed in 843 milliseconds

<<11121314151617181920>>