Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddcfmtest.cpp399 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()
/external/icu4c/i18n/unicode/
Ddecimfmt.h669 kRoundDown, /**< Round towards zero */ enumerator
/external/icu4c/i18n/
Ddigitlst.cpp263 case DecimalFormat::kRoundDown: r = DEC_ROUND_DOWN; break; in setRoundingMode()
/external/v8/src/ia32/
Dassembler-ia32.h999 kRoundDown = 0x1, enumerator
Dlithium-codegen-ia32.cc2908 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor()
/external/v8/src/x64/
Dassembler-x64.h1369 kRoundDown = 0x1, enumerator
Dlithium-codegen-x64.cc2861 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor()