HomeSort by relevance Sort by last modified time
    Searched refs:__d (Results 151 - 175 of 239) sorted by null

1 2 3 4 5 67 8 910

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_merge.h 380 #define _GLIBCXX_PARALLEL_DECISION(__a, __b, __c, __d) { \
381 if (__seq ## __d < __seq ## __a) \
382 goto __s ## __d ## __a ## __b ## __c; \
383 if (__seq ## __d < __seq ## __b) \
384 goto __s ## __a ## __d ## __b ## __c; \
385 if (__seq ## __d < __seq ## __c) \
386 goto __s ## __a ## __b ## __d ## __c; \
387 goto __s ## __a ## __b ## __c ## __d; }
412 #define _GLIBCXX_PARALLEL_MERGE_4_CASE(__a, __b, __c, __d, \
414 __s ## __a ## __b ## __c ## __d:
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
337 traits_type::assign(*__d, *__s);
339 traits_type::copy(__d, __s, __n);
343 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
346 traits_type::assign(*__d, *__s);
348 traits_type::move(__d, __s, __n);
352 _M_assign(_CharT* __d, size_type __n, _CharT __c)
355 traits_type::assign(*__d, __c);
357 traits_type::assign(__d, __n, __c);
389 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
352 traits_type::assign(*__d, *__s);
354 traits_type::copy(__d, __s, __n);
358 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
361 traits_type::assign(*__d, *__s);
363 traits_type::move(__d, __s, __n);
367 _M_assign(_CharT* __d, size_type __n, _CharT __c)
370 traits_type::assign(*__d, __c);
372 traits_type::assign(__d, __n, __c);
404 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
352 traits_type::assign(*__d, *__s);
354 traits_type::copy(__d, __s, __n);
358 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
361 traits_type::assign(*__d, *__s);
363 traits_type::move(__d, __s, __n);
367 _M_assign(_CharT* __d, size_type __n, _CharT __c)
370 traits_type::assign(*__d, __c);
372 traits_type::assign(__d, __n, __c);
404 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
337 traits_type::assign(*__d, *__s);
339 traits_type::copy(__d, __s, __n);
343 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
346 traits_type::assign(*__d, *__s);
348 traits_type::move(__d, __s, __n);
352 _M_assign(_CharT* __d, size_type __n, _CharT __c)
355 traits_type::assign(*__d, __c);
357 traits_type::assign(__d, __n, __c);
389 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
337 traits_type::assign(*__d, *__s);
339 traits_type::copy(__d, __s, __n);
343 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
346 traits_type::assign(*__d, *__s);
348 traits_type::move(__d, __s, __n);
352 _M_assign(_CharT* __d, size_type __n, _CharT __c)
355 traits_type::assign(*__d, __c);
357 traits_type::assign(__d, __n, __c);
389 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
337 traits_type::assign(*__d, *__s);
339 traits_type::copy(__d, __s, __n);
343 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
346 traits_type::assign(*__d, *__s);
348 traits_type::move(__d, __s, __n);
352 _M_assign(_CharT* __d, size_type __n, _CharT __c)
355 traits_type::assign(*__d, __c);
357 traits_type::assign(__d, __n, __c);
389 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
337 traits_type::assign(*__d, *__s);
339 traits_type::copy(__d, __s, __n);
343 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
346 traits_type::assign(*__d, *__s);
348 traits_type::move(__d, __s, __n);
352 _M_assign(_CharT* __d, size_type __n, _CharT __c)
355 traits_type::assign(*__d, __c);
357 traits_type::assign(__d, __n, __c);
389 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
352 traits_type::assign(*__d, *__s);
354 traits_type::copy(__d, __s, __n);
358 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
361 traits_type::assign(*__d, *__s);
363 traits_type::move(__d, __s, __n);
367 _M_assign(_CharT* __d, size_type __n, _CharT __c)
370 traits_type::assign(*__d, __c);
372 traits_type::assign(__d, __n, __c);
404 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 351 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
354 traits_type::assign(*__d, *__s);
356 traits_type::copy(__d, __s, __n);
360 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
363 traits_type::assign(*__d, *__s);
365 traits_type::move(__d, __s, __n);
369 _M_assign(_CharT* __d, size_type __n, _CharT __c)
372 traits_type::assign(*__d, __c);
374 traits_type::assign(__d, __n, __c);
406 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
352 traits_type::assign(*__d, *__s);
354 traits_type::copy(__d, __s, __n);
358 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
361 traits_type::assign(*__d, *__s);
363 traits_type::move(__d, __s, __n);
367 _M_assign(_CharT* __d, size_type __n, _CharT __c)
370 traits_type::assign(*__d, __c);
372 traits_type::assign(__d, __n, __c);
404 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 351 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
354 traits_type::assign(*__d, *__s);
356 traits_type::copy(__d, __s, __n);
360 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
363 traits_type::assign(*__d, *__s);
365 traits_type::move(__d, __s, __n);
369 _M_assign(_CharT* __d, size_type __n, _CharT __c)
372 traits_type::assign(*__d, __c);
374 traits_type::assign(__d, __n, __c);
406 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 354 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
357 traits_type::assign(*__d, *__s);
359 traits_type::copy(__d, __s, __n);
363 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
366 traits_type::assign(*__d, *__s);
368 traits_type::move(__d, __s, __n);
372 _M_assign(_CharT* __d, size_type __n, _CharT __c)
375 traits_type::assign(*__d, __c);
377 traits_type::assign(__d, __n, __c);
409 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /external/clang/lib/Headers/
avxintrin.h 916 _mm256_set_pd(double __a, double __b, double __c, double __d)
918 return (__m256d){ __d, __c, __b, __a };
922 _mm256_set_ps(float __a, float __b, float __c, float __d,
925 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
964 _mm256_set_epi64x(long long __a, long long __b, long long __c, long long __d)
966 return (__m256i)(__v4di){ __d, __c, __b, __a };
971 _mm256_setr_pd(double __a, double __b, double __c, double __d)
973 return (__m256d){ __a, __b, __c, __d };
977 _mm256_setr_ps(float __a, float __b, float __c, float __d,
980 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h }
    [all...]
xmmintrin.h 706 _mm_insert_pi16(__m64 __a, int __d, int __n)
709 __b[__n & 3] = __d;
754 _mm_maskmove_si64(__m64 __d, __m64 __n, char *__p)
756 __builtin_ia32_maskmovq((__v8qi)__d, (__v8qi)__n, __p);
  /prebuilts/sdk/renderscript/clang-include/
avxintrin.h 916 _mm256_set_pd(double __a, double __b, double __c, double __d)
918 return (__m256d){ __d, __c, __b, __a };
922 _mm256_set_ps(float __a, float __b, float __c, float __d,
925 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
964 _mm256_set_epi64x(long long __a, long long __b, long long __c, long long __d)
966 return (__m256i)(__v4di){ __d, __c, __b, __a };
971 _mm256_setr_pd(double __a, double __b, double __c, double __d)
973 return (__m256d){ __a, __b, __c, __d };
977 _mm256_setr_ps(float __a, float __b, float __c, float __d,
980 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h }
    [all...]
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 124 vmlal_lane_s16 (int32x4_t __a, int16x4_t __b, int16x4_t __c, const int __d)
126 return (int32x4_t)__builtin_neon_vmlal_lanev4hi (__a, __b, __c, __d, 1);
129 vqdmlal_lane_s16 (int32x4_t __a, int16x4_t __b, int16x4_t __c, const int __d)
131 return (int32x4_t)__builtin_neon_vqdmlal_lanev4hi (__a, __b, __c, __d, 1);
  /external/compiler-rt/test/Unit/
divdc3_test.c 21 double _Complex __divdc3(double __a, double __b, double __c, double __d);
divsc3_test.c 21 float _Complex __divsc3(float __a, float __b, float __c, float __d);
divtc3_test.c 24 __divtc3(long double __a, long double __b, long double __c, long double __d);
divxc3_test.c 24 __divxc3(long double __a, long double __b, long double __c, long double __d);
muldc3_test.c 21 double _Complex __muldc3(double __a, double __b, double __c, double __d);
mulsc3_test.c 21 float _Complex __mulsc3(float __a, float __b, float __c, float __d);
multc3_test.c 24 __multc3(long double __a, long double __b, long double __c, long double __d);
mulxc3_test.c 24 __mulxc3(long double __a, long double __b, long double __c, long double __d);

Completed in 2633 milliseconds

1 2 3 4 5 67 8 910