/external/v8/src/execution/mips/ |
D | simulator-mips.h | 278 void round_according_to_fcsr(double toRound, double* rounded, 280 void round_according_to_fcsr(float toRound, float* rounded, 283 void round_according_to_msacsr(Tfp toRound, Tfp* rounded, Tint* rounded_int); 284 void round64_according_to_fcsr(double toRound, double* rounded, 286 void round64_according_to_fcsr(float toRound, float* rounded,
|
D | simulator-mips.cc | 1368 void Simulator::round_according_to_fcsr(double toRound, double* rounded, in round_according_to_fcsr() argument 1409 void Simulator::round_according_to_fcsr(float toRound, float* rounded, in round_according_to_fcsr() argument 1451 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp* rounded, in round_according_to_msacsr() argument 1468 *rounded = std::floor(toRound + 0.5); in round_according_to_msacsr() 1470 if ((*rounded_int & 1) != 0 && *rounded_int - toRound == 0.5) { in round_according_to_msacsr() 1478 *rounded = trunc(toRound); in round_according_to_msacsr() 1482 *rounded = std::ceil(toRound); in round_according_to_msacsr() 1486 *rounded = std::floor(toRound); in round_according_to_msacsr() 1492 void Simulator::round64_according_to_fcsr(double toRound, double* rounded, in round64_according_to_fcsr() argument 1533 void Simulator::round64_according_to_fcsr(float toRound, float* rounded, in round64_according_to_fcsr() argument
|
/external/skia/docs/examples/ |
D | IRect_MakeSize.cpp | 8 SkIRect rect = SkIRect::MakeSize(size.toRound()); in draw()
|
/external/v8/src/execution/mips64/ |
D | simulator-mips64.h | 275 void round_according_to_fcsr(double toRound, double* rounded, 277 void round64_according_to_fcsr(double toRound, double* rounded, 279 void round_according_to_fcsr(float toRound, float* rounded, 281 void round64_according_to_fcsr(float toRound, float* rounded, 284 void round_according_to_msacsr(T_fp toRound, T_fp* rounded,
|
D | simulator-mips64.cc | 1296 void Simulator::round_according_to_fcsr(double toRound, double* rounded, in round_according_to_fcsr() argument 1337 void Simulator::round64_according_to_fcsr(double toRound, double* rounded, in round64_according_to_fcsr() argument 1379 void Simulator::round_according_to_fcsr(float toRound, float* rounded, in round_according_to_fcsr() argument 1420 void Simulator::round64_according_to_fcsr(float toRound, float* rounded, in round64_according_to_fcsr() argument 1462 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp* rounded, in round_according_to_msacsr() argument 1479 *rounded = std::floor(toRound + 0.5); in round_according_to_msacsr() 1481 if ((*rounded_int & 1) != 0 && *rounded_int - toRound == 0.5) { in round_according_to_msacsr() 1489 *rounded = trunc(toRound); in round_according_to_msacsr() 1493 *rounded = std::ceil(toRound); in round_according_to_msacsr() 1497 *rounded = std::floor(toRound); in round_according_to_msacsr()
|
/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 | 78 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
|
/external/skia/tools/ |
D | skottie2movie.cpp | 74 SkISize dim = animation->size().toRound(); in main()
|
/external/skqp/src/pdf/ |
D | SkPDFDocument.cpp | 253 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage()
|
/external/skia/src/pdf/ |
D | SkPDFDocument.cpp | 251 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage()
|
/external/skia/src/core/ |
D | SkImageFilterTypes.h | 323 LayerSpace<SkISize> round() const { return LayerSpace<SkISize>(fData.toRound()); } in round()
|
/external/skqp/docs/ |
D | SkIRect_Reference.bmh | 104 SkIRect rect = SkIRect::MakeSize(size.toRound());
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1243 .toRound(); in size()
|
/external/skqp/dm/ |
D | DMSrcSink.cpp | 1295 .toRound(); in size()
|