Home
last modified time | relevance | path

Searched refs:ww (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpowl.c455 long double ww, y; in powil() local
503 ww = x; in powil()
506 ww = ww * ww; /* arg to the 2-to-the-kth power */ in powil()
508 y *= ww; in powil()
/third_party/musl/src/math/
H A Dpowl.c463 long double ww, y; in powil() local
511 ww = x; in powil()
514 ww = ww * ww; /* arg to the 2-to-the-kth power */ in powil()
516 y *= ww; in powil()
/third_party/skia/samplecode/
H A DSampleXfermodesBlur.cpp46 SkScalar ww = SkIntToScalar(W); in draw_mode() local
53 r.setLTRB(0, 0, ww*3/4, hh*3/4); in draw_mode()
62 r.setLTRB(ww/3, hh/3, ww*19/20, hh*19/20); in draw_mode()
/third_party/typescript/tests/baselines/reference/
H A DpropertyAccess.js125 var ww = bothIndex[Compass.East]; variable
126 var ww: B; variable
270 var ww = bothIndex[Compass.East]; variable
271 var ww; variable
H A DvariadicTuples2.js105 let ww = x[0]
212 var ww = x[0];
/third_party/node/test/pummel/
H A Dtest-stream-pipe-multi.js30 const ww = [];
90 ww.push(w);
/third_party/skia/gm/
H A Dxfermodes.cpp100 SkScalar ww = SkIntToScalar(w); in make_bitmaps() local
106 r.setWH(ww*3/4, hh*3/4); in make_bitmaps()
116 r.setLTRB(ww/3, hh/3, ww*19/20, hh*19/20); in make_bitmaps()
/third_party/node/src/
H A Dstream_wrap.cc95 Local<FunctionTemplate> ww = in Initialize() local
97 ww->InstanceTemplate()->SetInternalFieldCount( in Initialize()
99 ww->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
100 SetConstructorFunction(context, target, "WriteWrap", ww); in Initialize()
101 env->set_write_wrap_template(ww->InstanceTemplate()); in Initialize()
/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c472 int ww, wh; member
550 s->ww = 300; in pixscope_config_input()
586 w = s->ww / s->w; in pixscope_filter_frame()
587 h = s->ww / s->h; in pixscope_filter_frame()
590 X = (in->width - s->ww) * s->wx; in pixscope_filter_frame()
592 X = (in->width - s->ww) * -s->wx; in pixscope_filter_frame()
601 if (s->x + s->w >= X && (s->x + s->w <= X + s->ww) && in pixscope_filter_frame()
603 X = (in->width - s->ww) * (1 + s->wx); in pixscope_filter_frame()
608 if (s->x + s->w >= X && (s->x + s->w <= X + s->ww) && in pixscope_filter_frame()
618 s->ww, in pixscope_filter_frame()
[all...]
H A Daf_afreqshift.c228 const double ww = num / den; in compute_coef() local
229 const double wwsq = ww * ww; in compute_coef()
H A Davf_abitscope.c168 const int ww = (s->counter[depth - b - 1] / (float)insamples->nb_samples) * (w - 1); \
170 for (int i = 0; i < ww; i++) { \
/third_party/libwebsockets/scripts/
H A Dattack.sh380 /../ww \
431 //..ww \
502 /ww../ \
503 /ww/.. \
603 - "/../ww" -> 404 "/ww"
654 - "//..ww" -> 404 "/..ww"
725 - "/ww../" -> 404 "/ww
[all...]
/third_party/toybox/lib/
H A Dportability.c547 long long total = 0, len, ww; in sendfile_len() local
552 ww = 0; in sendfile_len()
566 ww = len = read(in, libbuf, len); in sendfile_len()
571 if (ww && writeall(out, libbuf, len) != len) return -1; in sendfile_len()
/third_party/python/Objects/
H A Dmemoryobject.c2841 Py_buffer *ww = NULL; in memory_richcompare() local
2862 ww = VIEW_ADDR(w); in memory_richcompare()
2869 ww = &wbuf; in memory_richcompare()
2872 if (!equiv_shape(vv, ww)) { in memory_richcompare()
2881 if (get_native_fmtchar(&wfmt, ww->format) < 0) in memory_richcompare()
2894 unpack_w = struct_get_unpacker(ww->format, ww->itemsize); in memory_richcompare()
2902 equal = unpack_cmp(vv->buf, ww->buf, in memory_richcompare()
2906 equal = cmp_base(vv->buf, ww->buf, vv->shape, in memory_richcompare()
2908 ww in memory_richcompare()
[all...]
H A Dfloatobject.c511 PyObject *ww = w; in float_richcompare() local
514 ww = PyNumber_Negative(w); in float_richcompare()
515 if (ww == NULL) in float_richcompare()
519 Py_INCREF(ww); in float_richcompare()
532 temp = _PyLong_Lshift(ww, 1); in float_richcompare()
535 Py_DECREF(ww); in float_richcompare()
536 ww = temp; in float_richcompare()
551 r = PyObject_RichCompareBool(vv, ww, op); in float_richcompare()
557 Py_XDECREF(ww); in float_richcompare()
/third_party/skia/src/core/
H A DSkGeometry.h425 Sk2s ww(conic.fW); in SkConicCoeff()
427 Sk2s p1w = p1 * ww; in SkConicCoeff()
433 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff()
H A DSkGeometry.cpp1301 Sk2s ww = bZZ / (aZZ * cZZ).sqrt();
1302 dst->fW = ww[0];
1319 Sk2s ww(fW);
1324 Sk2s C = ww * p10;
1325 Sk2s A = ww * p20 - p20;
1353 Sk2s ww(fW);
1355 Sk2s wp1 = ww * p1;
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c869 struct lws *ww = lws_container_of(d, in lws_client_interpret_server_handshake() local
874 lws_dll2_remove(&ww->dll2_cli_txn_queue); in lws_client_interpret_server_handshake()
876 ww->client_pipeline = 0; in lws_client_interpret_server_handshake()
879 lws_role_transition(ww, LWSIFR_CLIENT, in lws_client_interpret_server_handshake()
890 ww->user_space = NULL; in lws_client_interpret_server_handshake()
/third_party/ffmpeg/libavfilter/x86/
H A Dcolorspacedsp.asm400 rgb, rgbs, yuv, yuvs, ww, h, c, yoff
426 DEFINE_ARGS r, rgbs, y, ys, ww, h, g, b, u, v, us, vs, x, tmp
704 yuv, yuvs, rgb, rgbs, ww, h, c, off
743 DEFINE_ARGS y, ys, r, rgbs, ww, h, u, v, us, vs, g, b, tmp, x
1020 cglobal multiply3x3, 5, 7, 16, data, stride, ww, h, c
1034 DEFINE_ARGS data0, stride, ww, h, data1, data2, x
/third_party/libwebsockets/lib/core-net/
H A Dwsi.c1158 struct lws *ww = lws_container_of(d, struct lws, in _lws_generic_transaction_completed_active_conn() local
1161 lws_dll2_remove(&ww->dll2_cli_txn_queue); in _lws_generic_transaction_completed_active_conn()
1162 lws_dll2_add_tail(&ww->dll2_cli_txn_queue, in _lws_generic_transaction_completed_active_conn()
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py685 ww = w[:-1] + chr(ord(w[-1])+128)
687 o = lexicon.find(ww)
690 lexicon = lexicon + ww
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp1591 Swizzle2<Vector4, 0x3333> ww; member
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp4184 float uu, vv, ww;
4185 ImTriangleBarycentricCoords(triangle_pa, triangle_pb, triangle_pc, current_off_unrotated, uu, vv, ww);
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp5173 float uu, vv, ww;
5174 ImTriangleBarycentricCoords(triangle_pa, triangle_pb, triangle_pc, current_off_unrotated, uu, vv, ww);

Completed in 57 milliseconds