Searched defs:toRound (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | SkSize.h | 91 SkISize toRound() const { in toRound() function
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 1559 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() 1600 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() 1641 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr() 1682 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 1483 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() 1524 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr() 1566 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() 1607 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr()
|