/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | numfmt.h | 190 kRoundUp, /**< Round away from zero */ enumerator
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | numfmt.h | 190 kRoundUp, /**< Round away from zero */ enumerator
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dcfmtest.cpp | 427 fmtr.setRoundingMode(DecimalFormat::kRoundUp); in execFormatTest()
|
H A D | numberformattesttuple.cpp | 38 {"up", DecimalFormat::kRoundUp},
|
H A D | numfmtst.cpp | 3308 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 D | numfmt.h | 190 kRoundUp, /**< Round away from zero */ enumerator
|
/third_party/node/deps/v8/src/objects/ |
H A D | bigint.cc | 101 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 D | instruction-selector-x64.cc | 1776 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 D | instruction-selector-ia32.cc | 1180 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 D | liftoff-assembler-ia32.h | 2043 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 D | liftoff-assembler-x64.h | 1640 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 D | IceAssemblerX8632.h | 685 kRoundUp = 0x2, enumerator
|
H A D | IceAssemblerX8664.h | 704 kRoundUp = 0x2, enumerator
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 99 kRoundUp = 0x2, enumerator
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 111 kRoundUp = 0x2, enumerator
|