OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:twop32
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatdidf.S
17
twop32
:
label
29
mulsd REL_ADDR(
twop32
), %xmm1 // a_hi as a double (without rounding)
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
floatditf.c
12
static const double
twop32
= 0x1.0p32;
local in function:__floatditf
18
const double high_addend = (double)((int32_t)(a >> 32))*
twop32
- twop52;
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatdidf.c
34
static const double
twop32
= 4294967296.0; // 0x1.0p32
local in function:__floatdidf
38
const double high = (int32_t)(a >> 32) *
twop32
;
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025