Home
last modified time | relevance | path

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

/external/v8/src/execution/mips/
Dsimulator-mips.h278 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,
Dsimulator-mips.cc1368 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/
DIRect_MakeSize.cpp8 SkIRect rect = SkIRect::MakeSize(size.toRound()); in draw()
/external/v8/src/execution/mips64/
Dsimulator-mips64.h275 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,
Dsimulator-mips64.cc1296 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/
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.h78 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
/external/skia/tools/
Dskottie2movie.cpp74 SkISize dim = animation->size().toRound(); in main()
/external/skqp/src/pdf/
DSkPDFDocument.cpp253 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage()
/external/skia/src/pdf/
DSkPDFDocument.cpp251 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage()
/external/skia/src/core/
DSkImageFilterTypes.h323 LayerSpace<SkISize> round() const { return LayerSpace<SkISize>(fData.toRound()); } in round()
/external/skqp/docs/
DSkIRect_Reference.bmh104 SkIRect rect = SkIRect::MakeSize(size.toRound());
/external/skia/dm/
DDMSrcSink.cpp1243 .toRound(); in size()
/external/skqp/dm/
DDMSrcSink.cpp1295 .toRound(); in size()