Searched refs:set_fcsr_round64_error (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/mips/
H A Dsimulator-mips.h225 bool set_fcsr_round64_error(double original, double rounded);
226 bool set_fcsr_round64_error(float original, float rounded);
H A Dsimulator-mips.cc1403 bool Simulator::set_fcsr_round64_error(double original, double rounded) { function in class:v8::internal::Simulator
1469 bool Simulator::set_fcsr_round64_error(float original, float rounded) { function in class:v8::internal::Simulator
2666 if (set_fcsr_round64_error(fs, rounded)) {
2681 if (set_fcsr_round64_error(fs, rounded)) {
2701 if (set_fcsr_round64_error(fs, rounded)) {
2715 if (set_fcsr_round64_error(fs, rounded)) {
2729 if (set_fcsr_round64_error(fs, rounded)) {
3164 if (set_fcsr_round64_error(fs, rounded)) {
3187 if (set_fcsr_round64_error(fs, rounded)) {
3221 if (set_fcsr_round64_error(f
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.h232 bool set_fcsr_round64_error(double original, double rounded);
234 bool set_fcsr_round64_error(float original, float rounded);
H A Dsimulator-mips64.cc1207 bool Simulator::set_fcsr_round64_error(double original, double rounded) { function in class:v8::internal::Simulator
1395 bool Simulator::set_fcsr_round64_error(float original, float rounded) { function in class:v8::internal::Simulator
2621 if (set_fcsr_round64_error(fs, rounded)) {
2648 if (set_fcsr_round64_error(fs, rounded)) {
2677 if (set_fcsr_round64_error(fs, rounded)) {
2686 if (set_fcsr_round64_error(fs, rounded)) {
2713 if (set_fcsr_round64_error(fs, rounded)) {
3030 if (set_fcsr_round64_error(fs, rounded)) {
3045 if (set_fcsr_round64_error(fs, rounded)) {
3054 if (set_fcsr_round64_error(f
[all...]

Completed in 143 milliseconds