Searched refs:denominators (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/math/special_functions/detail/ |
D | unchecked_bernoulli.hpp | 122 constexpr std::array<boost::int64_t, 1 + max_bernoulli_b2n<T>::value> denominators = in unchecked_bernoulli_imp() local 124 static const boost::array<boost::int64_t, 1 + max_bernoulli_b2n<T>::value> denominators = in unchecked_bernoulli_imp() 146 return T(numerators[n]) / denominators[n]; in unchecked_bernoulli_imp() 697 static const boost::array<boost::int32_t, 1 + max_bernoulli_b2n<T>::value> denominators = in unchecked_bernoulli_imp() local 712 return T(numerators[n]) / T(denominators[n]); in unchecked_bernoulli_imp()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afcover.h | 46 COVERAGE( denominators, DENOMINATORS,
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afcover.h | 46 COVERAGE( denominators, DENOMINATORS,
|
/third_party/freetype/src/autofit/ |
D | afcover.h | 46 COVERAGE( denominators, DENOMINATORS,
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | ksvideohelpers.c | 239 guint denominators[] = { 1, 2, 3, 5, 7 }, i; in compress_fraction() local 246 for (i = 0; i < G_N_ELEMENTS (denominators); i++) { in compress_fraction() 250 cur_n = floor ((on / (od / (gdouble) denominators[i])) + 0.5); in compress_fraction() 251 cur_d = denominators[i]; in compress_fraction()
|
/third_party/boost/libs/ratio/doc/ |
D | ratio.qbk | 2146 … ratios that have less risk of overflow as the initial numerators and denominators appear now in m… 2171 And now all the initial numerator and denominators have been reduced, avoiding the overflow.
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 3260 the ones with denominators >9 cannot be supported by uprops.icu formatVersion 5, 3264 and fractions with numerators -1..17 and denominators 1..16
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 4181 the ones with denominators >9 cannot be supported by uprops.icu formatVersion 5, 4185 and fractions with numerators -1..17 and denominators 1..16
|
/third_party/icu/icu4c/source/data/unidata/ |
D | changes.txt | 4181 the ones with denominators >9 cannot be supported by uprops.icu formatVersion 5, 4185 and fractions with numerators -1..17 and denominators 1..16
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.25 | 2508 denominators, numerators, and fractions.
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.25 | 2508 denominators, numerators, and fractions.
|
/third_party/freetype/ |
D | ChangeLog.25 | 2508 denominators, numerators, and fractions.
|