Searched refs:poly (Results 76 - 100 of 136) sorted by relevance
123456
/third_party/musl/src/math/ |
H A D | exp2f.c | 25 #define C __exp2f_data.poly
|
H A D | logf.c | 22 #define A __logf_data.poly
|
H A D | powf_data.c | 29 .poly = {
|
H A D | log2f.c | 23 #define A __log2f_data.poly
|
H A D | log.c | 16 #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 D | exp_data.c | 25 .poly = {
|
H A D | log2.c | 16 #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 D | exp2f.c | 25 #define C __exp2f_data.poly
|
H A D | log2f.c | 23 #define A __log2f_data.poly
|
H A D | log.c | 16 #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 D | log2.c | 16 #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 D | exp_data.c | 25 .poly = {
|
/third_party/optimized-routines/math/ |
H A D | powf_log2_data.c | 29 .poly = {
|
H A D | exp2f.c | 24 #define C __exp2f_data.poly
|
H A D | log2f.c | 22 #define A __log2f_data.poly
|
H A D | logf.c | 21 #define A __logf_data.poly
|
H A D | exp2f_data.c | 54 .poly = {
|
/third_party/python/Tools/unicode/ |
H A D | makeunicodedata.py | 1192 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 D | SamplePathClip.cpp | 251 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 D | crc.c | 322 #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 D | log.c | 16 #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 D | exp_data.c | 25 .poly = {
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
H A D | log.c | 16 #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 D | exp_data.c | 25 .poly = {
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkSweepGradient.cpp | 77 skvm::F32 phi = slope * poly(s, -7.0547382347285747528076171875e-3f,
|
Completed in 10 milliseconds
123456