Searched refs:IndexMask (Results 1 – 10 of 10) sorted by relevance
47 #define IndexMask (N - 1) macro60 uint64_t i0 = (i[0] >> (52 - V_LOG_TABLE_BITS)) & IndexMask; in log_lookup()61 uint64_t i1 = (i[1] >> (52 - V_LOG_TABLE_BITS)) & IndexMask; in log_lookup()
36 #define IndexMask (N - 1) macro48 uint64_t i0 = (i[0] >> (52 - V_LOG2_TABLE_BITS)) & IndexMask; in lookup()49 uint64_t i1 = (i[1] >> (52 - V_LOG2_TABLE_BITS)) & IndexMask; in lookup()
37 #define IndexMask (N - 1) macro51 uint64_t i0 = (i[0] >> (52 - V_LOG10_TABLE_BITS)) & IndexMask; in lookup()52 uint64_t i1 = (i[1] >> (52 - V_LOG10_TABLE_BITS)) & IndexMask; in lookup()
14 #define IndexMask (N - 1) macro35 return (uint64x2_t){ __v_exp_data[i[0] & IndexMask], in lookup_sbits()36 __v_exp_data[i[1] & IndexMask] }; in lookup_sbits()
43 #define IndexMask v_u64 (N - 1) macro115 uint64x2_t i = vandq_u64 (u, IndexMask); in V_NAME_D1()
32 #define IndexMask (N - 1) macro46 uint64_t i0 = (i[0] >> (52 - V_LOG_TABLE_BITS)) & IndexMask; in lookup()47 uint64_t i1 = (i[1] >> (52 - V_LOG_TABLE_BITS)) & IndexMask; in lookup()
12 #define IndexMask (N - 1) macro114 u = (uint64x2_t){ Tab[u[0] & IndexMask], Tab[u[1] & IndexMask] }; in V_NAME_D1()
11 #define IndexMask (N - 1) macro107 uint64_t i = (ki & IndexMask) * 2; in exp10()
417 IndexMask((1 << BitsPerIndex) - 1) { in NodesPerBlock()424 uint32_t Offset = (N1 & IndexMask) * NodeMemSize; in ptr()443 const uint32_t IndexMask; member
11647 uint32_t IndexMask = 0xFF << (Index * 8); in calculateByteProvider() local11649 if ((IndexMask & BitMask) != IndexMask) { in calculateByteProvider()11652 if (IndexMask & BitMask) in calculateByteProvider()