/third_party/boost/boost/chrono/detail/inlined/mac/ |
D | process_cpu_clocks.hpp | 31 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/ |
D | u_blend.h | 14 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/ |
D | test.js | 22 }, { 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/ |
D | fraction.hpp | 105 …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
|
D | series.hpp | 24 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/ |
D | dng_rational.cpp | 73 void dng_srational::ReduceByFactor (int32 factor) in ReduceByFactor() 137 void dng_urational::ReduceByFactor (uint32 factor) in ReduceByFactor()
|
/third_party/boost/libs/local_function/example/ |
D | add_global_functor.cpp | 22 const int factor; // Make `factor` constant. member 26 int sum = 0, factor = 10; in main() local
|
D | add_local_functor.cpp | 12 int sum = 0, factor = 10; in main() local 23 const int factor; // Make `factor` constant. in main() member
|
D | profile_global_functor.cpp | 21 const int& factor; member 29 int factor = 1; in main() local
|
D | profile_local_functor.cpp | 19 int factor = 1; in main() local 31 const int& factor; in main() member
|
D | add_phoenix.cpp | 21 int sum = 0, factor = 10; in main() local
|
/third_party/mesa3d/src/mesa/main/ |
D | polygon.c | 318 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/ |
D | restrain_force_impl.cu | 22 … 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/ |
D | RangeTreeFactorizer.java | 66 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/ |
D | SkGaussFilter.cpp | 54 auto factor = 1.0; in calculate_bessel_factors() local 69 auto factor = sum; in calculate_bessel_factors() local
|
/third_party/skia/src/core/ |
D | SkGaussFilter.cpp | 54 auto factor = 1.0; in calculate_bessel_factors() local 69 auto factor = sum; in calculate_bessel_factors() local
|
/third_party/libinput/src/ |
D | filter-flat.c | 40 double factor; member 51 double factor; /* unitless factor */ in accelerator_filter_flat() local
|
D | filter-touchpad-flat.c | 43 double factor; member 54 double factor; /* unitless factor */ in accelerator_filter_touchpad_flat() local
|
/third_party/boost/boost/geometry/policies/robustness/ |
D | get_rescale_policy.hpp | 64 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/ |
D | add_except_seq.cpp | 13 int factor = 10; in main() local
|
D | add_except.cpp | 19 int factor = 10; in main() local
|
D | typeof_template_seq.cpp | 16 T calculate(const T& factor) { in calculate()
|
D | typeof_template.cpp | 22 T calculate(const T& factor) { in calculate()
|
/third_party/skia/docs/examples/ |
D | Matrix_getMinMaxScales.cpp | 10 SkScalar factor[2] = {2, 2}; in draw() local
|
/third_party/flutter/skia/docs/examples/ |
D | Matrix_getMinMaxScales.cpp | 10 SkScalar factor[2] = {2, 2}; in draw() local
|