Home
last modified time | relevance | path

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

/third_party/skia/include/core/
H A DSkSize.h78 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc1274 void Simulator::round_according_to_fcsr(double toRound, double* rounded, in round_according_to_fcsr() argument
1316 void Simulator::round64_according_to_fcsr(double toRound, double* rounded, in round64_according_to_fcsr() argument
1357 round_according_to_fcsr(float toRound, float* rounded, int32_t* rounded_int) round_according_to_fcsr() argument
1398 round64_according_to_fcsr(float toRound, float* rounded, int64_t* rounded_int) round64_according_to_fcsr() argument
[all...]
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc1331 void Simulator::round_according_to_fcsr(double toRound, double* rounded, in round_according_to_fcsr() argument
1372 void Simulator::round64_according_to_fcsr(double toRound, double* rounded, in round64_according_to_fcsr() argument
1414 void Simulator::round_according_to_fcsr(float toRound, float* rounded, in round_according_to_fcsr() argument
1455 void Simulator::round64_according_to_fcsr(float toRound, float* rounded, in round64_according_to_fcsr() argument
1497 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp* rounded, in round_according_to_msacsr() argument
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc1401 void Simulator::round_according_to_fcsr(double toRound, double* rounded, in round_according_to_fcsr() argument
1442 void Simulator::round_according_to_fcsr(float toRound, float* rounded, in round_according_to_fcsr() argument
1484 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp* rounded, in round_according_to_msacsr() argument
1525 void Simulator::round64_according_to_fcsr(double toRound, double* rounded, in round64_according_to_fcsr() argument
1566 void Simulator::round64_according_to_fcsr(float toRound, floa argument
[all...]

Completed in 16 milliseconds