OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rounding
(Results
51 - 75
of
1004
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/libbcc/runtime/
RuntimeDoc.rst
75
__fixsfsi : int (float a) // (int)a,
rounding
toward 0 [[vfp]] [[generic]]
76
__fixdfsi : int (double a) // (int)a,
rounding
toward 0 [[vfp]] [[generic]]
77
__fixsfdi : long (float a) // (long)a,
rounding
toward 0 [[llvm]]
78
__fixdfdi : long (double a) // (long)a,
rounding
toward 0 [[llvm]]
79
__fixunssfsi : unsigned int (float a) // (unsigned int)a,
rounding
toward 0, negative number will be 0. [[vfp]] [[llvm]]
80
__fixunsdfsi : unsigned int (double a) // (unsigned int)a,
rounding
toward 0, negative number will be 0. [[vfp]] [[llvm]]
81
__fixunssfdi : unsigned long (float a) // (unsigned long)a,
rounding
toward 0, negative number will be 0. [[llvm]]
82
__fixunsdfdi : unsigned long (double a) // (unsigned long)a,
rounding
toward 0, negative number will be 0. [[llvm]]
/libcore/luni/src/test/java/libcore/java/math/
MathContextTest.java
24
// All the
rounding
modes.
51
// Case-sensitive
rounding
modes.
/external/icu4c/test/intltest/
dcfmapts.cpp
39
case 1: name = "
Rounding
test";
41
logln((UnicodeString)"DecimalFormat
Rounding
test---");
47
logln((UnicodeString)"DecimalFormat
Rounding
Increment test---");
483
// get default
rounding
increment
486
errln((UnicodeString)"ERROR:
Rounding
increment not zero");
490
// With
rounding
now being handled by decNumber, we no longer
491
// set a
rounding
increment to enable non-default mode
rounding
,
494
// set
rounding
mode with zero increment.
Rounding
[
all
...]
/bionic/libm/src/
s_fma.c
35
* Fused multiply-add: Compute x * y + z with a single
rounding
error.
43
* This algorithm is sensitive to the
rounding
precision. FPUs such
80
* will overflow, so we handle these cases specially.
Rounding
177
* avoid double
rounding
.
/external/chromium/base/third_party/dmg_fp/
dmg_fp.h
13
// biased
rounding
(add half and chop).
/external/compiler-rt/lib/
adddf3.c
11
// default
rounding
(to nearest, ties to even).
87
// bottom bit to get
rounding
correct.
129
// Result is denormal before
rounding
; the exponent is zero and we
147
// Final
rounding
. The result may overflow to infinity, but that is the
addsf3.c
11
// default
rounding
(to nearest, ties to even).
86
// bottom bit to get
rounding
correct.
128
// Result is denormal before
rounding
; the exponent is zero and we
146
// Final
rounding
. The result may overflow to infinity, but that is the
mulsf3.c
11
// with the IEEE-754 default
rounding
(to nearest, ties to even).
93
// Result is denormal before
rounding
, the exponent is zero and we
99
// Result is normal before
rounding
; insert the exponent.
107
// Final
rounding
. The final result may overflow to infinity, or underflow
/external/compiler-rt/lib/arm/
fixdfsivfp.S
15
// Converts double precision float to a 32-bit int
rounding
towards zero.
fixsfsivfp.S
15
// Converts single precision float to a 32-bit int
rounding
towards zero.
fixunsdfsivfp.S
15
// Converts double precision float to a 32-bit unsigned int
rounding
towards
fixunssfsivfp.S
15
// Converts single precision float to a 32-bit unsigned int
rounding
towards
floatsisfvfp.S
15
// Converts single precision float to a 32-bit int
rounding
towards zero.
floatunssisfvfp.S
15
// Converts single precision float to a 32-bit int
rounding
towards zero.
/external/compiler-rt/lib/i386/
floatundixf.S
30
addsd REL_ADDR(twop84_plus_twop52_neg), %xmm0 // hi - 2^52 (no
rounding
occurs)
/external/compiler-rt/lib/x86_64/
floatundixf.S
56
faddl -8(%rsp) // hi - 2^52 (as double extended, no
rounding
occurs)
/external/freetype/src/truetype/
ttinterp.h
48
/*
Rounding
mode constants. */
63
/* (e.g. the
rounding
mode, whether to render a vertical or horizontal */
68
/*
Rounding
function */
206
TT_Round_Func func_round; /* current
rounding
function */
/external/icu4c/test/cintltst/
cnumtst.h
42
* The function used to test Number format API
rounding
with significant digits
/frameworks/compile/libbcc/runtime/lib/arm/
fixdfsivfp.S
15
// Converts double precision float to a 32-bit int
rounding
towards zero.
fixsfsivfp.S
15
// Converts single precision float to a 32-bit int
rounding
towards zero.
fixunsdfsivfp.S
15
// Converts double precision float to a 32-bit unsigned int
rounding
towards
fixunssfsivfp.S
15
// Converts single precision float to a 32-bit unsigned int
rounding
towards
floatsisfvfp.S
15
// Converts single precision float to a 32-bit int
rounding
towards zero.
floatunssisfvfp.S
15
// Converts single precision float to a 32-bit int
rounding
towards zero.
/frameworks/compile/libbcc/runtime/lib/i386/
floatundixf.S
30
addsd REL_ADDR(twop84_plus_twop52_neg), %xmm0 // hi - 2^52 (no
rounding
occurs)
Completed in 979 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>