Home
last modified time | relevance | path

Searched refs:toRound (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.h194 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,
Dsimulator-mips.cc1559 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/
Dsimulator-mips64.h223 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,
Dsimulator-mips64.cc1483 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/
DSizeTest.cpp62 REPORTER_ASSERT(reporter, a.toRound() == ia); in DEF_TEST()
/external/skia/include/core/
DSkSize.h91 SkISize toRound() const { in toRound() function
/external/skia/src/core/
DSkPictureShader.cpp200 SkISize tileSize = scaledSize.toRound(); in refBitmapShader()