/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | numfmt.h | 189 kRoundDown, /**< Round towards zero */ enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numfmt.h | 189 kRoundDown, /**< Round towards zero */ enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | numfmt.h | 189 kRoundDown, /**< Round towards zero */ enumerator
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dcfmtest.cpp | 425 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()
|
D | numberformattesttuple.cpp | 37 {"down", DecimalFormat::kRoundDown},
|
D | tufmtts.cpp | 481 nf->setRoundingMode(DecimalFormat::kRoundDown); in test10219Plurals()
|
D | dcfmapts.cpp | 1310 df->setRoundingMode(DecimalFormat::ERoundingMode::kRoundDown); in testInvalidObject()
|
D | numfmtst.cpp | 7836 { DecimalFormat::kRoundDown, 1.588, "1"}, in Test10419RoundingWith0FractionDigits() 7889 DecimalFormat::kRoundDown, in TestRoundingScientific10542()
|
D | measfmttest.cpp | 3936 df->setRoundingMode(DecimalFormat::kRoundDown); in Test10219FractionalPlurals()
|
/third_party/node/deps/v8/src/objects/ |
D | bigint.cc | 101 enum Rounding { kRoundDown, kTie, kRoundUp }; enumerator 1149 if (mantissa_bits_unset > 0) return kRoundDown; in DecideRounding() 1157 if (digit_index == 0) return kRoundDown; in DecideRounding() 1165 return kRoundDown; in DecideRounding()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | measfmt.cpp | 280 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | measfmt.cpp | 280 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
|
/third_party/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 280 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 1178 V(Float32RoundDown, kIA32Float32Round | MiscField::encode(kRoundDown)) \ 1179 V(Float64RoundDown, kIA32Float64Round | MiscField::encode(kRoundDown)) \ 1189 V(F32x4Floor, kIA32F32x4Round | MiscField::encode(kRoundDown)) \ 1193 V(F64x2Floor, kIA32F64x2Round | MiscField::encode(kRoundDown)) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 1774 V(Float32RoundDown, kSSEFloat32Round | MiscField::encode(kRoundDown)) \ 1775 V(Float64RoundDown, kSSEFloat64Round | MiscField::encode(kRoundDown)) \ 1785 V(F32x4Floor, kX64F32x4Round | MiscField::encode(kRoundDown)) \ 1789 V(F64x2Floor, kX64F64x2Round | MiscField::encode(kRoundDown)) \
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1646 Roundss(dst, src, kRoundDown); in emit_f32_floor() 1779 Roundsd(dst, src, kRoundDown); in emit_f64_floor() 3514 Roundps(dst.fp(), src.fp(), kRoundDown); in emit_f32x4_floor() 3605 Roundpd(dst.fp(), src.fp(), kRoundDown); in emit_f64x2_floor()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2049 roundss(dst, src, kRoundDown); in emit_f32_floor() 2186 roundsd(dst, src, kRoundDown); in emit_f64_floor() 3951 Roundps(dst.fp(), src.fp(), kRoundDown); in emit_f32x4_floor() 4044 Roundpd(dst.fp(), src.fp(), kRoundDown); in emit_f64x2_floor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.h | 684 kRoundDown = 0x1, enumerator
|
D | IceAssemblerX8664.h | 703 kRoundDown = 0x1, enumerator
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 98 kRoundDown = 0x1, enumerator
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 110 kRoundDown = 0x1, enumerator
|