/third_party/typescript/tests/baselines/reference/ |
D | jsFunctionWithPrototypeNoErrorTruncationNoCrash.js | 7 lighten: function (ratio) {return this;}, argument 8 darken: function (ratio) {return this;}, argument 9 saturate: function (ratio) {return this;}, argument 10 desaturate: function (ratio) {return this;}, argument 11 whiten: function (ratio) {return this;}, argument 12 blacken: function (ratio) {return this;}, argument 14 clearer: function (ratio) {return this;}, argument 25 lighten: function (ratio) { return this; }, argument 26 darken: function (ratio) { return this; }, argument 27 saturate: function (ratio) { return this; }, argument [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | bounding_box_augment_ir.cc | 31 …ration::BoundingBoxAugmentOperation(const std::shared_ptr<TensorOperation> &transform, float ratio) in BoundingBoxAugmentOperation() 68 float ratio = op_params["ratio"]; in from_json() local
|
D | random_resized_crop_with_bbox_ir.cc | 33 … const std::vector<float> &ratio, in RandomResizedCropWithBBoxOperation() 104 std::vector<float> ratio = op_params["ratio"]; in from_json() local
|
D | random_resized_crop_ir.cc | 34 … const std::vector<float> &scale, const std::vector<float> &ratio, in RandomResizedCropOperation() 108 std::vector<float> ratio = op_params["ratio"]; in from_json() local
|
D | softdvpp_decode_random_crop_resize_jpeg_ir.cc | 32 …const std::vector<int32_t> &size, const std::vector<float> &scale, const std::vector<float> &ratio, in SoftDvppDecodeRandomCropResizeJpegOperation() 105 std::vector<float> ratio = op_params["ratio"]; in from_json() local
|
D | random_crop_decode_resize_ir.cc | 33 const std::vector<float> &ratio, in RandomCropDecodeResizeOperation() 89 std::vector<float> ratio = op_params["ratio"]; in from_json() local
|
/third_party/boost/boost/math/special_functions/detail/ |
D | hypergeometric_1F1_by_ratios.hpp | 85 …negative_b(const T& a, const T& b, const T& z, const Policy& pol, int& log_scaling, const T& ratio) in hypergeometric_1F1_from_function_ratio_negative_b() 139 …T ratio = boost::math::tools::function_ratio_from_backwards_recurrence(coef, boost::math::policies… in hypergeometric_1F1_from_function_ratio_negative_b() local 581 …T ratio = 1 / boost::math::tools::function_ratio_from_forwards_recurrence(coef, boost::math::polic… in hypergeometric_1F1_from_function_ratio_negative_b_forwards() local 630 …T ratio = boost::math::tools::function_ratio_from_backwards_recurrence(coef, boost::math::policies… in hypergeometric_1F1_from_function_ratio_negative_ab() local
|
/third_party/boost/boost/ratio/ |
D | ratio.hpp | 77 class ratio class 96 ratio() in ratio() function in boost::ratio 99 ratio(const ratio<_N2, _D2>&, in ratio() function in boost::ratio
|
/third_party/boost/libs/compute/perf/ |
D | perf_copy_if.cpp | 49 float ratio = float(std::distance(output.begin(), i)) / PERF_N; in test_copy_if_odd() local 100 float ratio = float(std::distance(output_points.begin(), i)) / PERF_N; in test_copy_if_in_sphere() local
|
/third_party/boost/libs/ratio/ |
D | README.md | 1 ratio chapter
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | MultiChannelResampler.cpp | 38 IntegerRatio ratio(builder.getInputRate(), builder.getOutputRate()); in MultiChannelResampler() local 86 IntegerRatio ratio(getInputRate(), getOutputRate()); in build() local
|
/third_party/mindspore/mindspore/core/ops/ |
D | split_with_overlap.cc | 21 void SplitWithOverlap::Init(int64_t number_split, const std::vector<int64_t> &ratio, in Init() 34 void SplitWithOverlap::set_ratio(const std::vector<int64_t> &ratio) { (void)this->AddAttr(kRatio, M… in set_ratio()
|
D | proposal.cc | 47 void Proposal::set_ratio(const std::vector<float> &ratio) { (void)this->AddAttr(kRatio, MakeValue(r… in set_ratio() 87 … const std::vector<float> &ratio, const std::vector<float> &scale, const int64_t pre_nms_topn, in Init()
|
/third_party/boost/libs/test/doc/examples/ |
D | tolerance_04.run-fail.cpp | 22 typedef boost::rational<int> ratio; typedef
|
/third_party/skia/modules/skparagraph/src/ |
D | Run.cpp | 259 auto ratio = shift * 1.0 / fTextRange.width(); in sizeToChar() local 269 auto ratio = shift * 1.0 / fTextRange.width(); in sizeFromChar() local 275 auto ratio = (s * 1.0) / fWidth; in roundPos() local
|
/third_party/mindspore/scripts/ |
D | setdotlabelwidth | 36 def calc_num_chars_per_row(total_chars, ratio): argument
|
/third_party/mesa3d/src/tool/pps/ |
D | pps.h | 33 constexpr double ratio(double num, double den) in ratio() function
|
/third_party/mindspore/mindspore/lite/src/ops/populate/ |
D | split_with_overlap_populate.cc | 48 auto ratio = value->ratio(); in PopulateSplitWithOverlapParameter() local
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsutils.c | 226 #define DELTA(ratio, idx, w) \ argument 234 gdouble ratio, delta, cur_delta; in gst_video_calculate_device_ratio() local
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | Run.cpp | 229 auto ratio = shift * 1.0 / fTextRange.width(); in sizeToChar() local 239 auto ratio = shift * 1.0 / fTextRange.width(); in sizeFromChar() local 245 auto ratio = (s * 1.0) / fWidth; in roundPos() local
|
/third_party/boost/libs/math/test/ |
D | test_recurrence.cpp | 90 …T ratio = boost::math::tools::function_ratio_from_forwards_recurrence(bessel_jy_recurrence<T>(v, x… in test_spots() local 135 …T ratio = boost::math::tools::function_ratio_from_backwards_recurrence(bessel_jy_recurrence<T>(v, … in test_spots() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | bounding_box_augment_op.cc | 27 BoundingBoxAugmentOp::BoundingBoxAugmentOp(std::shared_ptr<TensorOp> transform, float ratio) in BoundingBoxAugmentOp()
|
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/ |
D | TorusLightingES1.cpp | 51 float ratio = static_cast<float>(getWindow()->getWidth()) / in initialize() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 2-1.c | 88 float ratio; in main() local
|
D | 2-2.c | 89 float ratio; in main() local
|