Home
last modified time | relevance | path

Searched defs:factor (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/third_party/boost/boost/chrono/detail/inlined/mac/
Dprocess_cpu_clocks.hpp31 long factor = 0; in tick_factor() local
59 long factor = chrono_detail::tick_factor(); in now() local
108 long factor = chrono_detail::tick_factor(); in now() local
184 long factor = chrono_detail::tick_factor(); in now() local
216 long factor = chrono_detail::tick_factor(); in now() local
237 long factor = chrono_detail::tick_factor(); in now() local
267 long factor = chrono_detail::tick_factor(); in now() local
299 long factor = chrono_detail::tick_factor(); in now() local
332 long factor = chrono_detail::tick_factor(); in now() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h14 util_blend_dst_alpha_to_one(int factor) in util_blend_dst_alpha_to_one()
50 util_blend_factor_to_shader(enum pipe_blendfactor factor) in util_blend_factor_to_shader()
98 util_blend_factor_is_inverted(enum pipe_blendfactor factor) in util_blend_factor_is_inverted()
120 util_blend_factor_uses_dest(enum pipe_blendfactor factor, bool alpha) in util_blend_factor_uses_dest()
/third_party/node/deps/npm/node_modules/promise-retry/test/
Dtest.js22 }, { factor: 1 }) property
46 }, { factor: 1 }) property
124 }, { retries: 2, factor: 1 }) property
146 }, { retries: 1, factor: 1 }) property
157 }, { factor: 1 }) property
168 }, { retries: 1, factor: 1 }) property
179 }, { retries: 1, factor: 1 }) property
188 }, { retries: 1, factor: 1 }); property
211 }, { factor: 1 }) property
233 }, { retries: 1, factor: 1 }) property
[all …]
/third_party/boost/boost/math/tools/
Dfraction.hpp105 …tail::fraction_traits<Gen>::result_type continued_fraction_b(Gen& g, const U& factor, boost::uintm… in continued_fraction_b()
151 …ne typename detail::fraction_traits<Gen>::result_type continued_fraction_b(Gen& g, const U& factor) in continued_fraction_b()
167 result_type factor = ldexp(1.0f, 1 - bits); // 1 / pow(result_type(2), bits); in continued_fraction_b() local
181 result_type factor = ldexp(1.0f, 1 - bits); // 1 / pow(result_type(2), bits); in continued_fraction_b() local
200 …tail::fraction_traits<Gen>::result_type continued_fraction_a(Gen& g, const U& factor, boost::uintm… in continued_fraction_a()
247 …ne typename detail::fraction_traits<Gen>::result_type continued_fraction_a(Gen& g, const U& factor) in continued_fraction_a()
263 result_type factor = ldexp(1.0f, 1-bits); // 1 / pow(result_type(2), bits); in continued_fraction_a() local
278 result_type factor = ldexp(1.0f, 1-bits); // 1 / pow(result_type(2), bits); in continued_fraction_a() local
Dseries.hpp24 inline typename Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& m… in sum_series()
47 inline typename Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& m… in sum_series()
58 result_type factor = ldexp(result_type(1), 1 - bits); in sum_series() local
92 inline typename Functor::result_type checked_sum_series(Functor& func, const U& factor, boost::uint… in checked_sum_series()
134 result_type factor = pow(result_type(2), bits); in kahan_sum_series() local
159 result_type factor = ldexp(result_type(1), bits); in kahan_sum_series() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_rational.cpp73 void dng_srational::ReduceByFactor (int32 factor) in ReduceByFactor()
137 void dng_urational::ReduceByFactor (uint32 factor) in ReduceByFactor()
/third_party/boost/libs/local_function/example/
Dadd_global_functor.cpp22 const int factor; // Make `factor` constant. member
26 int sum = 0, factor = 10; in main() local
Dadd_local_functor.cpp12 int sum = 0, factor = 10; in main() local
23 const int factor; // Make `factor` constant. in main() member
Dprofile_global_functor.cpp21 const int& factor; member
29 int factor = 1; in main() local
Dprofile_local_functor.cpp19 int factor = 1; in main() local
31 const int& factor; in main() member
Dadd_phoenix.cpp21 int sum = 0, factor = 10; in main() local
/third_party/mesa3d/src/mesa/main/
Dpolygon.c318 GLfloat factor, GLfloat units, GLfloat clamp) in _mesa_polygon_offset_clamp()
337 _mesa_PolygonOffset( GLfloat factor, GLfloat units ) in _mesa_PolygonOffset()
348 _mesa_PolygonOffsetClampEXT( GLfloat factor, GLfloat units, GLfloat clamp ) in _mesa_PolygonOffsetClampEXT()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/sponge/restrain/
Drestrain_force_impl.cu22 … const UNSIGNED_INT_VECTOR *uint_crd_ref, const float factor, const VECTOR *scaler, in restrainforcekernel()
36 … const int *uint_crd_ref_f, const float factor, const float *scaler_f, float *frc_f, in restrainforce()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTreeFactorizer.java66 public static ImmutableList<RangeTree> factor(RangeTree ranges, MergeStrategy strategy) { in factor() method in RangeTreeFactorizer
101 private RangeTree factor; field in RangeTreeFactorizer
104 RangeTreeFactorizer(RangeTree factor, MergeStrategy strategy) { in RangeTreeFactorizer()
/third_party/flutter/skia/src/core/
DSkGaussFilter.cpp54 auto factor = 1.0; in calculate_bessel_factors() local
69 auto factor = sum; in calculate_bessel_factors() local
/third_party/skia/src/core/
DSkGaussFilter.cpp54 auto factor = 1.0; in calculate_bessel_factors() local
69 auto factor = sum; in calculate_bessel_factors() local
/third_party/libinput/src/
Dfilter-flat.c40 double factor; member
51 double factor; /* unitless factor */ in accelerator_filter_flat() local
Dfilter-touchpad-flat.c43 double factor; member
54 double factor; /* unitless factor */ in accelerator_filter_touchpad_flat() local
/third_party/boost/boost/geometry/policies/robustness/
Dget_rescale_policy.hpp64 Factor& factor) in scale_box_to_integer_range()
103 Factor& factor, in init_rescale_policy()
131 Factor& factor, in init_rescale_policy()
217 factor_type factor; in apply() local
241 factor_type factor; in apply() local
/third_party/boost/libs/local_function/test/
Dadd_except_seq.cpp13 int factor = 10; in main() local
Dadd_except.cpp19 int factor = 10; in main() local
Dtypeof_template_seq.cpp16 T calculate(const T& factor) { in calculate()
Dtypeof_template.cpp22 T calculate(const T& factor) { in calculate()
/third_party/skia/docs/examples/
DMatrix_getMinMaxScales.cpp10 SkScalar factor[2] = {2, 2}; in draw() local
/third_party/flutter/skia/docs/examples/
DMatrix_getMinMaxScales.cpp10 SkScalar factor[2] = {2, 2}; in draw() local

12345678910>>...20