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

<<11121314151617181920>>

  /frameworks/rs/script_api/
rs_quaternion.spec 75 float xx = q->x * q->x;
89 m->m[5] = 1.0f - 2.0f * ( xx + zz );
93 m->m[10] = 1.0f - 2.0f * ( xx + yy );
  /prebuilts/go/darwin-x86/src/regexp/
example_test.go 89 // [["axxb" "xx"]]
91 // [["axxb" "xx"] ["ab" ""]]
142 // --xx-
  /prebuilts/go/linux-x86/src/regexp/
example_test.go 89 // [["axxb" "xx"]]
91 // [["axxb" "xx"] ["ab" ""]]
142 // --xx-
  /external/tensorflow/tensorflow/python/kernel_tests/
qr_op_test.py 107 xx = math_ops.matmul(x, x, adjoint_a=True)
108 identity = array_ops.matrix_band_part(array_ops.ones_like(xx), 0, 0)
113 self.assertAllClose(identity.eval(), xx.eval(), atol=tol)
  /frameworks/rs/driver/runtime/
rs_quaternion.c 33 float xx = q->x * q->x; local
47 m->m[5] = 1.0f - 2.0f * ( xx + zz );
51 m->m[10] = 1.0f - 2.0f * ( xx + yy );
  /external/clang/test/CodeGen/
asm.c 60 __asm__("PR3908 %[lf] %[xx] %[li] %[r]" : [r] "+r" (r) : [lf] "mx" (0), [li] "mr" (0), [xx] "x" ((double)(0)));
  /external/clang/test/Sema/
ext_vector_components.c 33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}}
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 254 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
257 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
286 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
289 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
409 movd mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
410 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
428 movd mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
429 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
  /external/libyuv/files/util/
ssim.cc 238 __m128i xx = zero; local
258 xx = _mm_add_epi32(xx, _mm_madd_epi16(ww0, w0)); \
280 ADD_AND_STORE_FOUR_EPI32(xx, xxm);
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx.s 20 # CHECK-ASM: .module fp=xx
64 .module fp=xx
  /external/pdfium/core/fxge/
fx_ge_text.cpp 21 matrix.xx = 0x10000L;
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp 215 int32_t xx = x - i; local
216 if (!IsEmpty(matrix->Get(xx, y))) {
229 bool bol = CBC_QRCoderMaskUtil::GetDataMaskBit(maskPattern, xx, y, e);
236 matrix->Set(xx, y, bit);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 55 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
56 unsigned x0 = XX >> 18;
57 unsigned x1 = XX & 0x3FFF;
60 __m128i allX = _mm_cvtsi32_si128((XX >> 14) & 0x0F);
165 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
166 unsigned x0 = XX >> 18;
167 unsigned x1 = XX & 0x3FFF;
170 __m128i allX = _mm_cvtsi32_si128((XX >> 14) & 0x0F);
422 uint16_t* xx = reinterpret_cast<uint16_t*>(xy); local
424 *xx++ = SkToU16(fx >> 16)
472 uint16_t* xx = reinterpret_cast<uint16_t*>(xy); local
    [all...]
SkBitmapProcState_matrixProcs_neon.cpp 174 uint16_t* xx = (uint16_t*)dst; local
176 *xx++ = SkToU16(fx >> 16); fx += dx;
SkBitmapProcState_matrix_neon.h 100 uint16_t* xx = (uint16_t*)xy; local
102 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX);
  /external/skqp/src/opts/
SkBitmapProcState_opts_SSE2.cpp 55 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
56 unsigned x0 = XX >> 18;
57 unsigned x1 = XX & 0x3FFF;
60 __m128i allX = _mm_cvtsi32_si128((XX >> 14) & 0x0F);
165 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
166 unsigned x0 = XX >> 18;
167 unsigned x1 = XX & 0x3FFF;
170 __m128i allX = _mm_cvtsi32_si128((XX >> 14) & 0x0F);
422 uint16_t* xx = reinterpret_cast<uint16_t*>(xy); local
424 *xx++ = SkToU16(fx >> 16)
472 uint16_t* xx = reinterpret_cast<uint16_t*>(xy); local
    [all...]
SkBitmapProcState_matrixProcs_neon.cpp 174 uint16_t* xx = (uint16_t*)dst; local
176 *xx++ = SkToU16(fx >> 16); fx += dx;
SkBitmapProcState_matrix_neon.h 100 uint16_t* xx = (uint16_t*)xy; local
102 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX);
  /frameworks/av/media/libstagefright/
RemoteMediaExtractor.cpp 62 String8 xx = pMetaData.toString(); local
  /system/bt/stack/rfcomm/
port_utils.cc 65 uint8_t xx, yy; local
67 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) {
  /system/bt/stack/sdp/
sdp_api.cc 73 uint16_t xx; local
93 for (xx = 0; xx < num_uuid; xx++) p_db->uuid_filters[xx] = *p_uuid_list++;
97 for (xx = 0; xx < num_attr; xx++) p_db->attr_filters[xx] = *p_attr_list++;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 487 for (uint32_t xx = x; xx < x + KNOB_TILE_X_DIM; xx += SIMD_TILE_X_DIM)
490 const bool useAlternateOffset = ((xx & SIMD_TILE_X_DIM) != 0);
682 for (uint32_t xx = x; xx < x + KNOB_TILE_X_DIM; xx += SIMD_TILE_X_DIM)
685 const bool useAlternateOffset = ((xx & SIMD_TILE_X_DIM) != 0);
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 296 for (int xx = 0; xx < 32; xx++) {
297 muteMask[ii][xx] = true;
357 for (int xx = 0; xx < 32; xx++) {
358 muteMask[8][xx] = false;
    [all...]
  /external/clang/test/Index/
complete-method-decls.m 47 - (id)first:(int)xx second2:(float)y2 third:(double)z;
155 // CHECK-CC9: NotImplemented:{TypedText xx} (40)
  /external/speex/libspeex/
filters_bfin.h 473 spx_word16_t *xx, *yy;
474 xx = x;

Completed in 1394 milliseconds

<<11121314151617181920>>