OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rounding
(Results
151 - 175
of
1004
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/
floatunsisf.c
34
// Shift a into the significand field,
rounding
if it is a right-shift
/external/guava/guava/src/com/google/common/math/
MathPreconditions.java
76
throw new ArithmeticException("mode was UNNECESSARY, but
rounding
was necessary");
/external/llvm/include/llvm/ADT/
APFloat.h
28
All 5
rounding
modes in the IEEE-754R draft are handled correctly
32
conversion-from-integer. New
rounding
modes (e.g. away from zero)
50
At present, underflow tininess is detected after
rounding
; it
51
should be straight forward to add support for the before-
rounding
56
rounding
mode. Syntax is required to have been validated by the
61
output is correctly rounded for the specified
rounding
mode.
64
according to the specified
rounding
mode.
91
Optional ability to detect underflow tininess before
rounding
.
149
/* IEEE-754R gives five
rounding
modes. */
/external/llvm/include/llvm/Target/
TargetOptions.h
82
///
rounding
all over the place.
106
/// -enable-sign-dependent-
rounding
-fp-math is specified. If this returns
108
///
rounding
behavior is the default (round-to-zero for all floating point
111
/// assume that the
rounding
mode may dynamically change.
/external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp
41
/// that the
rounding
mode of the FPU can change from its default.
/external/v8/src/
diy-fp.cc
39
// significant 64 bits are only used for
rounding
the most significant 64
/external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s
85
bic r0, r2, #3 << 30 @ for
rounding
add: cmp r0, r2 adc r2, #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SADQuar_16x.c
30
*
Rounding
is applied according to the convention (a+b+1)>>1.
omxVCM4P10_SADQuar_4x.c
29
* of the other two (pSrcRef0 and pSrcRef1) for 4x8 or 4x4 blocks.
Rounding
omxVCM4P10_SADQuar_8x.c
30
*
Rounding
is applied according to the convention (a+b+1)>>1.
/frameworks/base/tests/HwAccelerationTest/res/layout/
date_picker.xml
23
contained in it. This helps to prevent
rounding
errors when toggling the "Show year" option -->
/frameworks/compile/libbcc/runtime/lib/
fixdfdi.c
17
/* Returns: convert a to a signed long long,
rounding
toward zero. */
fixdfti.c
19
/* Returns: convert a to a signed long long,
rounding
toward zero. */
fixsfdi.c
17
/* Returns: convert a to a signed long long,
rounding
toward zero. */
fixsfti.c
19
/* Returns: convert a to a signed long long,
rounding
toward zero. */
fixunsdfdi.c
17
/* Returns: convert a to a unsigned long long,
rounding
toward zero.
fixunsdfsi.c
17
/* Returns: convert a to a unsigned int,
rounding
toward zero.
fixunsdfti.c
19
/* Returns: convert a to a unsigned long long,
rounding
toward zero.
fixunssfdi.c
17
/* Returns: convert a to a unsigned long long,
rounding
toward zero.
fixunssfsi.c
17
/* Returns: convert a to a unsigned int,
rounding
toward zero.
fixunssfti.c
19
/* Returns: convert a to a unsigned long long,
rounding
toward zero.
fixunsxfdi.c
19
/* Returns: convert a to a unsigned long long,
rounding
toward zero.
fixunsxfsi.c
19
/* Returns: convert a to a unsigned int,
rounding
toward zero.
fixunsxfti.c
19
/* Returns: convert a to a unsigned long long,
rounding
toward zero.
fixxfdi.c
19
/* Returns: convert a to a signed long long,
rounding
toward zero. */
Completed in 1179 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>