HomeSort by: relevance | last modified time | path
    Searched refs:poly (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/raidframe/
rf_geniq.c 42 poly - feedback connections
47 lsfr_shift(unsigned val, unsigned poly)
54 new = (poly & 1) ? high : 0;
58 if (poly & (1 << i)) /* there is a feedback connection */
  /src/sys/dev/
ipmi.c 1350 poly(int64_t x0, int64_t x, int64_t a[], int n) function in typeref:typename:int64_t
1384 z += poly(x, x, fixlog_a, sizeof(fixlog_a)/sizeof(fixlog_a[0]));
1410 x = poly(INT2FIX(1), x, fixexp_a, sizeof(fixexp_a)/sizeof(fixexp_a[0]));
  /src/sys/dev/marvell/
if_mvgbe.c 2145 const uint8_t poly = 0x07; local in function:mvgbe_crc8
2149 crc = (crc << 1) ^ ((((crc >> 7) ^ (byte >> bit)) & 1) ? poly : 0);
if_mvxpe.c 2680 const uint8_t poly = 0x07; local in function:mvxpe_crc8
2684 crc = (crc << 1) ^ ((((crc >> 7) ^ (byte >> bit)) & 1) ? poly : 0);
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 6071 # Step 3. Approximate arctan(u) by a polynomial poly. #
6073 # Step 4. Return arctan(F) + poly, arctan(F) is fetched from a #
8000 # polynomial in u, log(1+u) = poly. #
8004 # by k*log(2) + (log(F) + poly). The values of log(F) are #
8014 # log(1+X) as k*log(2) + log(F) + poly where poly #
fpsp.s 6177 # Step 3. Approximate arctan(u) by a polynomial poly. #
6179 # Step 4. Return arctan(F) + poly, arctan(F) is fetched from a #
8106 # polynomial in u, log(1+u) = poly. #
8110 # by k*log(2) + (log(F) + poly). The values of log(F) are #
8120 # log(1+X) as k*log(2) + log(F) + poly where poly #

Completed in 38 milliseconds