Home
last modified time | relevance | path

Searched refs:doublebits (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A DDD.h17 } doublebits; typedef
23 doublebits result = {.d = x}; in local_fabs()
29 doublebits result = {.d = x}; in high26bits()
35 doublebits xsignbit = {.d = x}, ysignbit = {.d = y}; in different_sign()
H A Dfixtfdi.c13 const doublebits hibits = {.d = x.s.hi}; in __fixtfdi()
32 const doublebits lobits = {.d = x.s.lo}; in __fixtfdi()
76 const doublebits lobits = {.d = x.s.lo}; in __fixtfdi()
H A Dgcc_qadd.c26 const doublebits abits = {.d = A}; in __gcc_qadd()
27 const doublebits bbits = {.d = B}; in __gcc_qadd()
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd()
H A Dgcc_qsub.c26 const doublebits abits = {.d = A}; in __gcc_qsub()
27 const doublebits bbits = {.d = B}; in __gcc_qsub()
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub()
H A Dfloatunditf.c18 doublebits high = {.d = twop84}; in __floatunditf()
19 doublebits low = {.d = twop52}; in __floatunditf()
H A Dfixunstfdi.c12 const doublebits hibits = {.d = x.s.hi}; in __fixunstfdi()
27 const doublebits lobits = {.d = x.s.lo}; in __fixunstfdi()
H A Dfloatditf.c15 doublebits low = {.d = twop52}; in __floatditf()
H A Dgcc_qmul.c29 const doublebits abBits = {.d = ab}; in __gcc_qmul()
H A Dgcc_qdiv.c29 const doublebits qBits = {.d = q}; in __gcc_qdiv()