HomeSort by relevance Sort by last modified time
    Searched defs:set_rounding_mode (Results 1 - 11 of 11) sorted by null

  /external/valgrind/none/tests/mips64/
rounding_mode.h 11 void set_rounding_mode(round_mode_t mode) function
  /external/valgrind/none/tests/s390x/
rounding-2.c 10 set_rounding_mode(unsigned mode) function
36 set_rounding_mode(rmodes[i]);
rounding-4.c 25 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);
61 set_rounding_mode(0);
63 set_rounding_mode(1);
65 set_rounding_mode(2);
67 set_rounding_mode(3);
71 set_rounding_mode(0)
    [all...]
rounding-5.c 26 set_rounding_mode(unsigned mode) function
35 set_rounding_mode(mode);
45 set_rounding_mode(mode);
55 set_rounding_mode(mode);
rounding-3.c 13 set_rounding_mode(unsigned mode) function
83 set_rounding_mode(rmodes[i]);
rounding-6.c 58 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/none/tests/mips32/
round_fpu64.c 74 void set_rounding_mode(round_mode_t mode) function
116 set_rounding_mode(rm);
FPUarithmetic.c 92 void set_rounding_mode(round_mode_t mode) function
132 set_rounding_mode(rm);
round.c 131 void set_rounding_mode(round_mode_t mode) function
158 set_rounding_mode(rm);
217 set_rounding_mode(rm);
220 set_rounding_mode(rm);
  /external/valgrind/none/tests/ppc32/
test_dfp2.c 421 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);
round.c 111 void set_rounding_mode(round_mode_t mode) function
159 set_rounding_mode(mode);
269 set_rounding_mode(mode);
306 set_rounding_mode(mode);
468 set_rounding_mode(mode);
749 set_rounding_mode(mode);
1100 set_rounding_mode(mode);

Completed in 102 milliseconds