Searched refs:arithmetic_shift_right (Results 1 – 2 of 2) sorted by relevance
29 arithmetic_shift_right(T tx, cl_uint count) in arithmetic_shift_right() function63 result = arithmetic_shift_right(result, sizeof(T) * 8 - count); in cpu_bit_extract_signed()
638 struct arithmetic_shift_right { struct659 VERIFY( (m2 == m1.unaryExpr(arithmetic_shift_right<2>())).all() ); in array_integer() argument661 VERIFY( (m2 == m1.unaryExpr(arithmetic_shift_right<9>())).all() ); in array_integer()