Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dsimulator-mips64.h212 void round_according_to_fcsr(double toRound, double& rounded,
214 void round64_according_to_fcsr(double toRound, double& rounded,
216 void round_according_to_fcsr(float toRound, float& rounded,
218 void round64_according_to_fcsr(float toRound, float& rounded,
221 void round_according_to_msacsr(T_fp toRound, T_fp& rounded,
Dsimulator-mips64.cc1341 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() argument
1383 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr() argument
1426 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() argument
1468 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr() argument
1510 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp& rounded, in round_according_to_msacsr() argument
1527 rounded = std::floor(toRound + 0.5); in round_according_to_msacsr()
1529 if ((rounded_int & 1) != 0 && rounded_int - toRound == 0.5) { in round_according_to_msacsr()
1537 rounded = trunc(toRound); in round_according_to_msacsr()
1541 rounded = std::ceil(toRound); in round_according_to_msacsr()
1545 rounded = std::floor(toRound); in round_according_to_msacsr()
/external/v8/src/mips/
Dsimulator-mips.h215 void round_according_to_fcsr(double toRound, double& rounded,
217 void round_according_to_fcsr(float toRound, float& rounded,
220 void round_according_to_msacsr(Tfp toRound, Tfp& rounded, Tint& rounded_int);
221 void round64_according_to_fcsr(double toRound, double& rounded,
223 void round64_according_to_fcsr(float toRound, float& rounded,
Dsimulator-mips.cc1423 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() argument
1465 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() argument
1507 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp& rounded, in round_according_to_msacsr() argument
1524 rounded = std::floor(toRound + 0.5); in round_according_to_msacsr()
1526 if ((rounded_int & 1) != 0 && rounded_int - toRound == 0.5) { in round_according_to_msacsr()
1534 rounded = trunc(toRound); in round_according_to_msacsr()
1538 rounded = std::ceil(toRound); in round_according_to_msacsr()
1542 rounded = std::floor(toRound); in round_according_to_msacsr()
1548 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr() argument
1590 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr() argument
/external/skqp/tests/
DSizeTest.cpp62 REPORTER_ASSERT(reporter, a.toRound() == ia); in DEF_TEST()
/external/skia/tests/
DSizeTest.cpp62 REPORTER_ASSERT(reporter, a.toRound() == ia); in DEF_TEST()
/external/skqp/include/core/
DSkSize.h80 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
/external/skia/include/core/
DSkSize.h80 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
/external/skqp/src/pdf/
DSkPDFDocument.cpp253 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage()
/external/skia/src/pdf/
DSkPDFDocument.cpp253 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage()
/external/skia/docs/
DSkIRect_Reference.bmh104 SkIRect rect = SkIRect::MakeSize(size.toRound());
/external/skqp/docs/
DSkIRect_Reference.bmh104 SkIRect rect = SkIRect::MakeSize(size.toRound());
/external/skqp/dm/
DDMSrcSink.cpp1295 .toRound(); in size()
/external/skia/dm/
DDMSrcSink.cpp1228 .toRound(); in size()