Searched refs:toRound (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.h | 194 void round_according_to_fcsr(double toRound, double& rounded, 196 void round_according_to_fcsr(float toRound, float& rounded, 198 void round64_according_to_fcsr(double toRound, double& rounded, 200 void round64_according_to_fcsr(float toRound, float& rounded,
|
D | simulator-mips.cc | 1559 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() argument 1600 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() argument 1641 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr() argument 1682 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr() argument
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 223 void round_according_to_fcsr(double toRound, double& rounded, 225 void round64_according_to_fcsr(double toRound, double& rounded, 227 void round_according_to_fcsr(float toRound, float& rounded, 229 void round64_according_to_fcsr(float toRound, float& rounded,
|
D | simulator-mips64.cc | 1483 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() argument 1524 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr() argument 1566 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() argument 1607 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr() argument
|
/external/skia/tests/ |
D | SizeTest.cpp | 62 REPORTER_ASSERT(reporter, a.toRound() == ia); in DEF_TEST()
|
/external/skia/include/core/ |
D | SkSize.h | 91 SkISize toRound() const { in toRound() function
|
/external/skia/src/core/ |
D | SkPictureShader.cpp | 200 SkISize tileSize = scaledSize.toRound(); in refBitmapShader()
|