Home
last modified time | relevance | path

Searched refs:__bb (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dxmmintrin.h1746 __m128 __bb = __builtin_shufflevector(__b, __b, 0, 1, 0, 1); in _mm_loadh_pi() local
1747 return __builtin_shufflevector(__a, __bb, 0, 1, 4, 5); in _mm_loadh_pi()
1773 __m128 __bb = __builtin_shufflevector(__b, __b, 0, 1, 0, 1); in _mm_loadl_pi() local
1774 return __builtin_shufflevector(__a, __bb, 4, 5, 2, 3); in _mm_loadl_pi()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dalgorithm_impl.h
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale2927 char* __bb = __buf;
2930 int __n = snprintf(__bb, __bs, "%.0Lf", __units);
2935 __n = __libcpp_asprintf_l(&__bb, _LIBCPP_GET_C_LOCALE, "%.0Lf", __units);
2938 __hn.reset(__bb);
2947 __ct.widen(__bb, __bb + __n, __db);
2948 bool __neg = __n > 0 && __bb[0] == '-';