Home
last modified time | relevance | path

Searched defs:toRound (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkSize.h80 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
/external/skqp/include/core/
DSkSize.h80 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
/external/v8/src/mips/
Dsimulator-mips.cc1423 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr()
1465 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr()
1507 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp& rounded, in round_according_to_msacsr()
1548 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr()
1590 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr()
/external/v8/src/mips64/
Dsimulator-mips64.cc1341 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr()
1383 void Simulator::round64_according_to_fcsr(double toRound, double& rounded, in round64_according_to_fcsr()
1426 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr()
1468 void Simulator::round64_according_to_fcsr(float toRound, float& rounded, in round64_according_to_fcsr()
1510 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp& rounded, in round_according_to_msacsr()