Home
last modified time | relevance | path

Searched refs:twop32 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dsigned-coff-pcrel.s7 twop32: label
12 mulsd twop32-0b(%eax), %xmm1
/external/compiler-rt/lib/builtins/ppc/
Dfloatditf.c12 static const double twop32 = 0x1.0p32; in __floatditf() local
18 const double high_addend = (double)((int32_t)(a >> 32))*twop32 - twop52; in __floatditf()
/external/compiler-rt/lib/builtins/i386/
Dfloatdidf.S17 twop32: label
29 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
/external/compiler-rt/lib/builtins/
Dfloatdidf.c36 static const double twop32 = 4294967296.0; // 0x1.0p32 in ARM_EABI_FNALIAS() local
40 const double high = (int32_t)(a >> 32) * twop32; in ARM_EABI_FNALIAS()