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

  /src/external/gpl3/gcc/dist/libgfortran/ieee/
ieee_exceptions.F90 61 integer :: rounding component in type:IEEE_MODES_TYPE
87 ! (rounding modes, underflow mode, and halting mode)
89 ! For now, we only have one rounding mode for all kinds.
112 MODES%rounding = helper_rounding()
136 call helper_rounding(MODES%rounding)
  /src/lib/libc/gdtoa/
gdtoa.h 100 int rounding; member in struct:FPI
104 enum { /* FPI.rounding values: same as FLT_ROUNDS */
  /src/sbin/disklabel/
interact.c 77 static int rounding = 0; /* sector rounding */ variable
94 { "R", cmd_round, "rounding (c)ylinders (s)ectors" },
449 i = getinput(line, "Rounding [%s]: ", rounding ? "cylinders" :
457 rounding = 1;
461 rounding = 0;
464 printf("Rounding can be (c)ylinders or (s)ectors\n");
792 if (rounding)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
floating_from_chars.cc 340 const int rounding = std::fegetround(); local
341 if (rounding != FE_TONEAREST)
366 if (rounding != FE_TONEAREST)
367 std::fesetround(rounding);
752 // Perform round-to-nearest, tie-to-even rounding according to
756 // Rounding away from zero.
761 // Deal with a couple of corner cases after rounding.
779 // Rounding toward zero.
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
fpgnulib.c 27 ** -- fixed rounding in truncdfsf2
331 int rounding = exp ? 2 : 1;
336 if (mant >= (HIDDEN << rounding))
339 shift = rounding;
408 We assume all numbers are normalized, don't do any rounding, etc. */
330 int rounding = exp ? 2 : 1; local
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
fpgnulib.c 27 ** -- fixed rounding in truncdfsf2
356 int rounding = exp ? 2 : 1;
361 if (mant >= (HIDDEN << rounding))
364 shift = rounding;
427 We assume all numbers are normalized, don't do any rounding, etc. */
355 int rounding = exp ? 2 : 1; local
  /src/external/gpl3/gcc/dist/libdecnumber/
decContext.h 33 /* round -- must be one of the enumerated rounding modes */
69 enum rounding { enum
86 enum rounding round; /* rounding mode */
254 extern enum rounding decContextGetRounding(decContext *);
258 extern decContext * decContextSetRounding(decContext *, enum rounding);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_from_chars.cc 638 const int rounding = std::fegetround(); member in struct:__anon14852::auto_ferounding
642 if (rounding != FE_TONEAREST)
648 if (rounding != FE_TONEAREST)
649 std::fesetround(rounding);
673 auto_ferounding rounding; local
1126 // Perform round-to-nearest, tie-to-even rounding according to
1130 // Rounding away from zero.
1135 // Deal with a couple of corner cases after rounding.
1153 // Rounding toward zero.
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decContext.h 33 /* round -- must be one of the enumerated rounding modes */
69 enum rounding { enum
86 enum rounding round; /* rounding mode */
254 extern enum rounding decContextGetRounding(decContext *);
258 extern decContext * decContextSetRounding(decContext *, enum rounding);
  /src/external/gpl3/gdb/dist/libdecnumber/
decContext.h 33 /* round -- must be one of the enumerated rounding modes */
69 enum rounding { enum
86 enum rounding round; /* rounding mode */
254 extern enum rounding decContextGetRounding(decContext *);
258 extern decContext * decContextSetRounding(decContext *, enum rounding);
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decContext.h 33 /* round -- must be one of the enumerated rounding modes */
69 enum rounding { enum
86 enum rounding round; /* rounding mode */
254 extern enum rounding decContextGetRounding(decContext *);
258 extern decContext * decContextSetRounding(decContext *, enum rounding);
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 420 /* Rounding control and SAE attributes. */
435 } rounding; member in struct:_i386_insn
4694 if (i.rounding.type == rc_none)
4729 else if (i.rounding.type != saeonly)
4730 i.vex.bytes[3] |= 0x10 | (i.rounding.type << 5);
6825 i.rounding.type = rc_none;
7471 err_msg = _("unsupported static rounding/sae");
9049 if (i.rounding.type != rc_none)
9052 || ((i.rounding.type != saeonly) != t->opcode_modifier.staticrounding)
14359 || i.rounding.type != rc_non
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 420 /* Rounding control and SAE attributes. */
435 } rounding; member in struct:_i386_insn
4620 if (i.rounding.type == rc_none)
4655 else if (i.rounding.type != saeonly)
4656 i.vex.bytes[3] |= 0x10 | (i.rounding.type << 5);
6663 i.rounding.type = rc_none;
7309 err_msg = _("unsupported static rounding/sae");
8883 if (i.rounding.type != rc_none)
8886 || ((i.rounding.type != saeonly) != t->opcode_modifier.staticrounding)
14208 || i.rounding.type != rc_non
    [all...]

Completed in 68 milliseconds