Home
last modified time | relevance | path

Searched refs:POLY (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/math/
D__sinl.c38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))))) macro
63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \ macro
73 r = POLY(z); in __sinl()
D__cosl.c55 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))))) macro
82 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ \ macro
91 r = POLY(z); in __cosl()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__cosl.c55 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))))) macro
82 #define POLY(z) (z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ \ macro
91 r = POLY(z); in __cosl()
D__sinl.c38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))))) macro
63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \ macro
73 r = POLY(z); in __sinl()
/third_party/zlib/
Dcrc32.c141 #define POLY 0xedb88320 /* p(x) reflected, with x^32 implied */ macro
282 p = p & 1 ? (p >> 1) ^ POLY : p >> 1; in make_crc_table()
557 b = b & 1 ? (b >> 1) ^ POLY : b >> 1;
/third_party/boost/libs/crc/doc/
Dcrc.qbk173 [[POLY] [This parameter is the poly. This is a binary value that
201 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
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c132 #define POLY 0x1021 macro
/third_party/typescript/
DAUTHORS.md92 - Charly POLY
D.mailmap211 Charly POLY <cpoly55@gmail.com>
/third_party/glib/glib/tests/
Dhash.c157 #define POLY 0x48000000L /* 31-bit polynomial (avoids sign problems) */ macro
174 sum ^= POLY >> j; in crcinit()
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk1180 [POLY]
/third_party/eudev/hwdb/
D20-OUI.hwdb33318 ID_OUI_FROM_DATABASE=LITTON/POLY-SCIENTIFIC
/third_party/chromium/patch/
D0001-cve.patch9313 +#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;