/third_party/boost/libs/hana/test/ext/std/ratio/ |
D | laws.cpp | 20 auto ratios = hana::make_tuple( in main() local 31 hana::test::TestComparable<hana::ext::std::ratio_tag>{ratios}; in main() 32 hana::test::TestOrderable<hana::ext::std::ratio_tag>{ratios}; in main() 33 hana::test::TestMonoid<hana::ext::std::ratio_tag>{ratios}; in main() 34 hana::test::TestGroup<hana::ext::std::ratio_tag>{ratios}; in main() 35 hana::test::TestRing<hana::ext::std::ratio_tag>{ratios}; in main() 36 hana::test::TestEuclideanRing<hana::ext::std::ratio_tag>{ratios}; in main()
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/FasterRcnn/ |
D | anchor_generator.py | 21 def __init__(self, base_size, scales, ratios, scale_major=True, ctr=None): argument 25 self.ratios = np.array(ratios) 40 h_ratios = np.sqrt(self.ratios)
|
/third_party/skia/bench/ |
D | check_bench_regressions.py | 179 ratios = exceptions[i].keys() 180 ratios.sort(reverse=True) 182 for ratio in ratios:
|
/third_party/flutter/skia/bench/ |
D | check_bench_regressions.py | 175 ratios = exceptions[i].keys() 176 ratios.sort(reverse=True) 178 for ratio in ratios:
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 474 Ratios ratios; member 553 kDistWidth, result.dist_name, result.ratios.min_load, in main() 554 result.ratios.avg_load, result.ratios.max_load); in main() 569 absl::PrintF(" \"cpu_time\": %f,\n", 1e9 * result.ratios.*val); in main() 570 absl::PrintF(" \"real_time\": %f,\n", 1e9 * result.ratios.*val); in main()
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | README | 21 - add enum to specify common aspect ratios/sizes and add borders/crop
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpegvideoparser.c | 146 int ratios[16][2] = { in set_par_from_asr_mpeg1() local 166 seqhdr->par_w = ratios[asr_code][0]; in set_par_from_asr_mpeg1() 167 seqhdr->par_h = ratios[asr_code][1]; in set_par_from_asr_mpeg1()
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.sample_shading.txt | 62 sample coverage ratios can be mapped to distinct values. Tests rendering to a
|
/third_party/boost/libs/math/doc/background/ |
D | lanczos.qbk | 23 manipulation, in particular ratios of gamma or gamma-like functions 75 in the computation of the ratios of rising and falling factorials (effectively 160 Computing ratios of gamma functions with large arguments were observed to
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_depth_nonlinear.txt | 54 modest far plane-to-near plane ratios (e.g., greater than 100:1).
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | EGL_NV_depth_nonlinear.txt | 54 modest far plane-to-near plane ratios (e.g., greater than 100:1).
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_depth_nonlinear.txt | 54 modest far plane-to-near plane ratios (e.g., greater than 100:1).
|
/third_party/openGLES/extensions/NV/ |
D | EGL_NV_depth_nonlinear.txt | 54 modest far plane-to-near plane ratios (e.g., greater than 100:1).
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | image_resolution.dart | 30 /// assets targeting different pixel ratios, place the variant assets in 36 /// as 1.5 and 2.0 pixel ratios (variants). The asset bundle should then contain
|
D | strut_style.dart | 95 /// differently depending on the ratios between the font's ascent and 438 /// depending on the ratios between the font's ascent and descent. This property is
|
/third_party/boost/libs/math/doc/sf/ |
D | factorials.qbk | 241 Rising and factorials are implemented as ratios of gamma functions using __tgamma_delta_ratio. 290 Rising and falling factorials are implemented as ratios of gamma functions
|
D | ibeta.qbk | 140 …rithm 708; Significant digit computation of the incomplete beta function ratios", DiDonato and Mor…
|
D | hypergeometric.qbk | 413 limited to double precision: calculation of the ratios require iteration ['towards] the no-mans-lan… 523 # W. Gautschi. ['Anomalous convergence of a continued fraction for ratios of Kummer functions]. Mat…
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | README.ijg | 73 very good compression ratios can be obtained with no visible compression 74 artifacts, and extremely high compression ratios are possible if you are
|
/third_party/libjpeg-turbo/ |
D | README.ijg | 73 very good compression ratios can be obtained with no visible compression 74 artifacts, and extremely high compression ratios are possible if you are
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | README.ijg | 73 very good compression ratios can be obtained with no visible compression 74 artifacts, and extremely high compression ratios are possible if you are
|
/third_party/boost/libs/ratio/doc/ |
D | ratio.qbk | 307 …tly reduce the chances of run-time overflow because the __ratio (and any ratios resulting from __r… 647 …wg-defects.html#1281 [*LWG 1281. CopyConstruction and Assignment between ratios having the same no… 838 … or `D` cannot be represented. [*Note:] These rules ensure that infinite ratios are avoided and th… 1114 …docs/papers/2010/n3133.html#1281 copy constructor and assignment between ratios having the same no… 2050 [heading Why ratio needs CopyConstruction and Assignment from ratios having the same normalized for… 2146 This expression correspond to the multiply of two ratios that have less risk of overflow as the ini… 2344 …[[1] [result of metafunctions ratio_multiply and ratio_divide were not normalized ratios.] [Use…
|
/third_party/ffmpeg/doc/ |
D | resampler.texi | 156 approximation for 'irrational' ratios. Default value is 0.
|
/third_party/gstreamer/gstplugins_good/sys/osxvideo/ |
D | osxvideosink.m | 610 that respect pixel aspect ratios */
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | bottom_navigation_bar.dart | 935 // ratios.
|