Home
last modified time | relevance | path

Searched refs:kRoundDown (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumfmt.h189 kRoundDown, /**< Round towards zero */ enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumfmt.h189 kRoundDown, /**< Round towards zero */ enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dnumfmt.h189 kRoundDown, /**< Round towards zero */ enumerator
/third_party/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp425 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()
Dnumberformattesttuple.cpp37 {"down", DecimalFormat::kRoundDown},
Dtufmtts.cpp481 nf->setRoundingMode(DecimalFormat::kRoundDown); in test10219Plurals()
Ddcfmapts.cpp1310 df->setRoundingMode(DecimalFormat::ERoundingMode::kRoundDown); in testInvalidObject()
Dnumfmtst.cpp7836 { DecimalFormat::kRoundDown, 1.588, "1"}, in Test10419RoundingWith0FractionDigits()
7889 DecimalFormat::kRoundDown, in TestRoundingScientific10542()
Dmeasfmttest.cpp3936 df->setRoundingMode(DecimalFormat::kRoundDown); in Test10219FractionalPlurals()
/third_party/node/deps/v8/src/objects/
Dbigint.cc101 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/
Dmeasfmt.cpp280 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
/third_party/node/deps/icu-small/source/i18n/
Dmeasfmt.cpp280 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
/third_party/icu/icu4c/source/i18n/
Dmeasfmt.cpp280 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1178 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/
Dinstruction-selector-x64.cc1774 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/
Dliftoff-assembler-x64.h1646 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/
Dliftoff-assembler-ia32.h2049 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/
DIceAssemblerX8632.h684 kRoundDown = 0x1, enumerator
DIceAssemblerX8664.h703 kRoundDown = 0x1, enumerator
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h98 kRoundDown = 0x1, enumerator
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.h110 kRoundDown = 0x1, enumerator