Searched refs:polynomial (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-crc.c29 [+polynomial?The 32 bit crc polynomial bitmask with implicit bit 32.]:[mask:=0xedb88320]\
125 Crcnum_t polynomial; local
147 polynomial = 0xedb88320;
156 polynomial = strtoul(t, NiL, 0);
177 p[0] = polynomial;
179 p[i] = (p[i-1] << 1) ^ ((p[i-1] & 0x80000000) ? polynomial : 0);
199 x = (x>>1) ^ ((x & 1) ? polynomial : 0);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S48 * where r is polynomial approximation
847 !!!!!!!!!!!!!!!!!!! New polynomial reorder starts here
849 ! Alternate polynomial grouping allowing non-sequential calc of p

Completed in 54 milliseconds