OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rounding
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa_fltrnds.h
2
int
Rounding
;
4
Rounding
= Flt_Rounds;
6
Rounding
= 1;
8
case FE_TOWARDZERO:
Rounding
= 0; break;
9
case FE_UPWARD:
Rounding
= 2; break;
10
case FE_DOWNWARD:
Rounding
= 3;
14
if (
Rounding
!= 1) {
17
fpi1.
rounding
=
Rounding
;
dtoa.c
46
* when
rounding
the final digit up. This is often faster.
72
#define
Rounding
Flt_Rounds
134
int
Rounding
;
136
Rounding
= Flt_Rounds;
138
Rounding
= 1;
140
case FE_TOWARDZERO:
Rounding
= 0; break;
141
case FE_UPWARD:
Rounding
= 2; break;
142
case FE_DOWNWARD:
Rounding
= 3;
191
if (
Rounding
>= 2) {
193
Rounding
= Rounding == 2 ? 0 : 2
[
all
...]
strtod.c
57
#define
Rounding
Flt_Rounds
130
int
Rounding
;
132
Rounding
= Flt_Rounds;
134
Rounding
= 1;
136
case FE_TOWARDZERO:
Rounding
= 0; break;
137
case FE_UPWARD:
Rounding
= 2; break;
138
case FE_DOWNWARD:
Rounding
= 3;
178
fpi1.
rounding
=
Rounding
;
442
if (
Rounding
>= 2)
[
all
...]
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
dtoa.c
49
* when
rounding
the final digit up. This is often faster.
72
#define
Rounding
rounding
76
#define
Rounding
Flt_Rounds
141
int
rounding
;
local
191
if ((
rounding
= Flt_Rounds) >= 2) {
193
rounding
=
rounding
== 2 ? 0 : 2;
195
if (
rounding
!= 2)
196
rounding
= 0;
[
all
...]
strtod.c
70
#define
Rounding
rounding
74
#define
Rounding
Flt_Rounds
105
int
rounding
;
local
146
case FE_TOWARDZERO: fpi1.
rounding
= 0; break;
147
case FE_UPWARD: fpi1.
rounding
= 2; break;
148
case FE_DOWNWARD: fpi1.
rounding
= 3;
409
if ((
rounding
= Flt_Rounds) >= 2) {
411
rounding
=
rounding
== 2 ? 0 : 2;
[
all
...]
/external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp
867
std::string
Rounding
;
870
Rounding
= DemangledName.substr(Loc, 4);
874
return getSPIRVFuncName(OC, TargetTyName + Sat +
Rounding
);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c
75
* necessary to specify double-precision (53-bit)
rounding
precision
90
* biased
rounding
(add half and chop).
280
#define
Rounding
Flt_Rounds
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c
75
* necessary to specify double-precision (53-bit)
rounding
precision
90
* biased
rounding
(add half and chop).
263
#define
Rounding
Flt_Rounds
[
all
...]
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar
Completed in 189 milliseconds