Searched defs:two63 (Results 1 - 3 of 3) sorted by relevance

/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/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/common/m9x/
H A Dfmal.c859 #define two63 C[5].d macro
916 xx.e = x * two63;
920 yy.e = y * two63;
924 zz.e = z * two63;

Completed in 519 milliseconds