Searched defs:set_rounding_mode (Results 1 - 13 of 13) sorted by last modified time

/external/valgrind/main/none/tests/mips64/
H A Drounding_mode.h10 void set_rounding_mode(round_mode_t mode) function
/external/valgrind/main/none/tests/ppc32/
H A Dround.c98 void set_rounding_mode(round_mode_t mode) function
146 set_rounding_mode(mode);
256 set_rounding_mode(mode);
293 set_rounding_mode(mode);
455 set_rounding_mode(mode);
736 set_rounding_mode(mode);
1073 set_rounding_mode(mode);
H A Dtest_dfp2.c421 void set_rounding_mode(unsigned long long rnd_mode) function
456 /* The set_rounding_mode() uses the global value f14. Call the
460 set_rounding_mode(round_mode);
528 /* The set_rounding_mode() uses the global value f14. Call the
532 set_rounding_mode(round_mode);
603 /* The set_rounding_mode() uses the global value f14. Call the
607 set_rounding_mode(round_mode);
/external/valgrind/main/none/tests/ppc64/
H A Dround.c98 void set_rounding_mode(round_mode_t mode) function
146 set_rounding_mode(mode);
256 set_rounding_mode(mode);
293 set_rounding_mode(mode);
455 set_rounding_mode(mode);
736 set_rounding_mode(mode);
1073 set_rounding_mode(mode);
H A Dtest_dfp2.c421 void set_rounding_mode(unsigned long long rnd_mode) function
456 /* The set_rounding_mode() uses the global value f14. Call the
460 set_rounding_mode(round_mode);
528 /* The set_rounding_mode() uses the global value f14. Call the
532 set_rounding_mode(round_mode);
603 /* The set_rounding_mode() uses the global value f14. Call the
607 set_rounding_mode(round_mode);
/external/valgrind/main/none/tests/s390x/
H A Drounding-2.c10 set_rounding_mode(unsigned mode) function
36 set_rounding_mode(rmodes[i]);
H A Drounding-3.c13 set_rounding_mode(unsigned mode) function
83 set_rounding_mode(rmodes[i]);
H A Drounding-4.c25 set_rounding_mode(unsigned mode) function
51 set_rounding_mode(0);
53 set_rounding_mode(1);
55 set_rounding_mode(2);
57 set_rounding_mode(3);
62 set_rounding_mode(0);
64 set_rounding_mode(1);
66 set_rounding_mode(2);
68 set_rounding_mode(3);
H A Drounding-5.c26 set_rounding_mode(unsigned mode) function
35 set_rounding_mode(mode);
45 set_rounding_mode(mode);
55 set_rounding_mode(mode);
H A Drounding-6.c58 set_rounding_mode(unsigned mode) function
82 set_rounding_mode(FPC_BFP_ROUND_ZERO);
84 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN);
92 set_rounding_mode(FPC_BFP_ROUND_ZERO);
94 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN);
102 set_rounding_mode(FPC_BFP_ROUND_ZERO);
104 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN);
112 set_rounding_mode(FPC_BFP_ROUND_ZERO);
114 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN);
/external/valgrind/main/none/tests/mips32/
H A DFPUarithmetic.c92 void set_rounding_mode(round_mode_t mode) function
132 set_rounding_mode(rm);
H A Dround.c131 void set_rounding_mode(round_mode_t mode) function
158 set_rounding_mode(rm);
217 set_rounding_mode(rm);
220 set_rounding_mode(rm);
H A Dround_fpu64.c74 void set_rounding_mode(round_mode_t mode) function
116 set_rounding_mode(rm);

Completed in 150 milliseconds