/third_party/boost/boost/numeric/interval/ |
D | policies.hpp | 26 typedef Rounding rounding; typedef 49 typedef typename p::rounding rounding; typedef in boost::numeric::interval_lib::change_checking
|
D | interval.hpp | 128 typedef typename Policies::rounding rounding; typedef in boost::numeric::interval
|
/third_party/skia/experimental/lowp-basic/ |
D | QMath.h | 47 const int32_t rounding = 1 << 14; in simulate_ssse3_mm_mulhrs_epi16() local 62 const int64_t rounding = 1 << (esize - 1); in simulate_neon_vqrdmulhq_s16() local
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/ |
D | CurrencyDemo.java | 60 double rounding; field in CurrencyDemo.HackCurrencyInfo 62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv.h | 186 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV() 191 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 196 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 201 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv.h | 186 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV() 191 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 196 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 201 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc_utils.h | 59 static inline int quant(float coef, const float Q, const float rounding) in quant() 67 const float rounding) in quantize_bands()
|
/third_party/glslang/gtests/ |
D | HexFloat.cpp | 692 spvutils::round_direction rounding[] = { in TEST() local 811 spvutils::round_direction rounding[] = { in TEST_P() local 930 spvutils::round_direction rounding[] = { in TEST_P() local 973 spvutils::round_direction rounding[] = { in TEST() local
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | hex_float_test.cpp | 694 spvutils::round_direction rounding[] = { in TEST() local 814 spvutils::round_direction rounding[] = { in TEST_P() local 933 spvutils::round_direction rounding[] = { in TEST_P() local 976 spvutils::round_direction rounding[] = { in TEST() local
|
/third_party/boost/boost/polygon/ |
D | polygon_45_set_data.hpp | 337 … coordinate_type resizing, RoundingOption rounding = CLOSEST, in insert_with_resize() 744 polygon_45_set_data<Unit>::resize(Unit resizing, RoundingOption rounding, CornerOption corner) { in resize() 767 inline Unit roundWithOptions(double distance, RoundingOption rounding) { in roundWithOptions() 781 Unit bloating, RoundingOption rounding) { in bloatVertexInDirWithOptions() 937 point_data<Unit> second, Unit resizing, RoundingOption rounding) { in handleResizingEdge45() 1004 RoundingOption rounding, CornerOption corner, in handleResizingVertex45() 1093 RoundingOption rounding, in insert_with_resize_dispatch() 1149 RoundingOption rounding, in insert_with_resize_dispatch()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_convert_alu_types.c | 36 nir_rounding_mode rounding = nir_intrinsic_rounding_mode(conv); in try_simplify_convert_intrin() local
|
D | nir_conversion_builder.h | 397 nir_rounding_mode rounding) in nir_simplify_conversion_rounding()
|
/third_party/spirv-tools/test/ |
D | hex_float_test.cpp | 739 round_direction rounding[] = {round_direction::kToZero, in TEST() local 856 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1030 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1072 round_direction rounding[] = {round_direction::kToZero, in TEST() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | hex_float_test.cpp | 739 round_direction rounding[] = {round_direction::kToZero, in TEST() local 856 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1030 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1072 round_direction rounding[] = {round_direction::kToZero, in TEST() local
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | hex_float_test.cpp | 739 round_direction rounding[] = {round_direction::kToZero, in TEST() local 856 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1030 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1072 round_direction rounding[] = {round_direction::kToZero, in TEST() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | fixed_point.c | 29 int64_t rounding = ab >= 0 ? (1ll << 30) : (1ll - (1ll << 30)); in SaturatingRoundingDoublingHighMul() local 40 int16_t rounding = ab >= 0 ? (1ll << 14) : (1ll - (1ll << 14)); in SaturatingRoundingDoublingHighMulInt16() local
|
/third_party/boost/libs/numeric/conversion/test/ |
D | udt_example_0.cpp | 111 void rounding() in rounding() function
|
/third_party/skia/tests/ |
D | SkGlyphBufferTest.cpp | 174 SkGlyphPositionRoundingSpec rounding{true, kX_SkAxisAlignment}; in DEF_TEST() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_patternstring.h | 59 DecimalQuantity rounding; member
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fps.c | 51 int rounding; ///< AVRounding method for timestamps member
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_patternstring.h | 47 DecimalQuantity rounding; member
|
/third_party/icu/icu4c/source/i18n/ |
D | number_patternstring.h | 59 DecimalQuantity rounding; member
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_patternstring.h | 59 DecimalQuantity rounding; member
|
/third_party/flutter/skia/src/core/ |
D | SkStrike.cpp | 163 SkVector SkStrike::rounding() const { in rounding() function in SkStrike
|
/third_party/python/Lib/ |
D | _pydecimal.py | 2536 def quantize(self, exp, rounding=None, context=None): argument 2612 def _rescale(self, exp, rounding): argument 2646 def _round(self, places, rounding): argument 2669 def to_integral_exact(self, rounding=None, context=None): argument 2698 def to_integral_value(self, rounding=None, context=None): argument 3888 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument
|