Searched defs:intz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan.c53 int index, sign, intf, intflo, intz, argcount; local
119 intz = (intf + 0x00008000) & 0x7fff0000;/* round arg, keep upper */
120 HI(&z) = intz; /* store as a double (z) */
123 index = (intz - 0x3f900000) >> 15; /* (index >> 16) << 1) */
190 intz = (intf + 0x00008000) & 0x7fff0000;/* round arg, keep upper */
191 HI(&z) = intz; /* store as a double (z) */
194 index1 = (intz - 0x3f900000) >> 15; /* (index >> 16) << 1) */
257 intz = (intf + 0x00008000) & 0x7fff0000;/* round arg, keep upper */
258 HI(&z) = intz; /* store as a double (z) */
261 index2 = (intz
[all...]
H A D__vatanf.c46 int intf, intz, argcount; local
108 intz = (intf + 0x00040000) & 0x7ff80000;/* round arg, keep upper */
109 pz[0] = intz; /* store as a float (z) */
111 index0 = (intz - 0x3C800000) >> 18; /* (index >> 19) << 1) */
177 intz = (intf + 0x00040000) & 0x7ff80000;/* round arg, keep upper */
178 pz[0] = intz; /* store as a float (z) */
180 index1 = (intz - 0x3C800000) >> 18; /* (index >> 19) << 1) */
247 intz = (intf + 0x00040000) & 0x7ff80000;/* round arg, keep upper */
248 pz[0] = intz; /* store as a float (z) */
250 index2 = (intz
[all...]

Completed in 77 milliseconds