HomeSort by relevance Sort by last modified time
    Searched refs:w1 (Results 151 - 175 of 191) sorted by null

1 2 3 4 5 67 8

  /external/clang/lib/Headers/
emmintrin.h 1101 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1103 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1155 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7)
1157 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 383 double w0 = crow[0], w1 = crow[1]; local
384 double weight = w0 + w1;
390 lcw[1] += w1; rcw[1] -= w1;
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
emmintrin.h 1101 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1103 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1155 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7)
1157 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 80 this.w1 = i;
regexp-global.js 161 regexps.push(/\w1/g);
  /external/skia/bench/
bench_graph_svg.py 847 def cw(w1):
849 return (pic_width / float(w)) * w1
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 80 this.w1 = i;
  /external/opencv/cvaux/src/
cvtrifocal.cpp 1469 double x1,y1,w1,x2,y2,w2; local
    [all...]
cvvecfacetracking.cpp 834 double w1 = (double)ppNew[element[1]]->r.width * scale_templ; local
    [all...]
  /external/chromium/chrome/browser/sessions/
session_service.cc 826 static bool WindowOrderSortFunction(const SessionWindow* w1,
828 return w1->window_id.id() < w2->window_id.id();
    [all...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]
i386_parse.y 324 else if (strcmp ($5->name, "w1") == 0)
328 else if (strcmp ($5->name, "W1") == 0)
1158 EMIT_SUFFIX (w1);
1159 EMIT_SUFFIX (W1);
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 408 Weight w1 = (s1 < distance_.size()) && (s1 < fdistance_.size()) ? local
412 return less_(w1, w2);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 3530 N_word w0,w1; local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 1927 int32_t w1; local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service.cc     [all...]
  /external/openfst/src/test/
algo_test.h 628 Weight w1 = U1.Start() < d.size() ? d[U1.Start()] : Weight::Zero();
629 CHECK(ApproxEqual(w, w1, kTestDelta));
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_ppc_toIR.c 6299 IRTemp w1 = newTemp(Ity_I32); local
    [all...]
host_arm_isel.c 4260 HReg w3, w2, w1, w0; local
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 1477 UWord w1 = (UWord)descr->base; local
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genhtml     [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 435 float w0, w1, w2, w3; \
523 w1 = icvCubicCoeffs[ify*2]; \
529 worktype val = cast_macro1( row0[dx]*w0 + row1[dx]*w1 + \
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 711 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
759 w1 = _mm_add_epi32(u1, u9);
777 v1 = _mm_add_epi32(w1, k__DCT_CONST_ROUNDING);
840 w1 = _mm_add_epi32(v1, v5);
849 v1 = _mm_add_epi32(w1, k__DCT_CONST_ROUNDING);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 30 ALL += dbus/fi.w1.wpa_supplicant1.service
    [all...]

Completed in 780 milliseconds

1 2 3 4 5 67 8