Searched refs:kRoundDown (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp399 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp403 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
H A Dtufmtts.cpp429 nf->setRoundingMode(DecimalFormat::kRoundDown);
H A Dmeasfmttest.cpp503 df->setRoundingMode(DecimalFormat::kRoundDown);
H A Dnumfmtst.cpp7327 { DecimalFormat::kRoundDown, 1.588, "1"},
7385 DecimalFormat::kRoundDown,
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.cpp263 case DecimalFormat::kRoundDown: r = DEC_ROUND_DOWN; break;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h672 kRoundDown, /**< Round towards zero */ enumerator in enum:DecimalFormat::ERoundingMode
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp259 case DecimalFormat::kRoundDown: r = DEC_ROUND_DOWN; break;
H A Dmeasfmt.cpp346 decfmt->setRoundingMode(DecimalFormat::kRoundDown);
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h672 kRoundDown, /**< Round towards zero */ enumerator in enum:DecimalFormat::ERoundingMode
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h975 kRoundDown = 0x1,
H A Dlithium-codegen-ia32.cc3633 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown);
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h1090 kRoundDown = 0x1, enumerator in enum:v8::internal::XMMRegister::RoundingMode
H A Dlithium-codegen-x64.cc3729 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown);

Completed in 2973 milliseconds