Lines Matching full:fabsl
1365 #define FABSL(_, x) x > INT32_MAX ? -(int32_t) x : x1368 SSE_HELPER_L(helper_pabsd, FABSL)