Home
last modified time | relevance | path

Searched refs:round_according_to_fcsr (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips64/
Dsimulator-mips64.h212 void round_according_to_fcsr(double toRound, double& rounded,
216 void round_according_to_fcsr(float toRound, float& rounded,
Dsimulator-mips64.cc1341 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() function in v8::internal::Simulator
1426 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() function in v8::internal::Simulator
2829 round_according_to_fcsr(fs, rounded, result, fs); in DecodeTypeRegisterSRsType()
3180 round_according_to_fcsr(fs, rounded, result, fs); in DecodeTypeRegisterDRsType()
/external/v8/src/mips/
Dsimulator-mips.h215 void round_according_to_fcsr(double toRound, double& rounded,
217 void round_according_to_fcsr(float toRound, float& rounded,
Dsimulator-mips.cc1423 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() function in v8::internal::Simulator
1465 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() function in v8::internal::Simulator
2862 round_according_to_fcsr(fs, rounded, result, fs); in DecodeTypeRegisterDRsType()
3544 round_according_to_fcsr(fs, rounded, result, fs); in DecodeTypeRegisterSRsType()