HomeSort by: relevance | last modified time | path
    Searched refs:round_mode (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/rx/
fpu.h 28 extern long rxfp_ftoi (fp_t fa, int round_mode);
29 extern fp_t rxfp_itof (long fa, int round_mode);
fpu.c 647 rxfp_ftoi (fp_t fa, int round_mode)
706 switch (round_mode & 3)
731 rxfp_itof (long fa, int round_mode)
765 switch (round_mode & 3)
  /src/external/gpl3/gdb/dist/sim/rx/
fpu.h 28 extern long rxfp_ftoi (fp_t fa, int round_mode);
29 extern fp_t rxfp_itof (long fa, int round_mode);
fpu.c 647 rxfp_ftoi (fp_t fa, int round_mode)
706 switch (round_mode & 3)
731 rxfp_itof (long fa, int round_mode)
765 switch (round_mode & 3)
  /src/tests/lib/libm/
t_fe_round.c 51 int round_mode; member in struct:__anon7892
124 fesetround(values[i].round_mode);
154 i, rmname(values[i].round_mode), fnname[fn],
159 ATF_CHECK_MSG(fegetround() == values[i].round_mode,
162 values[i].round_mode, rmname(values[i].round_mode),
210 fesetround(values[i].round_mode);
271 i, rmname(values[i].round_mode),
277 i, rmname(values[i].round_mode),
290 i, rmname(values[i].round_mode), fnname[fn]
320 int round_mode; member in struct:__anon7895
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-aarch64.h 266 unsigned int fpcr, round_mode; local
271 round_mode = FE_TONEAREST;
274 round_mode = FE_UPWARD;
277 round_mode = FE_DOWNWARD;
280 round_mode = FE_TOWARDZERO;
289 round_mode = (fpcr ^ round_mode) & FPCR_RM_MASK;
290 if (round_mode != 0)
291 __builtin_aarch64_set_fpcr(fpcr ^ round_mode);
fpu-387.h 339 int round_mode; local
345 round_mode = _FPU_RC_NEAREST;
348 round_mode = _FPU_RC_UP;
351 round_mode = _FPU_RC_DOWN;
354 round_mode = _FPU_RC_ZERO;
364 cw |= round_mode << 10;
376 cw_sse |= round_mode << 13;
385 int round_mode; local
393 round_mode = cw >> 13;
400 round_mode = cw >> 10
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-aarch64.h 266 unsigned int fpcr, round_mode; local
271 round_mode = FE_TONEAREST;
274 round_mode = FE_UPWARD;
277 round_mode = FE_DOWNWARD;
280 round_mode = FE_TOWARDZERO;
289 round_mode = (fpcr ^ round_mode) & FPCR_RM_MASK;
290 if (round_mode != 0)
291 __builtin_aarch64_set_fpcr(fpcr ^ round_mode);
fpu-387.h 339 int round_mode; local
345 round_mode = _FPU_RC_NEAREST;
348 round_mode = _FPU_RC_UP;
351 round_mode = _FPU_RC_DOWN;
354 round_mode = _FPU_RC_ZERO;
364 cw |= round_mode << 10;
376 cw_sse |= round_mode << 13;
385 int round_mode; local
393 round_mode = cw >> 13;
400 round_mode = cw >> 10
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
read.c 146 int round_mode, old_round_mode; local
155 round_mode = ROUND_NEAREST;
158 round_mode = dtp->u.p.current_unit->round_status;
163 set_fpu_rounding_mode (round_mode);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
read.c 146 int round_mode, old_round_mode; local
155 round_mode = ROUND_NEAREST;
158 round_mode = dtp->u.p.current_unit->round_status;
163 set_fpu_rounding_mode (round_mode);
  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 1115 void::function::Round_Integer:cpu *processor, int sign, uint64_t *frac, int *frac64, int gbit, int rbit, int xbit, fpscreg round_mode
1117 if (round_mode == fpscr_rn_round_to_nearest) {
1122 if (round_mode == fpscr_rn_round_towards_pos_infinity) {
1127 if (round_mode == fpscr_rn_round_towards_neg_infinity) {
1139 void::function::Round_Float:cpu *processor, int sign, int *exp, uint64_t *frac, fpscreg round_mode
1146 if (round_mode == fpscr_rn_round_to_nearest) {
1151 if (round_mode == fpscr_rn_round_towards_pos_infinity) {
1156 if (round_mode == fpscr_rn_round_towards_neg_infinity) {
1172 void::function::convert_to_integer:cpu *processor, unsigned_word cia, uint64_t *frt, uint64_t frb, fpscreg round_mode, int tgt_precision
1207 Round_Integer(processor, sign, &frac, &frac64, gbit, rbit, xbit, round_mode);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 1115 void::function::Round_Integer:cpu *processor, int sign, uint64_t *frac, int *frac64, int gbit, int rbit, int xbit, fpscreg round_mode
1117 if (round_mode == fpscr_rn_round_to_nearest) {
1122 if (round_mode == fpscr_rn_round_towards_pos_infinity) {
1127 if (round_mode == fpscr_rn_round_towards_neg_infinity) {
1139 void::function::Round_Float:cpu *processor, int sign, int *exp, uint64_t *frac, fpscreg round_mode
1146 if (round_mode == fpscr_rn_round_to_nearest) {
1151 if (round_mode == fpscr_rn_round_towards_pos_infinity) {
1156 if (round_mode == fpscr_rn_round_towards_neg_infinity) {
1172 void::function::convert_to_integer:cpu *processor, unsigned_word cia, uint64_t *frt, uint64_t frb, fpscreg round_mode, int tgt_precision
1207 Round_Integer(processor, sign, &frac, &frac64, gbit, rbit, xbit, round_mode);
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 3860 static const char *round_mode[] = local
3869 for (i = 0; round_mode[i]; i++)
3870 if (strncasecmp (*oper, round_mode[i], strlen (round_mode[i])) == 0)
3872 *oper += strlen (round_mode[i]);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 3860 static const char *round_mode[] = local
3869 for (i = 0; round_mode[i]; i++)
3870 if (strncasecmp (*oper, round_mode[i], strlen (round_mode[i])) == 0)
3872 *oper += strlen (round_mode[i]);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 14857 int round_mode = get_attr_i387_cw (insn);
14877 if (round_mode != I387_CW_ANY)
14885 if (round_mode != I387_CW_ANY)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 15536 int round_mode = get_attr_i387_cw (insn);
15556 if (round_mode != I387_CW_ANY)
15564 if (round_mode != I387_CW_ANY)

Completed in 123 milliseconds