Searched defs:__e (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp13 initializer_list(const _E* __b, const _E* __e) argument
15 __end_(__e)
/external/stlport/stlport/stl/
H A D_monetary.c287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
H A D_vector.h665 void _M_set(pointer __s, pointer __f, pointer __e) { argument
668 this->_M_end_of_storage._M_data = __e;
H A D_rope.h1377 rope(const _CharT *__s, const _CharT *__e, argument
1379 : _M_tree_ptr(__a, _S_RopeLeaf_from_unowned_char_ptr(__s, __e - __s, __a))
1382 rope(const const_iterator& __s, const const_iterator& __e, argument
1385 __e._M_current_pos))
1388 rope(const iterator& __s, const iterator& __e, argument
1391 __e._M_current_pos))
1672 _Self& append(const _CharT* __s, const _CharT* __e) { argument
1673 _M_reset(_S_destr_concat_char_iter(_M_tree_ptr._M_data, __s, __e - __s));
1677 _Self& append(const_iterator __s, const_iterator __e) { argument
1678 _STLP_ASSERT(__s._M_root == __e
[all...]
/external/clang/lib/Headers/
H A Davxintrin.h923 float __e, float __f, float __g, float __h)
925 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
978 float __e, float __f, float __g, float __h)
980 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
922 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
977 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
/external/clang/lib/include/
H A Davxintrin.h923 float __e, float __f, float __g, float __h)
925 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
978 float __e, float __f, float __g, float __h)
980 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
922 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
977 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument

Completed in 205 milliseconds