Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/ARM/
Dfast-isel-pred.ll36 call void @__bb(<4 x float> %vcvt.i, i8* %tmp1, i32 %tmp2, <4 x float>* %tmp3)
40 define internal void @__bb(<4 x float> %v, i8* %p, i32 %offset, <4 x float>* %constants) nounwind i…
/external/clang/lib/Headers/
Dxmmintrin.h519 __m128 __bb = __builtin_shufflevector(__b, __b, 0, 1, 0, 1); in _mm_loadh_pi() local
520 return __builtin_shufflevector(__a, __bb, 0, 1, 4, 5); in _mm_loadh_pi()
531 __m128 __bb = __builtin_shufflevector(__b, __b, 0, 1, 0, 1); in _mm_loadl_pi() local
532 return __builtin_shufflevector(__a, __bb, 4, 5, 2, 3); in _mm_loadl_pi()
/external/libcxx/include/
Dlocale3517 char* __bb = __buf;
3520 size_t __n = static_cast<size_t>(snprintf(__bb, __bs, "%.0Lf", __units));
3527 __n = static_cast<size_t>(asprintf_l(&__bb, _LIBCPP_GET_C_LOCALE, "%.0Lf", __units));
3529 __n = __asprintf_l(&__bb, _LIBCPP_GET_C_LOCALE, "%.0Lf", __units);
3531 if (__bb == 0)
3533 __hn.reset(__bb);
3542 __ct.widen(__bb, __bb + __n, __db);
3543 bool __neg = __n > 0 && __bb[0] == '-';