OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rounding
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libc/gdtoa/
gdtoa_fltrnds.h
3
int
Rounding
;
5
Rounding
= Flt_Rounds;
7
Rounding
= 1;
9
case FE_TOWARDZERO:
Rounding
= 0; break;
10
case FE_UPWARD:
Rounding
= 2; break;
11
case FE_DOWNWARD:
Rounding
= 3;
15
if (
Rounding
!= 1) {
18
fpi1.
rounding
=
Rounding
;
g_ddfmt.c
50
int
Rounding
;
52
Rounding
= Flt_Rounds;
54
Rounding
= 1;
56
case FE_TOWARDZERO:
Rounding
= 0; break;
57
case FE_UPWARD:
Rounding
= 2; break;
58
case FE_DOWNWARD:
Rounding
= 3;
62
#define
Rounding
FPI_Round_near
178
fpi.
rounding
=
Rounding
;
dtoa.c
48
* when
rounding
the final digit up. This is often faster.
74
#define
Rounding
Flt_Rounds
138
int
Rounding
;
140
Rounding
= Flt_Rounds;
142
Rounding
= 1;
144
case FE_TOWARDZERO:
Rounding
= 0; break;
145
case FE_UPWARD:
Rounding
= 2; break;
146
case FE_DOWNWARD:
Rounding
= 3;
195
if (
Rounding
>= 2) {
197
Rounding
= Rounding == 2 ? 0 : 2
[
all
...]
strtod.c
61
#define
Rounding
Flt_Rounds
120
int
Rounding
, decpt = 0;
122
Rounding
= Flt_Rounds;
124
Rounding
= 1;
126
case FE_TOWARDZERO:
Rounding
= 0; break;
127
case FE_UPWARD:
Rounding
= 2; break;
128
case FE_DOWNWARD:
Rounding
= 3;
168
fpi1.
rounding
=
Rounding
;
436
if (
Rounding
>= 2)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h
237
// Vector
rounding
halving addition
466
/// Possible values of current
rounding
mode, which is specified in bits
468
enum
Rounding
{
473
rmMask = 3 // Bit mask selecting
rounding
mode
476
// Bit position of
rounding
mode bits in FPCR.
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h
155
// Vector
rounding
shift by immediate:
168
// Vector saturating
rounding
shift by immediate:
354
/// Possible values of current
rounding
mode, which is specified in bits
356
enum
Rounding
{
361
rmMask = 3 // Bit mask selecting
rounding
mode
364
// Bit position of
rounding
mode bits in FPSCR.
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
82
enum class
Rounding
{
2240
/// Return A unsign-divided by B, rounded by the given
rounding
mode.
2241
APInt RoundingUDiv(const APInt &A, const APInt &B, APInt::
Rounding
RM);
2243
/// Return A sign-divided by B, rounded by the given
rounding
mode.
2244
APInt RoundingSDiv(const APInt &A, const APInt &B, APInt::
Rounding
RM);
/src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp
220
Optional<RoundingMode>
Rounding
= getRoundingMode();
221
if (
Rounding
) {
222
if (
Rounding
.getValue() != RoundingMode::NearestTiesToEven)
/src/external/gpl3/gcc/dist/contrib/
paranoia.cc
946
enum
Rounding
{ Other, Rounded, Chopped };
999
Rounding
RMult, RDiv, RAddSub, RSqrt;
1448
printf ("Checking
rounding
on multiply, divide and add/subtract.\n");
2358
printf ("
Rounding
appears to conform to ");
2370
printf (",\nexcept for possibly Double
Rounding
");
/src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc
946
enum
Rounding
{ Other, Rounded, Chopped };
999
Rounding
RMult, RDiv, RAddSub, RSqrt;
1448
printf ("Checking
rounding
on multiply, divide and add/subtract.\n");
2358
printf ("
Rounding
appears to conform to ");
2370
printf (",\nexcept for possibly Double
Rounding
");
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026