OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:twop52
(Results
1 - 14
of
14
) sorted by null
/external/compiler-rt/lib/ppc/
floatditf.c
13
static const double
twop52
= 0x1.0p52;
local
15
doublebits low = { .d =
twop52
};
18
const double high_addend = (double)((int32_t)(a >> 32))*twop32 -
twop52
;
floatunditf.c
14
static const double
twop52
= 0x1.0p52;
local
19
doublebits low = { .d =
twop52
};
/external/compiler-rt/lib/i386/
floatdidf.S
14
twop52
: .quad 0x4330000000000000
label
27
movsd REL_ADDR(
twop52
), %xmm2 // 0x1.0p52
floatundixf.S
14
twop52
: .quad 0x4330000000000000
label
29
orpd REL_ADDR(
twop52
), %xmm1 // 2^52 + lo (as a double)
floatundisf.S
60
twop52
: .quad 0x4330000000000000
label
66
#define
TWOp52
twop52
-0b(%ecx)
87
movsd
TWOp52
, %xmm2 // 0x1.0p52
floatundidf.S
24
twop52
: .quad 0x4330000000000000
label
40
orpd REL_ADDR(
twop52
), %xmm0 // 0x1p52 + a_lo (no rounding occurs)
/external/compiler-rt/lib/x86_64/
floatundixf.S
39
twop52
: .quad 0x4330000000000000
52
orq REL_ADDR(
twop52
), %rsi // 2^52 + lo (as a double)
floatundidf.S
24
twop52
: .quad 0x4330000000000000
label
37
orpd REL_ADDR(
twop52
), %xmm0 // 0x1p52 + a_lo (no rounding occurs)
/external/compiler-rt/lib/
floatdidf.c
35
static const double
twop52
= 0x1.0p52;
local
38
union { int64_t x; double d; } low = { .d =
twop52
};
43
const double result = (high -
twop52
) + low.d;
floatundidf.c
36
static const double
twop52
= 0x1.0p52;
local
41
union { uint64_t x; double d; } low = { .d =
twop52
};
/prebuilts/sdk/renderscript/lib/x86/
libcompiler_rt.a
74
KKg K ? I external/compiler-rt/lib/i386/floatdidf.S /usr/local/google/home/timmurray/mr2/jb-mr2-dev clang version 3.1 ?
twop52