Searched refs:w2 (Results 176 - 200 of 222) sorted by relevance

123456789

/external/eigen/Eigen/src/Geometry/
H A DQuaternion.h594 Scalar w2 = (Scalar(1)+c)*Scalar(0.5); local
595 this->w() = sqrt(w2);
596 this->vec() = axis * sqrt(Scalar(1) - w2);
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h97 uInt u0, u1, v0, v1, w0, w1, w2, t; \
102 w1=t & 0xffff; w2=t>>16; \
104 (w)=u1*v1 + w2 + (w1>>16);}
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c150 UWord u1, v1, w1,w2,t; local
161 w2 = t >> halfShift;
163 rHi = u1 * v1 + w2 + (w1 >> halfShift);
/external/valgrind/main/coregrind/
H A Dm_wordfm.c145 /* Unsignedly compare w1 and w2. If w1 < w2, produce a negative
146 number; if w1 > w2 produce a positive number, and if w1 == w2
148 static inline Word cmp_unsigned_Words ( UWord w1, UWord w2 ) {
149 if (w1 < w2) return -1;
150 if (w1 > w2) return 1;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp222 unsigned w2 = (w - ADAM7_IX[j] + ADAM7_DX[j] - 1) / ADAM7_DX[j]; local
224 if(ADAM7_IX[j] >= w || ADAM7_IY[j] >= h) w2 = h2 = 0;
225 size_t linebytes = 1 + lodepng_get_raw_size(w2, 1, &state.info_png.color);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java664 Writer w2 = m_writer;
665 while (w2 instanceof WriterChain) {
666 if (w2 instanceof SerializerTraceWriter) {
670 w2 = ((WriterChain)w2).getWriter();
/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp1160 const float w2 = rnd.getFloat(0.1f, 4.0f);
1165 outData[6 * (col * numRows + row) + 2] = tcu::Vec4(quad[2].x() * w2, quad[2].y() * w2, 0.0f, w2);
1166 outData[6 * (col * numRows + row) + 3] = tcu::Vec4(quad[2].x() * w2, quad[2].y() * w2, 0.0f, w2);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp1057 Buffer_int w2; local
1058 w2.append(DEFAULT_WEIGHT - weights[0]).append(weights[0]);
1059 node = new Repeat(node,min,max,&w2);
/external/iproute2/ip/
H A Dipxfrm.c84 __u32 w1, w2; local
88 w2 = a2[words];
92 if ((w1 ^ w2) & mask)
/external/libhevc/common/arm64/
H A Dihevc_sao_edge_offset_class2.s375 LDRB w2,[x0,x1] //III pu1_src_cpy[0]
412 mov v17.8b[0], w2 //III sign_up = sign_up = vsetq_lane_s8(SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row]), sign_up, 0)
469 LDRB w2,[x0] //pu1_src_cpy[0]
H A Dihevc_sao_edge_offset_class3.s405 LDRB w2,[x5,#15] //III pu1_src_cpy[15]
431 mov v17.16b[15], w2 //III sign_up = vsetq_lane_s8(SIGN(pu1_src_cpy[15] - pu1_src_cpy[16 - src_strd]), sign_up, 15)
/external/clang/lib/Headers/
H A Demmintrin.h1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1159 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1161 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c810 POP(s##w2); \
812 s##w1 = s##w1 op s##w2; \
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc1937 scoped_ptr<aura::Window> w2(CreateTestWindow());
1938 w2->Show();
1939 wm::ActivateWindow(w2.get());
1941 w2->SetBounds(GetShelfLayoutManager()->GetIdealBounds());
1948 w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED);
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp1704 double w1, w2; local
1741 w2 = Sd;
1750 w2 = 0.5*(trace - discriminant);
1753 w2 = 0.5*(trace + discriminant);
1771 scale->fY = SkDoubleToScalar(w2);
/external/skia/src/core/
H A DSkMatrix.cpp1710 double w1, w2; local
1747 w2 = Sd;
1756 w2 = 0.5*(trace - discriminant);
1759 w2 = 0.5*(trace + discriminant);
1777 scale->fY = SkDoubleToScalar(w2);
/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp1437 const float w2 = rnd.getFloat(0.1f, 4.0f);
1442 outData[6 * (col * numRows + row) + 2] = tcu::Vec4(quad[2].x() * w2, quad[2].y() * w2, 0.0f, w2);
1443 outData[6 * (col * numRows + row) + 3] = tcu::Vec4(quad[2].x() * w2, quad[2].y() * w2, 0.0f, w2);
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller_unittest.cc1118 aura::Window* w2 = CreateTestWindowInShellWithId(1); local
1140 ASSERT_NE(w2, wm::GetActiveWindow());
1155 ASSERT_EQ(w2, wm::GetActiveWindow());
/external/opencv/ml/src/
H A Dmlboost.cpp278 double w = weights[idx], w2 = w*w; local
283 lsum2 += 2*lv*w + w2;
284 rsum2 -= 2*rv*w - w2;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt1.c1142 OPJ_FLOAT64 w1 = 1, w2, wmsedec; local
1150 w2 = opj_dwt_getnorm(level, orient);
1152 w2 = opj_dwt_getnorm_real(level, orient);
1155 wmsedec = w1 * w2 * stepsize * (1 << bpno);
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h410 Weight w2 = (s2 < distance_.size()) && (s2 < fdistance_.size()) ? local
412 return less_(w1, w2);
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c83 Long u1, v1, w1, w2, t; local
91 w2 = t >> 32;
93 *rHi = u1 * v1 + w2 + (w1 >> 32);
100 ULong u1, v1, w1,w2,t; local
108 w2 = t >> 32;
110 *rHi = u1 * v1 + w2 + (w1 >> 32);
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp1236 const tcu::Vec4 w2 = tcu::Vec4(point.v0->position.x() - offset, point.v0->position.y() - offset, point.v0->position.z(), point.v0->position.w()); local
1239 rasterizer1.init(w0, w1, w2);
1240 rasterizer2.init(w0, w2, w3);
/external/vixl/src/a64/
H A Dsimulator-a64.cc148 "w0", "w1", "w2", "w3", "w4", "w5", "w6", "w7",
1226 int64_t u1, v1, w1, w2, t; local
1236 w2 = t >> 32;
1239 return u1 * v1 + w2 + (w1 >> 32);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.cc1001 const SessionWindow* w2) {
1002 return w1->window_id.id() < w2->window_id.id();
1000 WindowOrderSortFunction(const SessionWindow* w1, const SessionWindow* w2) argument

Completed in 900 milliseconds

123456789