Home
last modified time | relevance | path

Searched refs:kRoundUp (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h190 kRoundUp, /**< Round away from zero */ enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumfmt.h190 kRoundUp, /**< Round away from zero */ enumerator
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp427 fmtr.setRoundingMode(DecimalFormat::kRoundUp); in execFormatTest()
H A Dnumberformattesttuple.cpp38 {"up", DecimalFormat::kRoundUp},
H A Dnumfmtst.cpp3308 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) { in TestRounding()
7841 { DecimalFormat::kRoundUp, 1.5, "2"}, in Test10419RoundingWith0FractionDigits()
7894 DecimalFormat::kRoundUp}; in TestRoundingScientific10542()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumfmt.h190 kRoundUp, /**< Round away from zero */ enumerator
/third_party/node/deps/v8/src/objects/
H A Dbigint.cc101 enum Rounding { kRoundDown, kTie, kRoundUp }; enumerator
1123 if (rounding == kRoundUp || (rounding == kTie && (mantissa & 1) == 1)) { in ToDouble()
1169 if ((current_digit & bitmask) != 0) return kRoundUp; in DecideRounding()
1172 if (x->digit(digit_index) != 0) return kRoundUp; in DecideRounding()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc1776 V(Float32RoundUp, kSSEFloat32Round | MiscField::encode(kRoundUp)) \
1777 V(Float64RoundUp, kSSEFloat64Round | MiscField::encode(kRoundUp)) \
1784 V(F32x4Ceil, kX64F32x4Round | MiscField::encode(kRoundUp)) \
1788 V(F64x2Ceil, kX64F64x2Round | MiscField::encode(kRoundUp)) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc1180 V(Float32RoundUp, kIA32Float32Round | MiscField::encode(kRoundUp)) \
1181 V(Float64RoundUp, kIA32Float64Round | MiscField::encode(kRoundUp)) \
1188 V(F32x4Ceil, kIA32F32x4Round | MiscField::encode(kRoundUp)) \
1192 V(F64x2Ceil, kIA32F64x2Round | MiscField::encode(kRoundUp)) \
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2043 roundss(dst, src, kRoundUp); in emit_f32_ceil()
2180 roundsd(dst, src, kRoundUp); in emit_f64_ceil()
3944 Roundps(dst.fp(), src.fp(), kRoundUp);
4037 Roundpd(dst.fp(), src.fp(), kRoundUp);
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h1640 Roundss(dst, src, kRoundUp); in emit_f32_ceil()
1773 Roundsd(dst, src, kRoundUp); in emit_f64_ceil()
3507 Roundps(dst.fp(), src.fp(), kRoundUp); in emit_f32x4_ceil()
3598 Roundpd(dst.fp(), src.fp(), kRoundUp); in emit_f64x2_ceil()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h685 kRoundUp = 0x2, enumerator
H A DIceAssemblerX8664.h704 kRoundUp = 0x2, enumerator
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h99 kRoundUp = 0x2, enumerator
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h111 kRoundUp = 0x2, enumerator

Completed in 61 milliseconds