Home
last modified time | relevance | path

Searched refs:poly (Results 76 - 100 of 136) sorted by relevance

123456

/third_party/musl/src/math/
H A Dexp2f.c25 #define C __exp2f_data.poly
H A Dlogf.c22 #define A __logf_data.poly
H A Dpowf_data.c29 .poly = {
H A Dlog2f.c23 #define A __log2f_data.poly
H A Dlog.c16 #define A __log_data.poly
106 0.5 + 4.13/N + abs-poly-error*2^57 ULP (+ 0.002 ULP without fma) in log()
108 0.5 + 2.06/N + abs-poly-error*2^56 ULP (+ 0.001 ULP without fma). */ in log()
H A Dexp_data.c25 .poly = {
H A Dlog2.c16 #define A __log2_data.poly
113 /* log2(r+1) = r/ln2 + r^2*poly(r). */ in log2()
118 ~ 0.5 + 2/N/ln2 + abs-poly-error*0x1p56 ULP (+ 0.003 ULP without fma). */ in log2()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp2f.c25 #define C __exp2f_data.poly
H A Dlog2f.c23 #define A __log2f_data.poly
H A Dlog.c16 #define A __log_data.poly
106 0.5 + 4.13/N + abs-poly-error*2^57 ULP (+ 0.002 ULP without fma) in log()
108 0.5 + 2.06/N + abs-poly-error*2^56 ULP (+ 0.001 ULP without fma). */ in log()
H A Dlog2.c16 #define A __log2_data.poly
113 /* log2(r+1) = r/ln2 + r^2*poly(r). */ in log2()
118 ~ 0.5 + 2/N/ln2 + abs-poly-error*0x1p56 ULP (+ 0.003 ULP without fma). */ in log2()
H A Dexp_data.c25 .poly = {
/third_party/optimized-routines/math/
H A Dpowf_log2_data.c29 .poly = {
H A Dexp2f.c24 #define C __exp2f_data.poly
H A Dlog2f.c22 #define A __log2f_data.poly
H A Dlogf.c21 #define A __logf_data.poly
H A Dexp2f_data.c54 .poly = {
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py1192 for size, poly in SIZES:
1194 poly = size + poly
1229 incr = incr ^ poly
1242 self.poly = poly
1249 file.write("#define %s_poly %d\n" % (self.name, self.poly))
/third_party/skia/samplecode/
H A DSamplePathClip.cpp251 DragPolyClick(SkPoint poly[], int count) : fPoly(poly), fCount(count) in DragPolyClick() argument
254 memcpy(fSrc, poly, count * sizeof(SkPoint)); in DragPolyClick()
/third_party/ffmpeg/libavutil/
H A Dcrc.c322 #define DECLARE_CRC_INIT_TABLE_ONCE(id, le, bits, poly) \
326 av_assert0(av_crc_init(av_crc_table[id], le, bits, poly, sizeof(av_crc_table[id])) >= 0); \
341 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size) in av_crc_init() argument
346 if (bits < 8 || bits > 32 || poly >= (1LL << bits)) in av_crc_init()
354 c = (c >> 1) ^ (poly & (-(c & 1))); in av_crc_init()
358 c = (c << 1) ^ ((poly << (32 - bits)) & (((int32_t) c) >> 31)); in av_crc_init()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dlog.c16 #define A __log_data.poly
121 0.5 + 4.13/N + abs-poly-error*2^57 ULP (+ 0.002 ULP without fma) in log()
123 0.5 + 2.06/N + abs-poly-error*2^56 ULP (+ 0.001 ULP without fma). */ in log()
H A Dexp_data.c25 .poly = {
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dlog.c16 #define A __log_data.poly
121 0.5 + 4.13/N + abs-poly-error*2^57 ULP (+ 0.002 ULP without fma) in log()
123 0.5 + 2.06/N + abs-poly-error*2^56 ULP (+ 0.001 ULP without fma). */ in log()
H A Dexp_data.c25 .poly = {
/third_party/skia/src/shaders/gradients/
H A DSkSweepGradient.cpp77 skvm::F32 phi = slope * poly(s, -7.0547382347285747528076171875e-3f,

Completed in 10 milliseconds

123456