OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rounding
(Results
76 - 100
of
1004
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/libbcc/runtime/lib/x86_64/
floatundixf.S
56
faddl -8(%rsp) // hi - 2^52 (as double extended, no
rounding
occurs)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h
51
The next macros are defined iff the appropriate
rounding
mode is
83
/*
Rounding
control. */
85
/* Get current
rounding
direction. */
88
/* Establish the
rounding
direction represented by ROUND. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h
51
The next macros are defined iff the appropriate
rounding
mode is
83
/*
Rounding
control. */
85
/* Get current
rounding
direction. */
88
/* Establish the
rounding
direction represented by ROUND. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h
51
The next macros are defined iff the appropriate
rounding
mode is
83
/*
Rounding
control. */
85
/* Get current
rounding
direction. */
88
/* Establish the
rounding
direction represented by ROUND. */
/bionic/libm/man/
math.3
117
.Ss Residue and
Rounding
Functions
150
round according to the current (dynamic)
rounding
mode.
151
For more information on controlling the dynamic
rounding
mode, see
202
For most of these functions, however, incorrect
rounding
occurs
233
inaccurate results in other than the default
rounding
mode.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c
25
* Converts a double precision value into a short int after
rounding
51
* Converts a double precision value into a int after
rounding
76
* Converts a double precision value into a short int after
rounding
and saturation
120
* Converts a double precision value into a int after
rounding
and saturation
164
* Converts a double precision value into a unsigned short int after
rounding
and saturation
192
* Converts a double precision value into a unsigned int after
rounding
and saturation
220
* Converts a double precision value into a 64 bit int after
rounding
363
* integer value. Takes care of
rounding
while clipping the final
902
* Description : Integer division with
rounding
to the nearest integer.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c
25
* Converts a double precision value into a short int after
rounding
51
* Converts a double precision value into a int after
rounding
76
* Converts a double precision value into a short int after
rounding
and saturation
120
* Converts a double precision value into a int after
rounding
and saturation
164
* Converts a double precision value into a unsigned short int after
rounding
and saturation
192
* Converts a double precision value into a unsigned int after
rounding
and saturation
220
* Converts a double precision value into a 64 bit int after
rounding
363
* integer value. Takes care of
rounding
while clipping the final
902
* Description : Integer division with
rounding
to the nearest integer.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c
25
* Converts a double precision value into a short int after
rounding
51
* Converts a double precision value into a int after
rounding
76
* Converts a double precision value into a short int after
rounding
and saturation
120
* Converts a double precision value into a int after
rounding
and saturation
164
* Converts a double precision value into a unsigned short int after
rounding
and saturation
192
* Converts a double precision value into a unsigned int after
rounding
and saturation
220
* Converts a double precision value into a 64 bit int after
rounding
363
* integer value. Takes care of
rounding
while clipping the final
902
* Description : Integer division with
rounding
to the nearest integer.
/external/icu4c/i18n/
decContext.h
36
/* round -- must be one of the enumerated
rounding
modes */
74
enum
rounding
{
enum
91
enum
rounding
round; /*
rounding
mode */
252
U_INTERNAL enum
rounding
U_EXPORT2 uprv_decContextGetRounding(decContext *);
256
U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum
rounding
);
/bionic/libm/include/i387/
fenv.h
60
/*
Rounding
modes */
82
/* C99
rounding
control functions */
/bionic/libm/src/
s_rint.c
20
*
rounding
mode.
64
* possibility of errors from double
rounding
in
s_nearbyint.c
38
*
rounding
can't overflow as long as emax >= p.
e_sqrt.c
69
* 3. Final
rounding
74
* The
rounding
mode can be detected by checking whether
169
/* use floating add to find out
rounding
direction */
278
correctly rounded according to the prevailing
rounding
mode
279
as follows. Let r and i be copies of the
rounding
mode and
287
R := RZ; ... set
rounding
mode to round-toward-zero
295
z := z - ulp; ... special
rounding
351
... set
rounding
mode to Round-to-nearest
367
correctly rounded according to the prevailing
rounding
mode
368
as follows. Let r and i be copies of the
rounding
mode an
[
all
...]
s_fmal.c
35
* Fused multiply-add: Compute x * y + z with a single
rounding
error.
75
* will overflow, so we handle these cases specially.
Rounding
172
* avoid double
rounding
.
/development/ndk/platforms/android-9/arch-x86/include/
fenv.h
60
/*
Rounding
modes */
82
/* C99
rounding
control functions */
/external/valgrind/main/VEX/pub/
libvex_guest_x86.h
94
FPROUND[1:0] is the FPU's notional
rounding
mode, encoded as per
96
the Intel encoding. Note carefully, the
rounding
mode is only
98
rounding
, but not for general float-to-float operations, which are
102
loads, everything except the
rounding
mode is ignored, and on
103
stores, you get a vanilla control world (0x037F) with the
rounding
115
SSEROUND[1:0] is the SSE unit's notional
rounding
mode, encoded as
117
rounding
mode is the only part of %MXCSR that Vex observes. On
119
rounding
mode patched in. Hence the only values you will get are
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
fenv.h
60
/*
Rounding
modes */
82
/* C99
rounding
control functions */
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
fenv.h
60
/*
Rounding
modes */
82
/* C99
rounding
control functions */
/external/compiler-rt/lib/
subdf3.c
11
// IEEE-754 default
rounding
(to nearest, ties to even).
subsf3.c
11
// IEEE-754 default
rounding
(to nearest, ties to even).
/external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.h
33
/// responsible for
rounding
up the stack frame (probably at emitPrologue
/external/v8/test/cctest/
test-diy-fp.cc
45
// Test
rounding
.
/bionic/libm/amd64/
fenv.h
57
/*
Rounding
modes */
67
* has the
rounding
control bits offset by 3 and the exception mask
138
*
rounding
mode. Reading the control word on the x87 turns
/bionic/libm/include/amd64/
fenv.h
57
/*
Rounding
modes */
67
* has the
rounding
control bits offset by 3 and the exception mask
138
*
rounding
mode. Reading the control word on the x87 turns
/external/fdlibm/
e_sqrt.c
64
* 3. Final
rounding
69
* The
rounding
mode can be detected by checking whether
172
/* use floating add to find out
rounding
direction */
282
correctly rounded according to the prevailing
rounding
mode
283
as follows. Let r and i be copies of the
rounding
mode and
291
R := RZ; ... set
rounding
mode to round-toward-zero
299
z := z - ulp; ... special
rounding
355
... set
rounding
mode to Round-to-nearest
371
correctly rounded according to the prevailing
rounding
mode
372
as follows. Let r and i be copies of the
rounding
mode an
[
all
...]
Completed in 715 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>