Home
last modified time | relevance | path

Searched defs:factor1 (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dstar_comb.cpp33 void test_star_comb(int star_point_count, int comb_comb_count, double factor1, double factor2, bool… in test_star_comb()
50 void test_all(int count, int star_point_count, int comb_comb_count, double factor1, double factor2,… in test_all()
80 double factor1 = 1.1; in main() local
Dstar_comb.hpp25 int count, double factor1, double factor2, in make_star()
Dintersection_stars.cpp22 int count, double factor1, double factor2, long double offset = 0) in make_star()
Dintersection_pies.cpp19 int count, int offset, int offset_y, double factor1, int total_segment_count = 36) in make_pie()
/third_party/ffmpeg/libavcodec/
Ddvdec.c134 uint32_t *factor1 = &ctx->idct_factor[0], in dv_init_weight_tables() local
Dadpcm.c1847 int factor1 = ff_adpcm_afc_coeffs[0][index]; in adpcm_decode_frame() local
1924 int64_t factor1 = table[ch][index * 2]; in adpcm_decode_frame() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DMeasureUnitImpl.java750 BigDecimal factor1 = this.conversionRates.getFactorToBase(o1).getConversionRate(); in compare() local
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1963 CF2_F16Dot16 factor1; in cf2_interpT2CharString() local
2250 CF2_F16Dot16 factor1; in cf2_interpT2CharString() local
/third_party/freetype/src/psaux/
Dpsintrp.c1963 CF2_F16Dot16 factor1; in cf2_interpT2CharString() local
2250 CF2_F16Dot16 factor1; in cf2_interpT2CharString() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1968 CF2_F16Dot16 factor1; in cf2_interpT2CharString() local
2253 CF2_F16Dot16 factor1; in cf2_interpT2CharString() local
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c6988 gst_value_fraction_multiply (GValue * product, const GValue * factor1, in gst_value_fraction_multiply()