Home
last modified time | relevance | path

Searched refs:two63 (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dilogbl.S37 two63: .long 0x0,0x43d00000 / 2**63 label
76 fmull PIC_L(two63) / x*2**63
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dilogbl.S37 two63: .4byte 0x0,0x43d00000 / 2**63 label
76 fmull PIC_L(two63) / x*2**63
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmal.c859 #define two63 C[5].d macro
916 xx.e = x * two63; in __fmal()
920 yy.e = y * two63; in __fmal()
924 zz.e = z * two63; in __fmal()