Home
last modified time | relevance | path

Searched defs:rounding (Results 1 – 25 of 59) sorted by relevance

123

/third_party/boost/boost/numeric/interval/
Dpolicies.hpp26 typedef Rounding rounding; typedef
49 typedef typename p::rounding rounding; typedef in boost::numeric::interval_lib::change_checking
Dinterval.hpp128 typedef typename Policies::rounding rounding; typedef in boost::numeric::interval
/third_party/skia/experimental/lowp-basic/
DQMath.h47 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/
DCurrencyDemo.java60 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/
Dyuv.h186 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/
Dyuv.h186 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/
Daacenc_utils.h59 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/
DHexFloat.cpp692 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/
Dhex_float_test.cpp694 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/
Dpolygon_45_set_data.hpp337 … 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/
Dnir_lower_convert_alu_types.c36 nir_rounding_mode rounding = nir_intrinsic_rounding_mode(conv); in try_simplify_convert_intrin() local
Dnir_conversion_builder.h397 nir_rounding_mode rounding) in nir_simplify_conversion_rounding()
/third_party/spirv-tools/test/
Dhex_float_test.cpp739 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/
Dhex_float_test.cpp739 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/
Dhex_float_test.cpp739 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/
Dfixed_point.c29 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/
Dudt_example_0.cpp111 void rounding() in rounding() function
/third_party/skia/tests/
DSkGlyphBufferTest.cpp174 SkGlyphPositionRoundingSpec rounding{true, kX_SkAxisAlignment}; in DEF_TEST() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.h59 DecimalQuantity rounding; member
/third_party/ffmpeg/libavfilter/
Dvf_fps.c51 int rounding; ///< AVRounding method for timestamps member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.h47 DecimalQuantity rounding; member
/third_party/icu/icu4c/source/i18n/
Dnumber_patternstring.h59 DecimalQuantity rounding; member
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternstring.h59 DecimalQuantity rounding; member
/third_party/flutter/skia/src/core/
DSkStrike.cpp163 SkVector SkStrike::rounding() const { in rounding() function in SkStrike
/third_party/python/Lib/
D_pydecimal.py2536 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

123