Searched defs:rounded_int (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 1274 round_according_to_fcsr(double toRound, double* rounded, int32_t* rounded_int) round_according_to_fcsr() argument 1316 round64_according_to_fcsr(double toRound, double* rounded, int64_t* rounded_int) 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 D | simulator-mips64.cc | 1331 round_according_to_fcsr(double toRound, double* rounded, int32_t* rounded_int, double fs) round_according_to_fcsr() argument 1372 round64_according_to_fcsr(double toRound, double* rounded, int64_t* rounded_int, double fs) round64_according_to_fcsr() argument 1414 round_according_to_fcsr(float toRound, float* rounded, int32_t* rounded_int, float fs) round_according_to_fcsr() argument 1455 round64_according_to_fcsr(float toRound, float* rounded, int64_t* rounded_int, float fs) round64_according_to_fcsr() argument 1497 round_according_to_msacsr(T_fp toRound, T_fp* rounded, T_int* rounded_int) round_according_to_msacsr() argument [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 1401 round_according_to_fcsr(double toRound, double* rounded, int32_t* rounded_int, double fs) round_according_to_fcsr() argument 1442 round_according_to_fcsr(float toRound, float* rounded, int32_t* rounded_int, float fs) round_according_to_fcsr() argument 1484 round_according_to_msacsr(T_fp toRound, T_fp* rounded, T_int* rounded_int) round_according_to_msacsr() argument 1525 round64_according_to_fcsr(double toRound, double* rounded, int64_t* rounded_int, double fs) round64_according_to_fcsr() argument 1566 round64_according_to_fcsr(float toRound, float* rounded, int64_t* rounded_int, float fs) round64_according_to_fcsr() argument [all...] |
Completed in 12 milliseconds