Home
last modified time | relevance | path

Searched defs:xm (Results 1 – 20 of 20) sorted by relevance

/third_party/libwebsockets/lib/misc/
Dieeehalfprecision.c90 uint32_t xs, xe, xm; in lws_singles2halfp() local
167 uint32_t xs, xe, xm; in lws_halfp2singles() local
/third_party/ffmpeg/libavfilter/
Ddrawutils.c435 unsigned xm, x, y, t = 0; in blend_pixel16() local
459 unsigned xm, x, y, t = 0; in blend_pixel() local
482 int xm, int left, int right, int hband) in blend_line_hv16()
507 int xm, int left, int right, int hband) in blend_line_hv()
Daf_axcorrelate.c102 const float xm = sumx / size, ym = sumy / size; in xcorrelate() local
/third_party/boost/libs/program_options/src/
Dvariables_map.cpp23 void store(const parsed_options& options, variables_map& xm, in store()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dssim_sse2.c129 __m128i xm = zero, ym = zero; // 16b accums in SSIMGet_SSE2() local
Ddsp.h335 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dssim_sse2.c129 __m128i xm = zero, ym = zero; // 16b accums in SSIMGet_SSE2() local
Ddsp.h372 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBuiltinTests.cpp787 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
846 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
1974 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
2133 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
2731 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
2892 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
3054 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
3217 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
3397 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
3579 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
[all …]
DvktRayQueryWatertightnessTests.cpp739 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
766 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
/third_party/boost/boost/math/distributions/
Dpareto.hpp438 RealType xm = dist.scale(); in entropy() local
/third_party/skia/third_party/externals/libwebp/extras/
Dget_disto.c102 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dget_disto.c102 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp1303 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
1354 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
1411 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
1475 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
DvktRayTracingBuildLargeTests.cpp329 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
DvktRayTracingBuildIndirectTests.cpp408 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
DvktRayTracingBuildTests.cpp325 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
/third_party/mbedtls/library/
Decjpake.c678 mbedtls_mpi xm; /* C: xc, S: xs */ in mbedtls_ecjpake_write_round_two() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp1123 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
/third_party/node/tools/
Dlint-md.mjs18139 const xm = xM || isX(m); constant