HomeSort by relevance Sort by last modified time
    Searched defs:__value (Results 51 - 75 of 79) sorted by null

1 23 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 276 * @param __value An element to copy.
279 * This constructor fills the %vector with @a __n copies of @a __value.
281 vector(size_type __n, const value_type& __value,
284 { _M_fill_initialize(__n, __value); }
289 * @param __value An element to copy.
292 * This constructor fills the %vector with @a __n copies of @a __value.
295 vector(size_type __n, const value_type& __value = value_type(),
298 { _M_fill_initialize(__n, __value); }
1166 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
stl_algo.h 863 * @param __value The value to be removed.
867 * to @p __value to the range beginning at @p __result.
874 _OutputIterator __result, const _Tp& __value)
885 if (!(*__first == __value))
1274 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1351 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 121 float __value; member in struct:__gnu_profile::__cost_factor
535 __factor->__value); }
566 __factor->__value = std::atof(__env_value);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algobase.h 142 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
143 && __are_same<_ValueType1&, _ReferenceType1>::__value
144 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
272 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
283 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
385 && __is_pointer<_II>::__value
386 && __is_pointer<_OI>::__value
387 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
405 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
411 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
729 __value); local
    [all...]
stl_vector.h 276 * @param __value An element to copy.
279 * This constructor fills the %vector with @a __n copies of @a __value.
281 vector(size_type __n, const value_type& __value,
284 { _M_fill_initialize(__n, __value); }
289 * @param __value An element to copy.
292 * This constructor fills the %vector with @a __n copies of @a __value.
295 vector(size_type __n, const value_type& __value = value_type(),
298 { _M_fill_initialize(__n, __value); }
1166 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
stl_algo.h 863 * @param __value The value to be removed.
867 * to @p __value to the range beginning at @p __result.
874 _OutputIterator __result, const _Tp& __value)
885 if (!(*__first == __value))
1274 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1351 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 121 float __value; member in struct:__gnu_profile::__cost_factor
535 __factor->__value); }
566 __factor->__value = std::atof(__env_value);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algobase.h 143 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
144 && __are_same<_ValueType1&, _ReferenceType1>::__value
145 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
273 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
284 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
391 && __is_pointer<_II>::__value
392 && __is_pointer<_OI>::__value
393 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
411 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
417 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
740 __value); local
    [all...]
stl_vector.h 328 * @param __value An element to copy.
331 * This constructor fills the %vector with @a __n copies of @a __value.
333 vector(size_type __n, const value_type& __value,
336 { _M_fill_initialize(__n, __value); }
341 * @param __value An element to copy.
344 * This constructor fills the %vector with @a __n copies of @a __value.
347 vector(size_type __n, const value_type& __value = value_type(),
350 { _M_fill_initialize(__n, __value); }
1412 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
stl_algo.h 691 * @param __value The value to be removed.
695 * to @p __value to the range beginning at @p __result.
702 _OutputIterator __result, const _Tp& __value)
713 __gnu_cxx::__ops::__iter_equals_val(__value));
913 * @param __value The value to be removed.
916 * All elements equal to @p __value are removed from the range
928 const _Tp& __value)
938 __gnu_cxx::__ops::__iter_equals_val(__value));
1118 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_trace.h 121 float __value; member in struct:__gnu_profile::__cost_factor
535 __factor->__value); }
566 __factor->__value = std::atof(__env_value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 863 * @param __value The value to be removed.
867 * to @p __value to the range beginning at @p __result.
874 _OutputIterator __result, const _Tp& __value)
885 if (!(*__first == __value))
1274 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1351 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /external/clang/lib/Headers/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 184 enum { __value = 1 }; enumerator in enum:__is_scalar_type::__anon7570
194 template<typename T> typename __enable_if<__is_scalar_type<T>::__value, void>::__type ft7() { }
225 template<typename T> typename __enable_if<(__is_scalar_type<T>::__value), void>::__type ft8() { }
234 enum { __value = 0 }; enumerator in enum:PR5796::__is_scalar_type::__anon7572
242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { };
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
vecintrin.h 1116 unsigned char __value = (__bit1 <= __bit2 ? local
1129 unsigned short __value = (__bit1 <= __bit2 ? local
1142 unsigned int __value = (__bit1 <= __bit2 ? local
1155 unsigned long long __value = (__bit1 <= __bit2 ? local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
mmintrin.h 1012 _mm_setwcx (const int __value, const int __regno)
1017 __asm __volatile ("tmcr wcid, %0" :: "r"(__value));
1020 __asm __volatile ("tmcr wcon, %0" :: "r"(__value));
1023 __asm __volatile ("tmcr wcssf, %0" :: "r"(__value));
1026 __asm __volatile ("tmcr wcasf, %0" :: "r"(__value));
1029 __builtin_arm_setwcgr0 (__value);
1032 __builtin_arm_setwcgr1 (__value);
1035 __builtin_arm_setwcgr2 (__value);
1038 __builtin_arm_setwcgr3 (__value);
1048 int __value; local
    [all...]

Completed in 3416 milliseconds

1 23 4