Home
last modified time | relevance | path

Searched refs:__temp (Results 1 – 25 of 41) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/
A Dmathinline.h367 register long double __temp; \
368 __temp = __builtin_expm1l (__x); \
369 return __temp ? __temp : __x
374 register long double __temp; \
387 : "=t" (__temp) : "0" (1.0), "u" (__exponent)); \
388 __temp -= 1.0; \
389 __temp += __value; \
390 return __temp ? __temp : __x
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/cpu/m68k/
A Datomicity.h40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
45 : "=d" (__result), "=&d" (__temp), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/cpu/m68k/
A Datomicity.h40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
45 : "=d" (__result), "=&d" (__temp), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/cpu/m68k/
A Datomicity.h40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
45 : "=d" (__result), "=&d" (__temp), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/cpu/m68k/
A Datomicity.h40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
45 : "=d" (__result), "=&d" (__temp), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/cpu/m68k/
A Datomicity.h40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
45 : "=d" (__result), "=&d" (__temp), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/cpu/m68k/
A Datomicity.h40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
45 : "=d" (__result), "=&d" (__temp), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/cpu/m68k/
A Datomicity.h40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
45 : "=d" (__result), "=&d" (__temp), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/cpu/m68k/
A Datomicity.h40 register _Atomic_word __temp; in _GLIBCXX_VISIBILITY() local
45 : "=d" (__result), "=&d" (__temp), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dbitmap_allocator.h591 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
596 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
781 size_t* __temp = in _GLIBCXX_VISIBILITY()
783 *__temp = 0; in _GLIBCXX_VISIBILITY()
784 ++__temp; in _GLIBCXX_VISIBILITY()
789 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
791 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
798 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dbitmap_allocator.h588 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
593 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
778 size_t* __temp = in _GLIBCXX_VISIBILITY()
780 *__temp = 0; in _GLIBCXX_VISIBILITY()
781 ++__temp; in _GLIBCXX_VISIBILITY()
786 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
788 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
795 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dbitmap_allocator.h588 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
593 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
778 size_t* __temp = in _GLIBCXX_VISIBILITY()
780 *__temp = 0; in _GLIBCXX_VISIBILITY()
781 ++__temp; in _GLIBCXX_VISIBILITY()
786 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
788 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
795 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dbitmap_allocator.h591 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
596 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
781 size_t* __temp = in _GLIBCXX_VISIBILITY()
783 *__temp = 0; in _GLIBCXX_VISIBILITY()
784 ++__temp; in _GLIBCXX_VISIBILITY()
789 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
791 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
798 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dbitmap_allocator.h591 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
596 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
781 size_t* __temp = in _GLIBCXX_VISIBILITY()
783 *__temp = 0; in _GLIBCXX_VISIBILITY()
784 ++__temp; in _GLIBCXX_VISIBILITY()
789 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
791 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
798 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dbitmap_allocator.h591 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
596 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
781 size_t* __temp = in _GLIBCXX_VISIBILITY()
783 *__temp = 0; in _GLIBCXX_VISIBILITY()
784 ++__temp; in _GLIBCXX_VISIBILITY()
789 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
791 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
798 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dbitmap_allocator.h586 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
591 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
777 size_t* __temp = in _GLIBCXX_VISIBILITY()
779 *__temp = 0; in _GLIBCXX_VISIBILITY()
780 ++__temp; in _GLIBCXX_VISIBILITY()
785 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
787 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
794 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dbitmap_allocator.h586 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
591 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
777 size_t* __temp = in _GLIBCXX_VISIBILITY()
779 *__temp = 0; in _GLIBCXX_VISIBILITY()
780 ++__temp; in _GLIBCXX_VISIBILITY()
785 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
787 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
794 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dforward_list.tcc84 _Node* __temp = __curr; in _M_erase_after() local
87 __temp->_M_valptr()); in _M_erase_after()
88 __temp->~_Node(); in _M_erase_after()
89 _M_put_node(__temp); in _M_erase_after()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dforward_list.tcc100 _Node* __temp = __curr; in _M_erase_after() local
103 allocator_traits<_Tp_alloc_type>::destroy(__a, __temp->_M_valptr()); in _M_erase_after()
104 __temp->~_Node(); in _M_erase_after()
105 _M_put_node(__temp); in _M_erase_after()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dforward_list.tcc84 _Node* __temp = __curr; in _M_erase_after() local
87 __temp->_M_valptr()); in _M_erase_after()
88 __temp->~_Node(); in _M_erase_after()
89 _M_put_node(__temp); in _M_erase_after()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dforward_list.tcc88 _Node* __temp = __curr; in _M_erase_after() local
91 __temp->_M_valptr()); in _M_erase_after()
92 __temp->~_Node(); in _M_erase_after()
93 _M_put_node(__temp); in _M_erase_after()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dforward_list.tcc84 _Node* __temp = __curr; in _M_erase_after() local
87 __temp->_M_valptr()); in _M_erase_after()
88 __temp->~_Node(); in _M_erase_after()
89 _M_put_node(__temp); in _M_erase_after()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dforward_list.tcc88 _Node* __temp = __curr; in _M_erase_after() local
91 allocator_traits<_Tp_alloc_type>::destroy(__a, __temp->_M_valptr()); in _M_erase_after()
92 __temp->~_Node(); in _M_erase_after()
93 _M_put_node(__temp); in _M_erase_after()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dforward_list.tcc84 _Node* __temp = __curr; in _M_erase_after() local
87 __temp->_M_valptr()); in _M_erase_after()
88 __temp->~_Node(); in _M_erase_after()
89 _M_put_node(__temp); in _M_erase_after()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dforward_list.tcc100 _Node* __temp = __curr; in _M_erase_after() local
103 allocator_traits<_Tp_alloc_type>::destroy(__a, __temp->_M_valptr()); in _M_erase_after()
104 __temp->~_Node(); in _M_erase_after()
105 _M_put_node(__temp); in _M_erase_after()

Completed in 71 milliseconds

12