/third_party/musl/src/math/ |
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/optimized-routines/math/ |
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 = {
|
H A D | log2.c | 16 #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 D | sja1105_dynamic_config.c | 660 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 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()
|
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | ram_core.c | 202 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 D | sas_init.c | 73 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 D | ram_core.c | 202 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 D | sas_init.c | 70 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 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/liteos_a/kernel/src/math/ |
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/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,
|
/third_party/python/Lib/ |
H A D | turtle.py | 894 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 D | tta.c | 92 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()
|