OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rounding
(Results
226 - 250
of
1661
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/harfbuzz_ng/
TODO
17
- Do proper
rounding
when scaling from font space? May be a non-issue.
/external/llvm/include/llvm/ADT/
APFloat.h
53
/// All 5
rounding
modes in the IEEE-754R draft are handled correctly for all
56
/// conversion-to-integer and conversion-from-integer. New
rounding
modes
72
/// At present, underflow tininess is detected after
rounding
; it should be
73
/// straight forward to add support for the before-
rounding
case too.
76
/// correctly rounds if necessary according to the specified
rounding
mode.
81
/// natural precision the output is correctly rounded for the specified
rounding
85
/// to the specified
rounding
mode.
115
/// Optional ability to detect underflow tininess before
rounding
.
154
/// IEEE-754R 4.3:
Rounding
-direction attributes.
/external/llvm/test/MC/AArch64/
neon-saturating-rounding-shift.s
7
// Vector Integer Saturating
Rounding
Shift Lef (Signed)
26
// Vector Integer Saturating
Rounding
Shift Lef (Unsigned)
45
// Scalar Integer Saturating
Rounding
Shift Lef (Signed)
58
// Scalar Integer Saturating
Rounding
Shift Lef (Unsigned)
/external/skia/src/core/
SkMathPriv.h
74
/** Just the
rounding
step in SkDiv255Round: round(value / 255)
/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 -->
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fenv.h
46
/* The ix87 FPU supports all of the four defined
rounding
modes. We
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
param.h
50
/* Macros for counting and
rounding
. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenv.h
46
/* The ix87 FPU supports all of the four defined
rounding
modes. We
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
param.h
50
/* Macros for counting and
rounding
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenv.h
46
/* The ix87 FPU supports all of the four defined
rounding
modes. We
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
param.h
50
/* Macros for counting and
rounding
. */
/bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c
57
* "%" are integer division and modulus with
rounding
towards minus
94
* 2 23-bit ulps larger). With
rounding
towards zero, the error bound
s_cbrtl.c
120
* add 2 47-bit ulps instead of 1 to round up.
Rounding
is slow and
123
* for
rounding
up might not apply to either case in cbrtl() since
/external/chromium_org/third_party/WebKit/Source/wtf/
MathExtrasTest.cpp
45
// Largest double number with 0.5 precision and one halfway
rounding
case below.
48
// Smallest double number with 0.5 precision and one halfway
rounding
case above.
/external/chromium_org/third_party/opus/src/celt/
entcode.h
103
rounding
error is in the positive direction).*/
113
rounding
error is in the positive direction).*/
float_cast.h
38
** most C compilers targeting Pentium needs to change the FPU
rounding
mode
41
** Changing the FPU
rounding
mode causes the FPU pipeline to be flushed. It
/external/chromium_org/third_party/opus/src/silk/float/
SigProc_FLP.h
161
/* floating-point to integer conversion (
rounding
) */
167
/* floating-point to integer conversion (
rounding
) */
/external/chromium_org/third_party/skia/include/core/
SkMath.h
154
* Return a*b/((1 << shift) - 1),
rounding
any fractional bits.
166
* Return a*b/255,
rounding
any fractional bits.
/external/pixman/pixman/
pixman-mips-dspr2-asm.h
371
* for
rounding
process. maskLSR must have following value:
395
* needed for
rounding
process. maskLSR must have following value:
435
* needed for
rounding
process. maskLSR must have following value:
460
* maskLSR needed for
rounding
process. maskLSR must have following value:
504
* needed for
rounding
process. maskLSR must have following value:
530
* m2_8). It also requires maskLSR needed for
rounding
process. maskLSR must
570
* destination pixel (d_8888). It also requires maskLSR needed for
rounding
592
* needed for
rounding
process. maskLSR must have following value:
/external/skia/include/core/
SkMath.h
154
* Return a*b/((1 << shift) - 1),
rounding
any fractional bits.
166
* Return a*b/255,
rounding
any fractional bits.
Completed in 956 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>