Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp403 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()
Dtufmtts.cpp436 nf->setRoundingMode(DecimalFormat::kRoundDown); in test10219Plurals()
Dmeasfmttest.cpp711 df->setRoundingMode(DecimalFormat::kRoundDown); in Test10219FractionalPlurals()
Dnumfmtst.cpp7333 { DecimalFormat::kRoundDown, 1.588, "1"}, in Test10419RoundingWith0FractionDigits()
7391 DecimalFormat::kRoundDown, in TestRoundingScientific10542()
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp259 case DecimalFormat::kRoundDown: r = DEC_ROUND_DOWN; break; in setRoundingMode()
Dmeasfmt.cpp383 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h672 kRoundDown, /**< Round towards zero */ enumerator
/external/v8/src/ia32/
Dassembler-ia32.h975 kRoundDown = 0x1, enumerator
Dlithium-codegen-ia32.cc3633 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor()
/external/v8/src/x64/
Dassembler-x64.h1090 kRoundDown = 0x1, enumerator
Dlithium-codegen-x64.cc3729 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor()