Home
last modified time | relevance | path

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

123

/third_party/mingw-w64/mingw-w64-crt/misc/
Dimaxdiv.c22 imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv()
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_cf.hpp45 T numer; member
74 T numer; member
103 T numer; member
132 T numer; member
161 T numer; member
Dhypergeometric_separated_series.hpp23 T denom = 1, numer = 1; in hypergeometric_1F1_separated_series() local
/third_party/uboot/u-boot-2020.01/lib/
Dldiv.c12 ldiv (long int numer, long int denom) in ldiv()
/third_party/flutter/skia/src/pathops/
DSkPathOpsLine.cpp40 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
/third_party/skia/src/pathops/
DSkPathOpsLine.cpp40 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
/third_party/flutter/skia/src/core/
DSkCubicSolver.h54 float numer = 2 * fp * f; in cubic_solver() local
DSkDrawShadowInfo.h37 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin()
DSkColor.cpp28 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) { in ByteDivToScalar()
DSkMathPriv.h33 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod()
/third_party/skia/src/core/
DSkCubicSolver.h54 float numer = 2 * fp * f; in cubic_solver() local
DSkColor.cpp29 static inline SkScalar ByteDivToScalar(int numer, U8CPU denom) { in ByteDivToScalar()
DSkDrawShadowInfo.h38 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin()
DSkMathPriv.h33 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod()
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dadler32-standalone.c154 int64_t numer = ((int64_t)num_reps) * BUFFER_SIZE * 1000000; in main() local
/third_party/flutter/skia/src/effects/
DSkEmbossMask.cpp76 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss() local
/third_party/skia/src/effects/
DSkEmbossMask.cpp76 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss() local
/third_party/skia/tests/
DMathTest.cpp489 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
/third_party/flutter/skia/tests/
DMathTest.cpp457 SkFixed numer = rand.nextS(); in DEF_TEST() local
527 T numer; in test_divmod() member
541 const T numer = kEdgeCases[i].numer; in test_divmod() local
551 const T numer = (T)rand.nextS(); in test_divmod() local
/third_party/flutter/skia/include/private/
DSkFloatingPoint.h234 static inline float sk_ieee_float_divide(float numer, float denom) { in sk_ieee_float_divide()
241 static inline double sk_ieee_double_divide(double numer, double denom) { in sk_ieee_double_divide()
DSkFixed.h92 #define SkFixedDiv(numer, denom) \ argument
/third_party/skia/include/private/
DSkFloatingPoint.h255 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()
DSkFixed.h93 #define SkFixedDiv(numer, denom) \ argument
/third_party/skia/src/gpu/tessellate/
DWangsFormula.h230 const float numer = sqrtf(dot(dp, dp)) * precision + rp_minus_1 * dw; variable
/third_party/boost/boost/polygon/detail/
Dvoronoi_predicates.hpp588 big_int_type numer = c_x * c_x - sqr_r; in ppp() local
640 big_int_type numer = teta * teta - sum_AB * sum_AB; in pps() local
933 _fpt numer = sqrt_expr_.eval2(cA, cB); in sqrt_expr_evaluator_pss4() local
956 _fpt numer = sqrt_expr_evaluator_pss3<_int, _fpt>(cA, cB); in sqrt_expr_evaluator_pss4() local
975 _fpt numer = sqrt_expr_.eval2(cA, cB); in sqrt_expr_evaluator_pss3() local

123