Searched refs:_mm_ceil_ss (Results 1 – 2 of 2) sorted by relevance
66 return _mm_ceil_ss(x, y); in test_mm_ceil_ss()
51 #define _mm_ceil_ss(X, Y) _mm_round_ss((X), (Y), _MM_FROUND_CEIL) macro