Searched refs:kRoundDown (Results 1 – 17 of 17) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | numfmt.h | 188 kRoundDown, /**< Round towards zero */ enumerator
|
/external/icu/icu4c/source/test/intltest/ |
D | dcfmtest.cpp | 405 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()
|
D | numberformattesttuple.cpp | 35 {"down", DecimalFormat::kRoundDown},
|
D | tufmtts.cpp | 482 nf->setRoundingMode(DecimalFormat::kRoundDown); in test10219Plurals()
|
D | numfmtst.cpp | 7869 { DecimalFormat::kRoundDown, 1.588, "1"}, in Test10419RoundingWith0FractionDigits() 7927 DecimalFormat::kRoundDown, in TestRoundingScientific10542()
|
D | measfmttest.cpp | 1431 df->setRoundingMode(DecimalFormat::kRoundDown); in Test10219FractionalPlurals()
|
/external/icu/icu4c/source/i18n/ |
D | digitlst.cpp | 286 case DecimalFormat::kRoundDown: r = DEC_ROUND_DOWN; break; in setRoundingMode()
|
D | measfmt.cpp | 543 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 1085 Emit(kX87Float32Round | MiscField::encode(kRoundDown), in VisitFloat32RoundDown() 1092 Emit(kX87Float64Round | MiscField::encode(kRoundDown), in VisitFloat64RoundDown()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 858 V(Float32RoundDown, kSSEFloat32Round | MiscField::encode(kRoundDown)) \ 859 V(Float64RoundDown, kSSEFloat64Round | MiscField::encode(kRoundDown)) \
|
/external/v8/src/x87/ |
D | assembler-x87.h | 261 kRoundDown = 0x1, enumerator
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 1330 V(Float32RoundDown, kSSEFloat32Round | MiscField::encode(kRoundDown)) \ 1331 V(Float64RoundDown, kSSEFloat64Round | MiscField::encode(kRoundDown)) \
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86Base.h | 516 kRoundDown = 0x1, enumerator
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 260 kRoundDown = 0x1, enumerator
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 3076 __ roundsd(output_reg, input_reg, kRoundDown); in DoMathFloorD() 3097 __ roundsd(xmm_scratch, input_reg, kRoundDown); in DoMathFloorI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 3281 __ Roundsd(output_reg, input_reg, kRoundDown); in DoMathFloorD() 3297 __ Roundsd(xmm_scratch, input_reg, kRoundDown); in DoMathFloorI()
|
/external/v8/src/x64/ |
D | assembler-x64.h | 329 kRoundDown = 0x1, enumerator
|