Home
last modified time | relevance | path

Searched refs:UNROLL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatanf.c124 goto UNROLL; /* finish up with 1 good arg */ in __vatanf()
165 goto UNROLL; /* finish up with 1 good arg */ in __vatanf()
194 goto UNROLL; /* finish up with 2 good args */ in __vatanf()
235 goto UNROLL; /* finish up with 2 good args */ in __vatanf()
263 goto UNROLL; /* finish up with 2 good args */ in __vatanf()
306 goto UNROLL; /* finish up with 3 good args */ in __vatanf()
340 goto UNROLL; /* finish up with 3 good args */ in __vatanf()
349 UNROLL: in __vatanf()
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1229 #define UNROLL 8 macro
1246 while (len > UNROLL) { in big_mul_set_vec()
1255 r += UNROLL; in big_mul_set_vec()
1256 a += UNROLL; in big_mul_set_vec()
1257 len -= UNROLL; in big_mul_set_vec()
1259 if (len == UNROLL) { in big_mul_set_vec()
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.S875 #undef UNROLL