Home
last modified time | relevance | path

Searched defs:POLY (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A 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
H A 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
/third_party/musl/src/math/
H A 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
H A 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
/third_party/zlib/
H A Dcrc32.c150 #define POLY 0xedb88320 /* p(x) reflected, with x^32 implied */ macro
/third_party/node/deps/zlib/
H A Dcrc32.c156 #define POLY 0xedb88320 /* p(x) reflected, with x^32 implied */ macro

Completed in 7 milliseconds