Home | History | Annotate | Download | only in target-i386

Lines Matching full:fabsl

1365 #define FABSL(_, x) x > INT32_MAX ? -(int32_t) x : x
1368 SSE_HELPER_L(helper_pabsd, FABSL)