/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | test-optimizer.cpp | 51 wx = agx_register(0, AGX_SIZE_32); in Optimizer() 64 agx_index wx, wy, wz, hx; member in Optimizer 69 CASE(agx_fadd_to(b, wz, agx_fmov(b, agx_abs(wx)), wy), in TEST_F() 70 agx_fadd_to(b, wz, agx_abs(wx), wy)); in TEST_F() 72 CASE(agx_fmul_to(b, wz, wx, agx_fmov(b, agx_neg(agx_abs(wx)))), in TEST_F() 73 agx_fmul_to(b, wz, wx, agx_neg(agx_abs(wx)))); in TEST_F() 78 CASE(agx_fmul_to(b, wz, wx, agx_mov(b, wy)), agx_fmul_to(b, wz, wx, w in TEST_F() [all...] |
H A D | test-lower-pseudo.cpp | 36 wx = agx_register(0, AGX_SIZE_32); in LowerPseudo() 46 agx_index wx, wy, wz; member in LowerPseudo 50 CASE(agx_mov_to(b, wx, wy), agx_bitop_to(b, wx, wy, agx_zero(), 0xA)); in TEST_F() 54 CASE(agx_not_to(b, wx, wy), agx_bitop_to(b, wx, wy, agx_zero(), 0x5)); in TEST_F() 58 CASE(agx_and_to(b, wx, wy, wz), agx_bitop_to(b, wx, wy, wz, 0x8)); in TEST_F() 59 CASE(agx_xor_to(b, wx, wy, wz), agx_bitop_to(b, wx, w in TEST_F() [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | hevc_pel.c | 167 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_uni_w() local 169 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); in checkasm_check_hevc_qpel_uni_w() 187 for (wx = weights; *wx >= 0; wx++) { in checkasm_check_hevc_qpel_uni_w() 190 call_ref(dst0, sizes[size] * SIZEOF_PIXEL, src0, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, *wx, *ox, i, j, sizes[size]); in checkasm_check_hevc_qpel_uni_w() 191 call_new(dst1, sizes[size] * SIZEOF_PIXEL, src1, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, *wx, *ox, i, j, sizes[size]); in checkasm_check_hevc_qpel_uni_w() 194 bench_new(dst1, sizes[size] * SIZEOF_PIXEL, src1, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, *wx, *ox, i, j, sizes[size]); in checkasm_check_hevc_qpel_uni_w() 261 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_bi_w() local 283 for (wx in checkasm_check_hevc_qpel_bi_w() 399 const int *denom, *wx, *ox; checkasm_check_hevc_epel_uni_w() local 493 const int *denom, *wx, *ox; checkasm_check_hevc_epel_bi_w() local [all...] |
/third_party/lzma/C/ |
H A D | Sha256.c | 165 #define T1(wx, i) \
166 tmp = h + S1(e) + Ch(e,f,g) + K[(i)+(size_t)(j)] + wx(i); \
191 #define T4( a,b,c,d,e,f,g,h, wx, i) \
192 h += S1(e) + Ch(e,f,g) + K[(i)+(size_t)(j)] + wx(i); \
197 #define R4( wx, i) \
198 T4 ( a,b,c,d,e,f,g,h, wx, (i )); \
199 T4 ( d,a,b,c,h,e,f,g, wx, (i+1)); \
200 T4 ( c,d,a,b,g,h,e,f, wx, (i+2)); \
201 T4 ( b,c,d,a,f,g,h,e, wx, (i+3)); \
207 #define T8( a,b,c,d,e,f,g,h, wx, [all...] |
/third_party/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 58 skvx::Vec<8,uint32_t> x0,x1,wx; in S32_alpha_D32_filter_DX() 59 decode_packed_coordinates_and_weight(packed_x_coordinates, &x0, &x1, &wx); in S32_alpha_D32_filter_DX() 61 // Splat wx to each color channel. in S32_alpha_D32_filter_DX() 62 wx = (wx << 0) in S32_alpha_D32_filter_DX() 63 | (wx << 8) in S32_alpha_D32_filter_DX() 64 | (wx << 16) in S32_alpha_D32_filter_DX() 65 | (wx << 24); in S32_alpha_D32_filter_DX() 90 wr = skvx::bit_pun<__m256i>(wx), in S32_alpha_D32_filter_DX() 126 // sum = tl * (16-wy) * (16-wx) in S32_alpha_D32_filter_DX() 247 __m128i wx; S32_alpha_D32_filter_DX() local 290 int x0, x1, wx; S32_alpha_D32_filter_DX() local 332 int x0, x1, wx; S32_alpha_D32_filter_DX() local 489 int x0, x1, wx; S32_alpha_D32_filter_DX() local 516 x0, x1, wx; S32_alpha_D32_filter_DXDY() local [all...] |
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | genpng.c | 326 double wx = bicubic[abs(dx)][0]; in alpha_calc() local 328 if (wx != 0 && arg->inside_fn(arg, x+dx/16, y+dy/16)) in alpha_calc() 329 alphay += wx; in alpha_calc() 387 double wx = fabs(arg->x1-arg->x2)/2; in square_check_line() local 391 if (square_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in square_check_line() 396 wx -= w; in square_check_line() 398 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, c in square_check_line() 496 double wx = fabs(arg->x1-arg->x2)/2; circle_check_line() local [all...] |
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/ |
H A D | slowstrconv.go | 242 wx := 0 272 if wx < hpdPrecision { 273 h.digits[wx] = newDigit 274 wx++ 280 h.numDigits = uint16(wx) 295 wx := int(h.numDigits - 1 + numNewDigits) 304 if wx < hpdPrecision { 305 h.digits[wx] = uint8(rem) 311 wx--
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureTestUtil.cpp | 296 static inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, float ny) in triDerivateX() argument 298 float d = w[1]*w[2]*(width*(ny - 1.0f) + wx) - w[0]*(w[2]*width*ny + w[1]*wx); in triDerivateX() 309 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float height) in computeProjectedTriLod() argument 312 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() 313 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() 319 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& projection, float wx, float wy, float width, float height) in computeProjectedTriLod() argument 322 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() 323 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() 324 float dudy = triDerivateY(u, projection, wy, height, wx/widt in computeProjectedTriLod() 331 computeProjectedTriLod(LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& w, const tcu::Vec3& projection, float wx, float wy, float width, float height) computeProjectedTriLod() argument 494 float wx = (float)px + 0.5f; sampleTextureProjected() local 538 float wx = (float)px + 0.5f; sampleTextureProjected() local 676 const float wx = (float)px + 0.5f; sampleTextureCube() local 885 float wx = (float)px + 0.5f; sampleTextureProjected() local 952 const float wx = (float)px + 0.5f; sampleTextureCubeArray() local 1346 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local 1472 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local 1696 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local 1887 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local 2054 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local 2163 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local 2370 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local 2547 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local 2663 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local 2785 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local 2897 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local 3004 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local 3115 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local [all...] |
/third_party/astc-encoder/Test/ |
H A D | astc_trace_analysis.py | 311 wx = get_attrib(candidate, "weight_x") 318 candStruct = Candidate(wx, wy, wz, wq) 448 wx = can.weight_x 451 if MERGE_ROTATIONS and wx < wy: 452 wx, wy = wy, wx 454 decim_count[wx][wy] += 1 455 quant_count[wx][wy][can.weight_quant] += 1
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_ciescope.c | 1196 int wx, wy; in plot_white_point() local 1201 wx = (w - 1) * wup; in plot_white_point() 1206 wx = (w - 1) * wu; in plot_white_point() 1209 wx = (w - 1) * cs->xWhite; in plot_white_point() 1216 wx + Sz(3), wy, wx + Sz(10), wy, in plot_white_point() 1219 wx - Sz(3), wy, wx - Sz(10), wy, in plot_white_point() 1222 wx, wy + Sz(3), wx, w in plot_white_point() 1418 int wx, wy, pos; filter_frame() local [all...] |
H A D | vf_shear.c | 131 const int wx = vsub * shx * height * 0.5f / hsub; \ 142 int sx = x + vsub * shx * y / hsub - wx; \ 178 const float wx = vsub * shx * height * 0.5f / hsub; \ 189 const float sx = x + vsub * shx * y / hsub - wx; \
|
/third_party/python/Objects/ |
H A D | floatobject.c | 646 double vx, wx; in float_rem() local 649 CONVERT_TO_DOUBLE(w, wx); in float_rem() 650 if (wx == 0.0) { in float_rem() 655 mod = fmod(vx, wx); in float_rem() 658 if ((wx < 0) != (mod < 0)) { in float_rem() 659 mod += wx; in float_rem() 666 mod = copysign(0.0, wx); in float_rem() 672 _float_div_mod(double vx, double wx, double *floordiv, double *mod) in _float_div_mod() argument 675 *mod = fmod(vx, wx); in _float_div_mod() 677 exact multiple of wx in _float_div_mod() 712 double vx, wx; float_divmod() local 727 double vx, wx; float_floor_div() local [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma_mp150.c | 693 /*PDBG (pixma_dbg (4, "%s: line_size=%ld, w=%d, wx=%d, scale=%d\n", in get_cis_line_size() 694 __func__, s->param->line_size, s->param->w, s->param->wx, mp->scale));*/ in get_cis_line_size() 696 return (s->param->wx ? s->param->line_size / s->param->w * s->param->wx in get_cis_line_size() 712 unsigned wx = calc_raw_width (mp, s->param); in send_scan_param() local 717 PDBG (pixma_dbg (4, "*send_scan_param gen. 1-2 ***** Setting: xdpi=%u ydpi=%u x=%i y=%i wx=%i ***** \n", in send_scan_param() 718 xdpi, ydpi, x-xs, y, wx)); in send_scan_param() 726 pixma_set_be32 (wx, data + 0x10); in send_scan_param() 739 PDBG (pixma_dbg (4, "*send_scan_param gen. 3+ ***** Setting: xdpi=%u ydpi=%u x=%i xs=%i y=%i wx=%i h=%i ***** \n", in send_scan_param() 740 xdpi, ydpi, x, xs, y, wx, in send_scan_param() 1092 shrink_image(uint8_t * dptr, uint8_t * sptr, unsigned xs, unsigned w, unsigned wx, unsigned scale, unsigned c) shrink_image() argument [all...] |
H A D | pixma_mp800.c | 577 s->param->wx ? s->param->line_size / s->param->w * s->param->wx in get_cis_ccd_line_size() 1654 m = (n > 0) ? s->param->wx / n : 1; in post_process_image_data() 1710 c, n, m, s->param->wx, line_size)); */ in post_process_image_data() 1717 dptr = shift_colorsCS9000 (dptr, sptr, s->param->wx, s->param->xdpi, in post_process_image_data() 1728 dptr = shift_colorsCS9000_4800 (dptr, sptr, s->param->wx, in post_process_image_data() 1736 dptr = shift_colors (dptr, sptr, s->param->wx, s->param->xdpi, in post_process_image_data() 1756 reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size); in post_process_image_data() 1764 s->param->wx, line_size); in post_process_image_data() 1766 cs9000f_second_reorder_pixels (mp->linebuf, sptr, c, s->param->wx, in post_process_image_data() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp.h | 79 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); 94 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width);
|
H A D | hevcdsp_template.c | 555 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) in put_hevc_pel_uni_w_pixels() 572 dst[x] = av_clip_pixel((((src[x] << (14 - BIT_DEPTH)) * wx + offset) >> shift) + ox); in put_hevc_pel_uni_w_pixels() 872 int height, int denom, int wx, int ox, in put_hevc_qpel_uni_w_h() 891 dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); in put_hevc_qpel_uni_w_h() 927 int height, int denom, int wx, int ox, in put_hevc_qpel_uni_w_v() 946 dst[x] = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); in put_hevc_qpel_uni_w_v() 982 int height, int denom, int wx, int ox, in put_hevc_qpel_uni_w_hv() 1015 dst[x] = av_clip_pixel((((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox); in put_hevc_qpel_uni_w_hv() 1314 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) in put_hevc_epel_uni_w_h() 1332 dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx in put_hevc_epel_uni_w_h() 554 put_hevc_pel_uni_w_pixels(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_pel_uni_w_pixels() argument 870 put_hevc_qpel_uni_w_h(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_qpel_uni_w_h() argument 925 put_hevc_qpel_uni_w_v(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_qpel_uni_w_v() argument 980 put_hevc_qpel_uni_w_hv(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_qpel_uni_w_hv() argument 1313 put_hevc_epel_uni_w_h(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_epel_uni_w_h() argument 1365 put_hevc_epel_uni_w_v(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_epel_uni_w_v() argument 1417 put_hevc_epel_uni_w_hv(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_epel_uni_w_hv() argument [all...] |
/third_party/skia/include/third_party/skcms/ |
H A D | skcms.h | 366 SKCMS_API bool skcms_AdaptToXYZD50(float wx, float wy, 374 float wx, float wy,
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs02.sh | 43 ROD chmod a-wx ascii.sm
|
/third_party/backends/backend/ |
H A D | apple.h | 236 double wx; member
|
/third_party/zlib/watcom/ |
H A D | watcom_l.mak | 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
|
H A D | watcom_f.mak | 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 171 const int wx = RECT_SIZE_X(rect);
in IsDialogSizeOK() local 174 xSize / 4 * x <= wx &&
in IsDialogSizeOK()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/ |
H A D | keys.c | 681 lws_lec_pctx_t wx; in test_cose_keys() 684 lws_lec_init(&wx, buf, sizeof(buf)); in test_cose_keys() 686 if (lws_lec_printf(&wx, in test_cose_keys() 697 lws_hex_from_byte_array(buf, wx.used, (char *)dump, sizeof(dump)); in test_cose_keys() 701 lws_lec_pctx_t wx; in test_cose_keys() 704 lws_lec_init(&wx, buf, sizeof(buf)); in test_cose_keys() 706 if (lws_lec_printf(&wx, in test_cose_keys() 714 lws_hex_from_byte_array(buf, wx.used, (char *)dump, sizeof(dump)); in test_cose_keys()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrTextureEffect.h | 88 GrSamplerState::WrapMode wx,
|
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 1682 bool skcms_AdaptToXYZD50(float wx, float wy, 1684 if (!is_zero_to_one(wx) || !is_zero_to_one(wy) || 1690 skcms_Vector3 wXYZ = { { wx / wy, 1, (1 - wx - wy) / wy } }; 1726 float wx, float wy, 1731 !is_zero_to_one(wx) || !is_zero_to_one(wy) || 1748 skcms_Vector3 wXYZ = { { wx / wy, 1, (1 - wx - wy) / wy } }; 1759 if (!skcms_AdaptToXYZD50(wx, wy, &DXtoD50)) {
|