/external/libaom/libaom/tools/ |
D | gen_constrained_tokenset.py | 30 def cdf_spareto(x, xm, beta): argument
|
/external/libyuv/files/util/ |
D | ssim.cc | 81 double xm, in FinalizeSSIM() 121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local 154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | AbstractIntegerDistribution.java | 176 int xm = x0 + (x1 - x0) / 2; in inverseCumulativeProbability() local
|
/external/webp/src/dsp/ |
D | ssim_sse2.c | 129 __m128i xm = zero, ym = zero; // 16b accums in SSIMGet_SSE2() local
|
D | dsp.h | 341 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member
|
/external/libaom/libaom/av1/encoder/ |
D | rd.c | 825 static void rate_surffit_model_params_lookup(BLOCK_SIZE bsize, double xm, in rate_surffit_model_params_lookup() 832 static void dist_surffit_model_params_lookup(BLOCK_SIZE bsize, double xm, in dist_surffit_model_params_lookup() 840 void av1_model_rd_surffit(BLOCK_SIZE bsize, double sse_norm, double xm, in av1_model_rd_surffit()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | MullerSolver.java | 266 double xm = 0.5 * (x0 + x2); in solve() local
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBuiltinTests.cpp | 789 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local 848 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local 1976 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 2135 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 2733 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 2894 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 3056 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 3219 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 3399 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local 3581 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local [all …]
|
D | vktRayQueryWatertightnessTests.cpp | 741 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local 768 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPathParser.java | 465 double xm = (x0p + x1p) / 2; in drawArc() local
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuiltinTests.cpp | 1303 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
|
D | vktRayTracingBuildLargeTests.cpp | 329 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
|
D | vktRayTracingBuildIndirectTests.cpp | 408 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
|
D | vktRayTracingBuildTests.cpp | 323 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 521 const int xm = x + ((0x1c >> a) & 1); in createGroundPlane() local
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.cc | 233 void Assembler::braa(const Register& xn, const Register& xm) { in braa() 239 void Assembler::brab(const Register& xn, const Register& xm) { in brab() 245 void Assembler::blraa(const Register& xn, const Register& xm) { in blraa() 251 void Assembler::blrab(const Register& xn, const Register& xm) { in blrab() 853 const Register& xm) { in crc32x() 889 const Register& xm) { in crc32cx() 988 const Register& xm) { in smulh() 996 const Register& xm) { in umulh()
|
D | macro-assembler-aarch64.h | 1196 void Braa(const Register& xn, const Register& xm) { in Braa() 1201 void Brab(const Register& xn, const Register& xm) { in Brab() 1206 void Blraa(const Register& xn, const Register& xm) { in Blraa() 1211 void Blrab(const Register& xn, const Register& xm) { in Blrab() 2353 void Smulh(const Register& xd, const Register& xn, const Register& xm) { in Smulh() 2633 void Umulh(const Register& xd, const Register& xn, const Register& xm) { in Umulh()
|
/external/XNNPACK/src/xnnpack/ |
D | params.h | 1941 xnn_zipv_ukernel_function xm; member
|