Searched refs:intz (Results 1 - 3 of 3) 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...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S41 ! int index, sign, intf, intz;
95 ! intz = (intf + 0x00008000) & 0x7fff0000;/* round arg, keep upper */
96 ! pz[0] = intz; /* store as a double (z) */
99 ! index = (intz - 0x3f900000) >> 15; /* (index >> 16) << 1) */
226 /*9*/ fand %f0,%f54,%f0 !pz[0] = intz = (intf + 0x00008000) & 0x7fff0000 (again)
236 /*12 */ and %o0,%o7,%o0 !intz = (intf + 0x00008000) & 0x7fff0000
240 /*13 */ sub %o0,%l7,%o2 !intz - 0x3f900000
246 /*15 */ sra %o2,15,%o3 !index = (intz - 0x3f900000) >> 15
314 /*33*/ fand %f0,%f54,%f0 !pz[0] = intz = (intf + 0x00008000) & 0x7fff0000 (again)
323 /*35*/ and %o0,%o7,%o0 !intz
[all...]

Completed in 85 milliseconds