Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h188 kRoundDown, /**< Round towards zero */ enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp405 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()
Dnumberformattesttuple.cpp35 {"down", DecimalFormat::kRoundDown},
Dtufmtts.cpp482 nf->setRoundingMode(DecimalFormat::kRoundDown); in test10219Plurals()
Dnumfmtst.cpp7869 { DecimalFormat::kRoundDown, 1.588, "1"}, in Test10419RoundingWith0FractionDigits()
7927 DecimalFormat::kRoundDown, in TestRoundingScientific10542()
Dmeasfmttest.cpp1431 df->setRoundingMode(DecimalFormat::kRoundDown); in Test10219FractionalPlurals()
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp286 case DecimalFormat::kRoundDown: r = DEC_ROUND_DOWN; break; in setRoundingMode()
Dmeasfmt.cpp543 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc1085 Emit(kX87Float32Round | MiscField::encode(kRoundDown), in VisitFloat32RoundDown()
1092 Emit(kX87Float64Round | MiscField::encode(kRoundDown), in VisitFloat64RoundDown()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc858 V(Float32RoundDown, kSSEFloat32Round | MiscField::encode(kRoundDown)) \
859 V(Float64RoundDown, kSSEFloat64Round | MiscField::encode(kRoundDown)) \
/external/v8/src/x87/
Dassembler-x87.h261 kRoundDown = 0x1, enumerator
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1330 V(Float32RoundDown, kSSEFloat32Round | MiscField::encode(kRoundDown)) \
1331 V(Float64RoundDown, kSSEFloat64Round | MiscField::encode(kRoundDown)) \
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h516 kRoundDown = 0x1, enumerator
/external/v8/src/ia32/
Dassembler-ia32.h260 kRoundDown = 0x1, enumerator
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc3076 __ roundsd(output_reg, input_reg, kRoundDown); in DoMathFloorD()
3097 __ roundsd(xmm_scratch, input_reg, kRoundDown); in DoMathFloorI()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3281 __ Roundsd(output_reg, input_reg, kRoundDown); in DoMathFloorD()
3297 __ Roundsd(xmm_scratch, input_reg, kRoundDown); in DoMathFloorI()
/external/v8/src/x64/
Dassembler-x64.h329 kRoundDown = 0x1, enumerator