| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_idiv.c | 45 nir_ssa_def *numer, nir_ssa_def *denom) in convert_instr() 124 emit_udiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, bool modulo) in emit_udiv() 161 emit_idiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, nir_op op) in emit_idiv() 193 nir_ssa_def *numer, nir_ssa_def *denom) in convert_instr_precise() 203 nir_ssa_def *numer, nir_ssa_def *denom, in convert_instr_small() 248 nir_ssa_def *denom = nir_ssa_for_alu_src(b, alu, 1); in lower_idiv() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | TJScalingFactor.java | 44 public TJScalingFactor(int num, int denom) { in TJScalingFactor() 114 private int denom = 1; field in TJScalingFactor
|
| /third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | TJScalingFactor.java | 44 public TJScalingFactor(int num, int denom) { in TJScalingFactor() 114 private int denom = 1; field in TJScalingFactor
|
| /third_party/boost/boost/math/special_functions/ |
| D | lanczos.hpp | 1080 static const T denom[24] = { in lanczos_sum() local 1139 static const T denom[24] = { in lanczos_sum_expG_scaled() local 1292 static const T denom[32] = { in lanczos_sum() local 1366 static const T denom[32] = { in lanczos_sum_expG_scaled() local 1544 static const T denom[35] = { in lanczos_sum() local 1624 static const T denom[35] = { in lanczos_sum_expG_scaled() local 1824 static const T denom[48] = { in lanczos_sum() local 1930 static const T denom[48] = { in lanczos_sum_expG_scaled() local 2169 static const T denom[49] = { in lanczos_sum() local 2277 static const T denom[49] = { in lanczos_sum_expG_scaled() local [all …]
|
| /third_party/boost/boost/math/bindings/detail/ |
| D | big_lanczos.hpp | 59 static const T denom[22] = { in lanczos_sum() local 114 static const T denom[22] = { in lanczos_sum_expG_scaled() local 258 static const T denom[31] = { in lanczos_sum() local 331 static const T denom[31] = { in lanczos_sum_expG_scaled() local
|
| /third_party/boost/libs/multiprecision/example/ |
| D | debug_adaptor_snips.cpp | 20 fp_type denom = 1; in t1() local
|
| /third_party/ffmpeg/tests/checkasm/ |
| D | hevc_pel.c | 162 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_uni_w() local 256 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_bi_w() local 391 const int *denom, *wx, *ox; in checkasm_check_hevc_epel_uni_w() local 485 const int *denom, *wx, *ox; in checkasm_check_hevc_epel_bi_w() local
|
| /third_party/boost/libs/math/test/ |
| D | math_unit_test.hpp | 42 Real denom = (max)(abs(expected), Real(1)); in check_mollified_close() local 95 Real denom = (max)(abs(expected), Real(1)); in check_ulp_close() local
|
| D | test_barycentric_rational.cpp | 177 Real denom = (1+25*t*t)*(1+25*t*t); in test_runge() local 193 Real denom = (1+25*t*t)*(1+25*t*t); in test_runge() local
|
| /third_party/musl/src/complex/ |
| D | ctanhf.c | 36 float t, beta, s, rho, denom; in ctanhf() local
|
| D | ctanh.c | 71 double t, beta, s, rho, denom; in ctanh() local
|
| /third_party/boost/boost/multiprecision/detail/functions/ |
| D | constants.hpp | 51 T denom, next_term, temp; in calc_log2() local 116 T denom; in calc_e() local
|
| /third_party/flutter/skia/src/pathops/ |
| D | SkPathOpsLine.cpp | 38 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearPoint() local 68 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearRay() local
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsLine.cpp | 38 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearPoint() local 68 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearRay() local
|
| /third_party/boost/boost/math/special_functions/detail/ |
| D | hypergeometric_separated_series.hpp | 23 T denom = 1, numer = 1; in hypergeometric_1F1_separated_series() local
|
| D | bessel_jy_asym.hpp | 51 T denom = 4 * x; in asymptotic_bessel_phase_mx() local 199 T denom = ex; in asymptotic_bessel_i_large_x() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkCubicSolver.h | 55 float denom = sk_fmaf(2*fp, fp, -(f*fpp)); in cubic_solver() local
|
| /third_party/skia/src/core/ |
| D | SkCubicSolver.h | 55 float denom = sk_fmaf(2*fp, fp, -(f*fpp)); in cubic_solver() local
|
| /third_party/boost/boost/math/interpolators/detail/ |
| D | cardinal_trigonometric_detail.hpp | 66 float denom = length; local 229 double denom = length; local 387 long double denom = length; local 543 __float128 denom = length; local
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstutils.c | 404 gst_util_div128_64 (GstUInt64 c1, GstUInt64 c0, guint64 denom) in gst_util_div128_64() 437 gst_util_div128_64 (GstUInt64 c1, GstUInt64 c0, guint64 denom) in gst_util_div128_64() 519 guint64 denom, guint64 correct) in gst_util_uint64_scale_uint64_unchecked() 541 guint64 denom, guint64 correct) in gst_util_uint64_scale_uint64_unchecked() 586 gst_util_div96_32 (guint64 c1, guint64 c0, guint32 denom) in gst_util_div96_32() 594 guint32 denom, guint32 correct) in gst_util_uint64_scale_uint32_unchecked() 615 _gst_util_uint64_scale (guint64 val, guint64 num, guint64 denom, in _gst_util_uint64_scale() 666 gst_util_uint64_scale (guint64 val, guint64 num, guint64 denom) in gst_util_uint64_scale() 691 gst_util_uint64_scale_round (guint64 val, guint64 num, guint64 denom) in gst_util_uint64_scale_round() 716 gst_util_uint64_scale_ceil (guint64 val, guint64 num, guint64 denom) in gst_util_uint64_scale_ceil() [all …]
|
| /third_party/skia/src/utils/ |
| D | SkCharToGlyphCache.cpp | 52 static int find_with_slope(const SkUnichar base[], int count, SkUnichar value, double denom) { in find_with_slope()
|
| /third_party/flutter/skia/src/utils/ |
| D | SkCharToGlyphCache.cpp | 52 static int find_with_slope(const SkUnichar base[], int count, SkUnichar value, double denom) { in find_with_slope()
|
| /third_party/boost/boost/math/interpolators/ |
| D | catmull_rom.hpp | 166 typename Point::value_type denom = 1/(m_s[i] - m_s[i-1]); in operator ()() local 220 typename Point::value_type denom = 1/(m_s[i] - m_s[i-1]); in prime() local
|
| /third_party/boost/boost/math/tools/ |
| D | rational.hpp | 266 inline V evaluate_rational_c_imp(const T* num, const U* denom, const V& z, const Tag*) BOOST_MATH_N… in evaluate_rational_c_imp() 281 V evaluate_rational(const T* num, const U* denom, const V& z_, std::size_t count) BOOST_MATH_NOEXCE… in evaluate_rational()
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
| D | arithmetic_grad.c | 23 void ElementDivNegSquare(const float *nom, const float *denom, float *output, int element_size) { in ElementDivNegSquare() 29 void ElementMulAndDivNegSquare(const float *a, const float *b, const float *denom, float *output, i… in ElementMulAndDivNegSquare()
|