HomeSort by relevance Sort by last modified time
    Searched refs:kRoundDown (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 677 kRoundDown, /**< Round towards zero */
    [all...]
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 403 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
numberformattesttuple.cpp 33 {"down", DecimalFormat::kRoundDown},
tufmtts.cpp 480 nf->setRoundingMode(DecimalFormat::kRoundDown);
measfmttest.cpp     [all...]
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/i18n/
digitlst.cpp 260 case DecimalFormat::kRoundDown: r = DEC_ROUND_DOWN; break;
    [all...]
measfmt.cpp 503 decfmt->setRoundingMode(DecimalFormat::kRoundDown);
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 864 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundDown));
869 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundDown));
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 856 Emit(kX87Float32Round | MiscField::encode(kRoundDown),
863 Emit(kX87Float64Round | MiscField::encode(kRoundDown),
    [all...]
  /external/v8/src/x87/
assembler-x87.h 256 kRoundDown = 0x1,
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc     [all...]
  /external/v8/test/cctest/
test-disasm-x64.cc 543 __ vroundsd(xmm8, xmm3, xmm0, kRoundDown);
  /external/v8/src/ia32/
assembler-ia32.h 256 kRoundDown = 0x1,
    [all...]
  /external/v8/src/x64/
assembler-x64.h 323 kRoundDown = 0x1,
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]

Completed in 2073 milliseconds