/third_party/libwebsockets/lib/misc/ |
H A D | ieeehalfprecision.c | 90 uint32_t xs, xe, xm; in lws_singles2halfp() local 103 xm = x & 0x007FFFFFu; // Pick off mantissa bits in lws_singles2halfp() 111 if (!xm) { // If mantissa is zero ... in lws_singles2halfp() 140 xm |= 0x00800000u; // Add the hidden leading bit in lws_singles2halfp() 141 hm = (uint16_t) (xm >> (14 - hes)); // Mantissa in lws_singles2halfp() 142 if ((xm >> (13 - hes)) & 1u) // Check for rounding in lws_singles2halfp() 154 hm = (uint16_t)(xm >> 13); // Mantissa in lws_singles2halfp() 156 if (xm & 0x00001000u) // Check for rounding in lws_singles2halfp() 167 uint32_t xs, xe, xm; in lws_halfp2singles() local 196 xm in lws_halfp2singles() [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_lut3d.asm | 112 movss xm%1, [tmpq + tmp2q*4] 113 movss xm%2, [tmpq + tmp3q*4] 114 movss [rm + %3], xm%1 115 movss [gm + %3], xm%2 227 movss xm%1, [tmpq + tmp2q*4 + 0] 228 movss xm%2, [tmpq + tmp2q*4 + 4] 229 movss xm%3, [tmpq + tmp2q*4 + 8] 230 movss [rm + %4], xm%1 231 movss [gm + %4], xm%2 232 movss [bm + %4], xm [all...] |
H A D | vf_gblur.asm | 107 movss [%2 + %3*%4], xm%1 319 vinsertf128 m%5, m%1, xm%3, 0x1 320 vinsertf128 m%6, m%2, xm%4, 0x1 333 vextractf128 xm%1, m%1, 0x1 334 vextractf128 xm%2, m%2, 0x1 335 vinsertf128 m%3, m%3, xm%1, 0x0 336 vinsertf128 m%4, m%4, xm%2, 0x0
|
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 444 unsigned xm, x, y, t = 0; in blend_pixel16() local 452 xm = xm0; in blend_pixel16() 454 t += ((mask[xm >> xmshf] >> ((~xm & xmmod) << l2depth)) & mbits) in blend_pixel16() 456 xm++; in blend_pixel16() 468 unsigned xm, x, y, t = 0; in blend_pixel() local 475 xm = xm0; in blend_pixel() 477 t += ((mask[xm >> xmshf] >> ((~xm & xmmod) << l2depth)) & mbits) in blend_pixel() 479 xm in blend_pixel() 487 blend_line_hv16(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv16() argument 512 blend_line_hv(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv() argument [all...] |
H A D | af_axcorrelate.c | 87 const type xm = sumx / size, ym = sumy / size; \ 91 type xd = x[i] - xm; \
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | ssim.c | 36 const uint64_t xmxm = (uint64_t)stats->xm * stats->xm; in SSIMCalculation() 39 const int64_t xmym = (int64_t)stats->xm * stats->ym; in SSIMCalculation() 83 stats.xm += w * s1; in SSIMGetClipped_C() 102 stats.xm += w * s1; in SSIMGet_C()
|
H A D | ssim_sse2.c | 116 xm = _mm_add_epi16(xm, wa1); \ 129 __m128i xm = zero, ym = zero; // 16b accums in SSIMGet_SSE2() local 140 stats.xm = HorizontalAdd16b_SSE2(&xm); in SSIMGet_SSE2()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mdct15.asm | 58 mulps xm%3, xm1, xm5 65 subps xm%3, xm4 ; t[4].re, t[4].im, t[5].re, t[5].im 67 movhlps xm2, xm%3, xm3 ; t[2].re, t[2].im, t[5].re, t[5].im 68 movlhps xm3, xm%3 ; t[0].re, t[0].im, t[4].re, t[4].im 71 addps xm%3, xm2, xm3
|
H A D | cfhddsp.asm | 75 %define ostrideq xm 336 %define ostrideq xm
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | get_disto.c | 102 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member 115 const uint64_t xmxm = (uint64_t)stats->xm * stats->xm; in SSIMCalculation() 118 const int64_t xmym = (int64_t)stats->xm * stats->ym; in SSIMCalculation() 152 stats.xm += w * s1; in SSIMGetClipped()
|
/third_party/ffmpeg/tests/fate/ |
H A D | video.mak | 1 FATE_4XM += fate-4xm-1 2 fate-4xm-1: CMD = framecrc -i $(TARGET_SAMPLES)/4xm/version1.4xm -pix_fmt rgb24 -an -vf scale 4 FATE_4XM += fate-4xm-2 5 fate-4xm-2: CMD = framecrc -i $(TARGET_SAMPLES)/4xm/version2.4xm -pix_fmt rgb24 -an -vf scale 9 fate-4xm: $(FATE_4XM-yes)
|
H A D | adpcm.mak | 1 FATE_ADPCM-$(call DEMDEC, FOURXM, ADPCM_4XM) += fate-adpcm-4xm 2 fate-adpcm-4xm: CMD = framecrc -i $(TARGET_SAMPLES)/4xm/dracula.4xm -vn -map 0:6 -af aresample
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86gas.pl | 52 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86gas.pl | 52 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 724 psrlw xm7, xm%1, 8 725 psllw xm%1, 8 726 por xm%1, xm7 727 pshuflw xm%1, xm%1, (2 << 6 | 3 << 4 | 0 << 2 | 1 << 0) 728 pshufhw xm%1, xm%1, (2 << 6 | 3 << 4 | 0 << 2 | 1 << 0) 741 movq xm%1, tmp1q 782 movd xm%1, tmp1d 786 movd xm [all...] |
H A D | output.asm | 632 movu xm%1, %2 633 vpmovsxwd m%1, xm%1 663 por xm%2, xm4 664 movq [ptrq + xq], xm%2 690 movu [ptrq + xq*2], xm%2
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryBuiltinTests.cpp | 770 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local 774 vertices.push_back(tcu::Vec4(xm, y1, z, w)); in initVertexBuffer() 829 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local 833 vertices.push_back(tcu::Vec4(xm, y1, z, w)); in initVertexBuffer() 1965 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 1969 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initAccelerationStructures() 2124 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 2128 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initAccelerationStructures() 2722 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 2726 geometryData.push_back(tcu::Vec3(xm, y in initAccelerationStructures() 2883 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3045 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3208 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3388 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3570 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3786 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryBuiltinTests.cpp | 758 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local 762 vertices.push_back(tcu::Vec4(xm, y1, z, w)); in initVertexBuffer() 817 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local 821 vertices.push_back(tcu::Vec4(xm, y1, z, w)); in initVertexBuffer() 1945 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 1949 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initAccelerationStructures() 2104 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 2108 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initAccelerationStructures() 2702 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 2706 geometryData.push_back(tcu::Vec3(xm, y in initAccelerationStructures() 2863 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3025 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3188 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3368 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3550 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local 3766 const float xm = (x0 + x1) / 2.0f; initAccelerationStructures() local [all...] |
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 234 void Assembler::braa(const Register& xn, const Register& xm) { in braa() argument 236 VIXL_ASSERT(xn.Is64Bits() && xm.Is64Bits()); in braa() 237 Emit(BRAA | Rn(xn) | RdSP(xm)); in braa() 240 void Assembler::brab(const Register& xn, const Register& xm) { in brab() argument 242 VIXL_ASSERT(xn.Is64Bits() && xm.Is64Bits()); in brab() 243 Emit(BRAB | Rn(xn) | RdSP(xm)); in brab() 246 void Assembler::blraa(const Register& xn, const Register& xm) { in blraa() argument 248 VIXL_ASSERT(xn.Is64Bits() && xm.Is64Bits()); in blraa() 249 Emit(BLRAA | Rn(xn) | RdSP(xm)); in blraa() 252 void Assembler::blrab(const Register& xn, const Register& xm) { in blrab() argument 852 crc32x(const Register& wd, const Register& wn, const Register& xm) crc32x() argument 888 crc32cx(const Register& wd, const Register& wn, const Register& xm) crc32cx() argument 987 smulh(const Register& xd, const Register& xn, const Register& xm) smulh() argument 995 umulh(const Register& xd, const Register& xn, const Register& xm) umulh() argument 1076 pacga(const Register& xd, const Register& xn, const Register& xm) pacga() argument 1957 gmi(const Register& xd, const Register& xn, const Register& xm) gmi() argument 1965 irg(const Register& xd, const Register& xn, const Register& xm) irg() argument 2057 subp(const Register& xd, const Register& xn, const Register& xm) subp() argument 2065 subps(const Register& xd, const Register& xn, const Register& xm) subps() argument [all...] |
H A D | macro-assembler-aarch64.h | 1267 void Braa(const Register& xn, const Register& xm) { in Braa() argument 1270 braa(xn, xm); in Braa() 1272 void Brab(const Register& xn, const Register& xm) { in Brab() argument 1275 brab(xn, xm); in Brab() 1277 void Blraa(const Register& xn, const Register& xm) { in Blraa() argument 1280 blraa(xn, xm); in Blraa() 1282 void Blrab(const Register& xn, const Register& xm) { in Blrab() argument 1285 blrab(xn, xm); in Blrab() 2369 void Pacga(const Register& xd, const Register& xn, const Register& xm) { in Pacga() argument 2372 pacga(xd, xn, xm); in Pacga() 2477 Smulh(const Register& xd, const Register& xn, const Register& xm) Smulh() argument 2757 Umulh(const Register& xd, const Register& xn, const Register& xm) Umulh() argument 2818 Gmi(const Register& xd, const Register& xn, const Register& xm) Gmi() argument 2836 Subp(const Register& xd, const Register& xn, const Register& xm) Subp() argument 2841 Subps(const Register& xd, const Register& xn, const Register& xm) Subps() argument 2846 Cmpp(const Register& xn, const Register& xm) Cmpp() argument [all...] |
/third_party/mbedtls/library/ |
H A D | ecjpake.c | 660 mbedtls_mpi xm; /* C: xc, S: xs */ in mbedtls_ecjpake_write_round_two() local 667 mbedtls_mpi_init(&xm); in mbedtls_ecjpake_write_round_two() 674 * Unified: G = Xm1 + Xp1 + Xp2 | xm = xm2 * s | Xm = xm * G in mbedtls_ecjpake_write_round_two() 678 MBEDTLS_MPI_CHK(ecjpake_mul_secret(&xm, 1, &ctx->xm2, &ctx->s, in mbedtls_ecjpake_write_round_two() 680 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&ctx->grp, &Xm, &xm, &G, f_rng, p_rng)); in mbedtls_ecjpake_write_round_two() 710 &G, &xm, &Xm, ID_MINE, in mbedtls_ecjpake_write_round_two() 718 mbedtls_mpi_free(&xm); in mbedtls_ecjpake_write_round_two()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 1303 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local 1307 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initBottomAccelerationStructure() 1354 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local 1361 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initBottomAccelerationStructure() 1366 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initBottomAccelerationStructure() 1411 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local 1418 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initBottomAccelerationStructure() 1423 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initBottomAccelerationStructure() 1475 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local 1479 geometryData.push_back(tcu::Vec3(xm, y in initBottomAccelerationStructure() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildIndirectTests.cpp | 408 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local 413 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initBottomAccelerationStructure()
|
H A D | vktRayTracingBuildLargeTests.cpp | 329 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local 333 geometryData.push_back(tcu::Vec3(xm, y1, -1.0f)); in initBottomAccelerationStructure()
|
H A D | vktRayTracingBuildTests.cpp | 338 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local 343 geometryData.push_back(tcu::Vec3(xm, y1, z)); in initBottomAccelerationStructure()
|