OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:twop84_plus_twop52
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatundidf.S
27
twop84_plus_twop52
:
label
44
subsd REL_ADDR(
twop84_plus_twop52
), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatundidf.S
27
twop84_plus_twop52
:
label
44
subsd REL_ADDR(
twop84_plus_twop52
), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
floatunditf.c
16
static const double
twop84_plus_twop52
= 0x1.00000001p84;
local in function:__floatunditf
24
const double high_addend = high.d -
twop84_plus_twop52
;
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatundidf.c
35
static const double
twop84_plus_twop52
= 19342813118337666422669312.0; // 0x1.00000001p84
local in function:__floatundidf
43
const double result = (high.d -
twop84_plus_twop52
) + low.d;
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025