Home
last modified time | relevance | path

Searched refs:poly (Results 101 - 125 of 181) sorted by relevance

12345678

/third_party/musl/src/math/
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/optimized-routines/math/
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 = {
H A Dlog2.c16 #define A __log2_data.poly
123 /* log2(r+1) = r/ln2 + r^2*poly(r). */ in log2()
129 ~ 0.5 + 2/N/ln2 + abs-poly-error*0x1p56 ULP (+ 0.003 ULP without fma). */ in log2()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c660 sja1105_packing(buf, &entry->poly, 7, 0, in sja1105et_l2_lookup_params_entry_packing()
1372 static u8 sja1105_crc8_add(u8 crc, u8 byte, u8 poly) in sja1105_crc8_add() argument
1379 crc ^= poly; in sja1105_crc8_add()
1398 u64 input, poly_koopman = l2_lookup_params->poly; in sja1105et_fdb_hash()
1400 u8 poly = (u8)(1 + (poly_koopman << 1)); in sja1105et_fdb_hash() local
1410 crc = sja1105_crc8_add(crc, byte, poly); in sja1105et_fdb_hash()
/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()
/kernel/linux/linux-5.10/fs/pstore/
H A Dram_core.c202 prz->ecc_info.poly = ecc_info->poly ?: 0x11d; in persistent_ram_init_ecc()
224 prz->rs_decoder = init_rs(prz->ecc_info.symsize, prz->ecc_info.poly, in persistent_ram_init_ecc()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_init.c73 const u32 poly = 0x00DB2777; in sas_hash_addr() local
84 r ^= poly; in sas_hash_addr()
86 r ^= poly; in sas_hash_addr()
/kernel/linux/linux-6.6/fs/pstore/
H A Dram_core.c202 prz->ecc_info.poly = ecc_info->poly ?: 0x11d; in persistent_ram_init_ecc()
224 prz->rs_decoder = init_rs(prz->ecc_info.symsize, prz->ecc_info.poly, in persistent_ram_init_ecc()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_init.c70 const u32 poly = 0x00DB2777; in sas_hash_addr() local
81 r ^= poly; in sas_hash_addr()
83 r ^= poly; in sas_hash_addr()
/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/liteos_a/kernel/src/math/
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/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,
/third_party/python/Lib/
H A Dturtle.py894 def addcomponent(self, poly, fill, outline=None):
897 Arguments: poly is a polygon, i. e. a tuple of number pairs.
905 >>> poly = ((0,0),(10,-5),(0,10),(-10,-5))
907 >>> s.addcomponent(poly, "red", "blue")
915 self._data.append([poly, fill, outline])
2969 def _polytrafo(self, poly):
2979 for (x, y) in poly]
3032 for item, (poly, fc, oc) in zip(titem, tshape):
3033 poly = self._polytrafo(self._getshapepoly(poly, Tru
[all...]
/third_party/ffmpeg/libavcodec/
H A Dtta.c92 uint64_t crc = UINT64_MAX, poly = 0x42F0E1EBA9EA3693U; in tta_check_crc64() local
99 crc = (crc << 1) ^ (poly & (((int64_t) crc) >> 63)); in tta_check_crc64()

Completed in 18 milliseconds

12345678