Searched refs:i64 (Results 1 – 2 of 2) sorted by relevance
236 uint64_t i64; in test_log2() local239 i64 = (uint64_t)i << 32; in test_log2()240 base = (uint32_t)ceilf(log2(i64)); in test_log2()241 compare = rte_log2_u64(i64); in test_log2()244 i64, compare, base); in test_log2()
20 lib.eal.generic.i64)