/external/mesa3d/src/compiler/nir/ |
D | nir_lower_idiv.c | 46 nir_ssa_def *numer, *denom, *af, *bf, *a, *b, *q, *r, *rt; in convert_instr() local 139 emit_udiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, bool modulo) in emit_udiv() 176 emit_idiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, nir_op op) in emit_idiv() 223 nir_ssa_def *numer = nir_ssa_for_alu_src(bld, alu, 0); in convert_instr_precise() local
|
/external/skia/src/pathops/ |
D | SkPathOpsLine.cpp | 40 double numer = len.fX * ab0.fX + ab0.fY * len.fY; in nearPoint() local 70 double numer = len.fX * ab0.fX + ab0.fY * len.fY; in nearRay() local
|
/external/skqp/src/pathops/ |
D | SkPathOpsLine.cpp | 40 double numer = len.fX * ab0.fX + ab0.fY * len.fY; in nearPoint() local 70 double numer = len.fX * ab0.fX + ab0.fY * len.fY; in nearRay() local
|
/external/libcups/cups/ |
D | pwg-media.c | 676 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/src/core/ |
D | SkCubicSolver.h | 54 float numer = 2 * fp * f; in cubic_solver() local
|
D | SkDrawShadowInfo.h | 38 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin()
|
D | SkColor.cpp | 29 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) { in ByteDivToScalar()
|
D | SkMathPriv.h | 33 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod()
|
/external/skqp/src/core/ |
D | SkCubicMap.cpp | 68 float numer = 2 * fp * f; in solve_nice_cubic_halley() local 113 float numer = 6 * f * fp2 - 3 * f2 * fpp; in solve_nice_cubic_householder() local
|
D | SkDrawShadowInfo.h | 37 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin()
|
D | SkColor.cpp | 28 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) { in ByteDivToScalar()
|
D | SkMathPriv.h | 33 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod()
|
/external/skqp/src/effects/ |
D | SkEmbossMask.cpp | 76 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss() local
|
/external/skia/src/gpu/geometry/ |
D | GrWangsFormula.h | 159 const float numer = sqrtf(grvx::dot(dp, dp)) + r_minus_eps * dw; variable
|
/external/skia/src/effects/ |
D | SkEmbossMask.cpp | 76 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss() local
|
/external/skqp/include/private/ |
D | SkFloatingPoint.h | 202 static inline float sk_ieee_float_divide(float numer, float denom) { in sk_ieee_float_divide() 209 static inline double sk_ieee_double_divide(double numer, double denom) { in sk_ieee_double_divide()
|
D | SkFixed.h | 92 #define SkFixedDiv(numer, denom) \ argument
|
/external/skqp/tests/ |
D | MathTest.cpp | 457 SkFixed numer = rand.nextS(); in DEF_TEST() local 526 T numer; in test_divmod() member 540 const T numer = kEdgeCases[i].numer; in test_divmod() local 550 const T numer = (T)rand.nextS(); in test_divmod() local
|
/external/skia/tests/ |
D | MathTest.cpp | 489 SkFixed numer = rand.nextS(); in DEF_TEST() local 560 T numer; in test_divmod() member 574 const T numer = kEdgeCases[i].numer; in test_divmod() local 584 const T numer = (T)rand.nextS(); in test_divmod() local
|
/external/libmpeg2/decoder/ |
D | impeg2d_pic_proc.c | 315 UWORD32 numer; in impeg2d_init_video_state() local
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 255 static inline float sk_ieee_float_divide(float numer, float denom) { in sk_ieee_float_divide() 260 static inline double sk_ieee_double_divide(double numer, double denom) { in sk_ieee_double_divide()
|
D | SkFixed.h | 93 #define SkFixedDiv(numer, denom) \ argument
|
/external/skia/src/gpu/ |
D | GrVx.h | 77 vec<N> numer = fast_madd<N>(b,xx,a); in approx_acos() local
|
/external/python/cpython2/Mac/Modules/fm/ |
D | _Fmmodule.c | 176 Point numer; in Fm_IsOutline() local
|
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imrat.c | 109 mp_result mp_rat_set_value(mp_rat r, mp_small numer, mp_small denom) in mp_rat_set_value() 124 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom) in mp_rat_set_uvalue()
|