Home
last modified time | relevance | path

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

12

/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/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/FreeBSD/contrib/gdtoa/
Dstrtord.c73 strtord_l(s, sp, rounding, d, locale) CONST char *s; char **sp; int rounding; in strtord_l() argument
Dgdtoa.h91 int rounding; member
/third_party/rust/crates/minimal-lexical/src/
Dlib.rs57 pub mod rounding; module
/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/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/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/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/tests/
DSkGlyphBufferTest.cpp174 SkGlyphPositionRoundingSpec rounding{true, kX_SkAxisAlignment}; in DEF_TEST() local
/third_party/ffmpeg/libavfilter/
Dvf_fps.c51 int rounding; ///< AVRounding method for timestamps member
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.h59 DecimalQuantity rounding; member
DdecContext.h77 enum rounding { enum
/third_party/icu/icu4c/source/i18n/
Dnumber_patternstring.h59 DecimalQuantity rounding; member
DdecContext.h77 enum rounding { enum
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternstring.h59 DecimalQuantity rounding; member
DdecContext.h77 enum rounding { enum
/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
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp1351 void ImDrawList::PathRect(const ImVec2& a, const ImVec2& b, float rounding, ImDrawFlags flags) in PathRect()
1388 void ImDrawList::AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDra… in AddRect()
1399 void ImDrawList::AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding,… in AddRectFilled()
1637 …mVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col, float rounding, ImDrawFlags f… in AddImageRounded()
3836 …st* draw_list, const ImRect& rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding) in RenderRectFilledRangeH()
3896 …derRectFilledWithHole(ImDrawList* draw_list, ImRect outer, ImRect inner, ImU32 col, float rounding) in RenderRectFilledWithHole()
3916 …c2 p_min, ImVec2 p_max, ImU32 col, float grid_step, ImVec2 grid_off, float rounding, ImDrawFlags f… in RenderColorRectWithAlphaCheckerboard()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPatternStringParser.java198 public DecimalQuantity_DualStorageBCD rounding = null; field in PatternStringParser.ParsedSubpatternInfo
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPatternStringParser.java197 public DecimalQuantity_DualStorageBCD rounding = null; field in PatternStringParser.ParsedSubpatternInfo

12