Searched defs:toRound (Results 1 – 4 of 4) sorted by relevance
| /external/skia/include/core/ |
| D | SkSize.h | 80 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
|
| /external/skqp/include/core/ |
| D | SkSize.h | 80 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
|
| /external/v8/src/mips/ |
| D | simulator-mips.cc | 1423 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/ |
| D | simulator-mips64.cc | 1341 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()
|