OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twop84_plus_twop52
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/libbcc/runtime/lib/i386/
floatundidf.S
25
twop84_plus_twop52
:
label
39
subsd REL_ADDR(
twop84_plus_twop52
), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
/frameworks/compile/libbcc/runtime/lib/ppc/
floatunditf.c
17
static const double
twop84_plus_twop52
= 0x1.00000001p84;
local
25
const double high_addend = high.d -
twop84_plus_twop52
;
/frameworks/compile/libbcc/runtime/lib/x86_64/
floatundidf.S
25
twop84_plus_twop52
:
label
39
subsd REL_ADDR(
twop84_plus_twop52
), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
/frameworks/compile/libbcc/runtime/lib/
floatundidf.c
38
static const double
twop84_plus_twop52
= 0x1.00000001p84;
local
46
const double result = (high.d -
twop84_plus_twop52
) + low.d;
Completed in 26 milliseconds