Searched refs:fabs (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npa.h | 69 roc_npa_aura_op_free(uint64_t aura_handle, const int fabs, uint64_t iova) in roc_npa_aura_op_free() argument 74 if (fabs) in roc_npa_aura_op_free() 328 unsigned int num, const int fabs) in roc_npa_aura_op_bulk_free() argument 335 roc_npa_aura_op_free(aura_handle, fabs, inbuf); in roc_npa_aura_op_bulk_free() 385 unsigned int num, const int fabs, uint64_t lmt_addr, in roc_npa_aura_batch_free() argument 406 free0 |= ((uint64_t)!!fabs << 63); in roc_npa_aura_batch_free() 422 unsigned int num, const int fabs, in roc_npa_aura_batch_free_burst() argument 443 free0 |= ((uint64_t)!!fabs << 63); in roc_npa_aura_batch_free_burst() 470 unsigned int num, const int fabs, uint64_t lmt_addr, in roc_npa_aura_op_batch_free() argument 483 roc_npa_aura_batch_free_burst(aura_handle, buf, chunk, fabs, in roc_npa_aura_op_batch_free() [all …]
|
| /dpdk/app/test/ |
| H A D | test_timer.c | 517 const double time_diff = fabs(tsc_time - hpet_time)*100/tsc_time; in timer_sanity_check()
|
| H A D | test_red.c | 239 abs_diff = fabs(drop_rate - drop_prob); in check_drop_rate() 259 abs_diff = fabs(avg - exp_avg); in check_avg()
|
| H A D | test_pie.c | 213 abs_diff = fabs(drop_rate - drop_prob); in check_drop_rate()
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | nix.h | 1756 uint64_t fabs : 1; member
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 1415 if (fabs(A - B) > 5) in maxstar() 1418 return RTE_MAX(A, B) + log1p(exp(-fabs(A - B))); in maxstar()
|