Home
last modified time | relevance | path

Searched defs:numer (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c32 emit_udiv(nir_builder *bld, nir_def *numer, nir_def *denom, bool modulo) in emit_udiv()
69 emit_idiv(nir_builder *bld, nir_def *numer, nir_def *denom, nir_op op) in emit_idiv()
98 nir_def *numer, nir_def *denom, in convert_instr_small()
142 nir_def *numer = nir_ssa_for_alu_src(b, alu, 0); in lower_idiv() local
/external/skia/src/pathops/
DSkPathOpsLine.cpp45 double numer = len.fX * ab0.fX + ab0.fY * len.fY; in nearPoint() local
75 double numer = len.fX * ab0.fX + ab0.fY * len.fY; in nearRay() local
DSkPathOpsQuad.cpp362 static int valid_unit_divide(double numer, double denom, double* ratio) in valid_unit_divide()
/external/libcups/cups/
Dpwg-media.c676 numer, /* Unit scaling factor */ in pwgMediaForPPD() local
849 int numer; /* Scale factor for units */ in pwgMediaForPWG() local
1140 int numer, /* I - Numerator from units */ in pwg_scan_measurement()
/external/skia/include/private/base/
DSkFloatingPoint.h161 static constexpr float sk_ieee_float_divide(float numer, float denom) { in sk_ieee_float_divide()
166 static constexpr double sk_ieee_double_divide(double numer, double denom) { in sk_ieee_double_divide()
DSkFixed.h93 #define SkFixedDiv(numer, denom) \ argument
/external/pytorch/aten/src/ATen/native/
DDistributions.h313 accscalar_t numer = 1; in standard_gamma_grad_one() local
352 const auto numer = x * term1; in standard_gamma_grad_one() local
382 scalar_t numer = 1; in _beta_grad_alpha_small() local
399 scalar_t numer = 1, betas = 1, dbetas = 0, series = factor / alpha; in _beta_grad_beta_small() local
/external/python/cpython3/Include/internal/
Dpycore_time.h311 PyTime_t numer; member
/external/skia/tools/testrunners/benchmark/target/
DRasterBenchmarkTarget.cpp77 const double numer = overhead / FLAGS_overheadGoal - overhead; in autoTuneLoops() local
/external/rust/android-crates-io/crates/num-bigint/benches/
Dshootout-pidigits.rs49 numer: BigInt, field
/external/skia/src/effects/
DSkEmbossMask.cpp83 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss() local
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/math/
DFraction.java329 final int numer = Integer.parseInt(str.substring(0, pos)); in getFraction() local
340 final int numer = Integer.parseInt(str.substring(0, pos)); in getFraction() local
/external/skia/src/gpu/tessellate/
DWangsFormula.h266 const float numer = sqrtf(dot(dp, dp)) * precision + rp_minus_1 * dw; in nextlog2() variable
/external/libmpeg2/decoder/
Dimpeg2d_pic_proc.c315 UWORD32 numer; in impeg2d_init_video_state() local
/external/skia/tests/
DMathTest.cpp567 SkFixed numer = rand.nextS(); in DEF_TEST() local
637 T numer; in test_divmod() member
651 const T numer = kEdgeCases[i].numer; in test_divmod() local
661 const T numer = (T)rand.nextS(); in test_divmod() local
DWangsFormulaTest.cpp82 const float numer = 4 * min_w * eps; in wangs_formula_conic_reference_impl() local
445 Sk2d numer = eval(p2 - p1w * 2 + p0, (p1w - p0) * 2, p0, t); in DEF_TEST() local
/external/skia/src/core/
DSkDrawShadowInfo.h44 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin()
DSkCubicMap.cpp42 float numer = 2 * fp * f; in cubic_solver() local
DSkColor.cpp54 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) { in ByteDivToScalar()
DSkGeometry.h469 skvx::float2 numer = fNumer.eval(tt); in eval() local
/external/skia/src/base/
DSkMathPriv.h38 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod()
/external/python/cpython3/Python/
Dpytime.c83 _PyTimeFraction_Set(_PyTimeFraction *frac, PyTime_t numer, PyTime_t denom) in _PyTimeFraction_Set()
1121 PyTime_t numer = (PyTime_t)timebase.numer; in py_mach_timebase_info() local
/external/skia/tests/graphite/
DReadWritePixelsGraphiteTest.cpp310 float numer = (lumConversion || csConversion) ? 3.f : 2.f; in graphite_read_pixels_test_driver() local
/external/coreboot/src/soc/qualcomm/sc7180/display/
Ddsi_phy.c26 #define mult_frac(x, numer, denom)( \ argument
/external/perfetto/src/trace_processor/importers/proto/
Dgpu_event_parser.cc183 for (auto numer = spec.numerator_units(); numer; ++numer) { in ParseGpuCounterEvent() local

12