HomeSort by: relevance | last modified time | path
    Searched defs:rounding_mode (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 369 int rounding_mode, round_up; local
373 : "=dm" (rounding_mode)
375 round_up = rounding_mode | 0x30;
384 : "dmi" (rounding_mode));
391 int rounding_mode, round_down; local
395 : "=dm" (rounding_mode)
397 round_down = (rounding_mode & ~0x10)
407 : "dmi" (rounding_mode));
414 int rounding_mode, round_nearest; local
418 : "=dm" (rounding_mode)
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fphex.c 346 int rounding_mode = get_rounding_mode ();
349 rounding_mode);
344 int rounding_mode = get_rounding_mode (); local
printf_fp.c 966 int rounding_mode = get_rounding_mode ();
968 more_bits, rounding_mode))
964 int rounding_mode = get_rounding_mode (); local
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 369 int rounding_mode, round_up; local
373 : "=dm" (rounding_mode)
375 round_up = rounding_mode | 0x30;
384 : "dmi" (rounding_mode));
391 int rounding_mode, round_down; local
395 : "=dm" (rounding_mode)
397 round_down = (rounding_mode & ~0x10)
407 : "dmi" (rounding_mode));
414 int rounding_mode, round_nearest; local
418 : "=dm" (rounding_mode)
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fphex.c 346 int rounding_mode = get_rounding_mode ();
349 rounding_mode);
344 int rounding_mode = get_rounding_mode (); local
printf_fp.c 966 int rounding_mode = get_rounding_mode ();
968 more_bits, rounding_mode))
964 int rounding_mode = get_rounding_mode (); local
  /src/external/gpl3/gdb/dist/sim/testsuite/common/
fpu-tst.c 72 sim_fpu_round rounding_mode; variable
80 rounding_mode = sim_fpu_round_near;
83 rounding_mode = sim_fpu_round_down;
86 rounding_mode = sim_fpu_round_up;
89 rounding_mode = sim_fpu_round_zero;
100 flags |= sim_fpu_i32to (&s, a, rounding_mode);
101 flags |= sim_fpu_round_32 (&s, rounding_mode, 0);
111 flags |= sim_fpu_i32to (&s, a, rounding_mode);
132 flags |= sim_fpu_round_64 (&s, rounding_mode, 0);
153 flags |= sim_fpu_round_32 (&ans, rounding_mode, 0)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/common/
fpu-tst.c 72 sim_fpu_round rounding_mode; variable
80 rounding_mode = sim_fpu_round_near;
83 rounding_mode = sim_fpu_round_down;
86 rounding_mode = sim_fpu_round_up;
89 rounding_mode = sim_fpu_round_zero;
100 flags |= sim_fpu_i32to (&s, a, rounding_mode);
101 flags |= sim_fpu_round_32 (&s, rounding_mode, 0);
111 flags |= sim_fpu_i32to (&s, a, rounding_mode);
132 flags |= sim_fpu_round_64 (&s, rounding_mode, 0);
153 flags |= sim_fpu_round_32 (&ans, rounding_mode, 0)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 480 rounding_mode(int rm) function
638 sim_fpu_round round = rounding_mode (GETRM());
831 sim_fpu_round round = rounding_mode (GETRM());
892 sim_fpu_round round = rounding_mode (GETRM());
1045 sim_fpu_round round = rounding_mode (GETRM());
1142 sim_fpu_round round = rounding_mode (GETRM());
1220 sim_fpu_round round = rounding_mode (GETRM());
1506 sim_fpu_round round = rounding_mode (GETRM ());
1753 sim_fpu_round round = rounding_mode (rm);
1875 sim_fpu_round round = rounding_mode (rm)
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 480 rounding_mode(int rm) function
638 sim_fpu_round round = rounding_mode (GETRM());
831 sim_fpu_round round = rounding_mode (GETRM());
892 sim_fpu_round round = rounding_mode (GETRM());
1045 sim_fpu_round round = rounding_mode (GETRM());
1142 sim_fpu_round round = rounding_mode (GETRM());
1220 sim_fpu_round round = rounding_mode (GETRM());
1506 sim_fpu_round round = rounding_mode (GETRM ());
1753 sim_fpu_round round = rounding_mode (rm);
1875 sim_fpu_round round = rounding_mode (rm)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_functions.h 330 unsigned int rounding_mode:3; member in struct:__anon14278
1944 rounding_mode _RND_MODE_PARAM);
1947 rounding_mode _RND_MODE_PARAM);
3216 rounding_mode
3219 void setDecimalRoundingDirection (_IDEC_round rounding_mode);
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_functions.h 330 unsigned int rounding_mode:3; member in struct:__anon16690
1944 rounding_mode _RND_MODE_PARAM);
1947 rounding_mode _RND_MODE_PARAM);
3216 rounding_mode
3219 void setDecimalRoundingDirection (_IDEC_round rounding_mode);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 140 enum rounding_mode { RND_ROUND, RND_TRUNC, RND_CEIL, RND_FLOOR }; enum
420 enum rounding_mode op)
452 gfc_conv_intrinsic_aint (gfc_se * se, gfc_expr * expr, enum rounding_mode op)
527 gfc_conv_intrinsic_int (gfc_se * se, gfc_expr * expr, enum rounding_mode op)
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 140 enum rounding_mode { RND_ROUND, RND_TRUNC, RND_CEIL, RND_FLOOR }; enum
420 enum rounding_mode op)
452 gfc_conv_intrinsic_aint (gfc_se * se, gfc_expr * expr, enum rounding_mode op)
527 gfc_conv_intrinsic_int (gfc_se * se, gfc_expr * expr, enum rounding_mode op)

Completed in 79 milliseconds