Home
last modified time | relevance | path

Searched refs:kRoundIsPlusPointFive (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.h31 static constexpr bool kRoundIsPlusPointFive = false; variable
Dintrinsics_arm64.cc653 if (kRoundIsPlusPointFive) { in VisitMathRoundDouble()
664 if (kRoundIsPlusPointFive) { in VisitMathRoundFloat()
Dintrinsics_x86_64.cc614 if (kRoundIsPlusPointFive) { in VisitMathRoundFloat()
664 if (kRoundIsPlusPointFive) { in VisitMathRoundDouble()
Dintrinsics_x86.cc772 if (!kRoundIsPlusPointFive) { in VisitMathRoundFloat()