Home
last modified time | relevance | path

Searched refs:twom32 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmal.c69 #define twom32 C[9].d macro
403 s *= twom32; in __fmal()
410 s *= twom32; in __fmal()
417 s *= twom32; in __fmal()
424 s *= twom32; in __fmal()
431 s *= twom32; in __fmal()
437 s *= twom32; in __fmal()
443 s *= twom32; in __fmal()
856 #define twom32 C[2].d macro
942 xhi = ((x + twom32) + two32) - two32; in __fmal()
[all …]
H A Dfma.c59 #define twom32 C[5].d macro
153 yy.d = t = y + twom32; in __fma()
155 yy.d = (y - (t - twom32)) + twom64; in __fma()