OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twop32
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/i386/
floatdidf.S
17
twop32
:
label
29
mulsd REL_ADDR(
twop32
), %xmm1 // a_hi as a double (without rounding)
/external/compiler-rt/lib/builtins/ppc/
floatditf.c
12
static const double
twop32
= 0x1.0p32;
local
18
const double high_addend = (double)((int32_t)(a >> 32))*
twop32
- twop52;
/external/compiler-rt/lib/builtins/
floatdidf.c
36
static const double
twop32
= 4294967296.0; // 0x1.0p32
local
40
const double high = (int32_t)(a >> 32) *
twop32
;
Completed in 141 milliseconds