OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twop32
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
signed-coff-pcrel.s
4
// CHECK: 00000004 IMAGE_REL_I386_REL32
twop32
7
twop32
:
label
12
mulsd
twop32
-0b(%eax), %xmm1
/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 184 milliseconds