Searched refs:POLY (Results 1 – 13 of 13) sorted by relevance
38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))))) macro63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \ macro73 r = POLY(z); in __sinl()
55 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))))) macro82 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ \ macro91 r = POLY(z); in __cosl()
141 #define POLY 0xedb88320 /* p(x) reflected, with x^32 implied */ macro282 p = p & 1 ? (p >> 1) ^ POLY : p >> 1; in make_crc_table()557 b = b & 1 ? (b >> 1) ^ POLY : b >> 1;
173 [[POLY] [This parameter is the poly. This is a binary value that201 His description assumes an octet-sized byte. The /POLY/ is the (truncated)244 [[['POLY]] [`get_truncated_polynominal`] [`const` member function] [`value_type`]]390 /WIDTH/ and /POLY/. However, the /INIT/ has moved to being a function
132 #define POLY 0x1021 macro
92 - Charly POLY
211 Charly POLY <cpoly55@gmail.com>
157 #define POLY 0x48000000L /* 31-bit polynomial (avoids sign problems) */ macro174 sum ^= POLY >> j; in crcinit()
1180 [POLY]
33318 ID_OUI_FROM_DATABASE=LITTON/POLY-SCIENTIFIC
9313 +#define POLY 0xedb88320 /* p(x) reflected, with x^32 implied */9517 + p = p & 1 ? (p >> 1) ^ POLY : p >> 1;9811 + b = b & 1 ? (b >> 1) ^ POLY : b >> 1;