/external/v8/src/mips64/ |
D | simulator-mips64.h | 212 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,
|
D | simulator-mips64.cc | 1341 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/ |
D | simulator-mips.h | 215 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,
|
D | simulator-mips.cc | 1423 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/ |
D | SizeTest.cpp | 62 REPORTER_ASSERT(reporter, a.toRound() == ia); in DEF_TEST()
|
/external/skia/tests/ |
D | SizeTest.cpp | 62 REPORTER_ASSERT(reporter, a.toRound() == ia); in DEF_TEST()
|
/external/skqp/include/core/ |
D | SkSize.h | 80 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
|
/external/skia/include/core/ |
D | SkSize.h | 80 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
|
/external/skqp/src/pdf/ |
D | SkPDFDocument.cpp | 253 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage()
|
/external/skia/src/pdf/ |
D | SkPDFDocument.cpp | 253 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage()
|
/external/skia/docs/ |
D | SkIRect_Reference.bmh | 104 SkIRect rect = SkIRect::MakeSize(size.toRound());
|
/external/skqp/docs/ |
D | SkIRect_Reference.bmh | 104 SkIRect rect = SkIRect::MakeSize(size.toRound());
|
/external/skqp/dm/ |
D | DMSrcSink.cpp | 1295 .toRound(); in size()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1228 .toRound(); in size()
|