Home
last modified time | relevance | path

Searched defs:__base (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
Dios_base.h788 boolalpha(ios_base& __base) in boolalpha()
796 noboolalpha(ios_base& __base) in noboolalpha()
804 showbase(ios_base& __base) in showbase()
812 noshowbase(ios_base& __base) in noshowbase()
820 showpoint(ios_base& __base) in showpoint()
828 noshowpoint(ios_base& __base) in noshowpoint()
836 showpos(ios_base& __base) in showpos()
844 noshowpos(ios_base& __base) in noshowpos()
852 skipws(ios_base& __base) in skipws()
860 noskipws(ios_base& __base) in noskipws()
[all …]
Dsstream.tcc231 _M_sync(char_type* __base, __size_type __i, __size_type __o) in _M_sync()
Dlocale_facets.tcc532 int __base = __oct ? 8 : (__basefield == ios_base::hex ? 16 : 10); in _M_extract_int() local
/freebsd-11-stable/contrib/libstdc++/src/
Dlocalename.cc146 locale::locale(const locale& __base, const char* __s, category __cat) in locale()
156 locale::locale(const locale& __base, const locale& __add, category __cat) in locale()
161 locale::_M_coalesce(const locale& __base, const locale& __add, in _M_coalesce()
/freebsd-11-stable/stand/efi/loader/arch/i386/
HDexec.c36 uint32_t __base; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_cmath.h143 __DEVICE__ float pow(float __base, float __exp) { in pow()
146 __DEVICE__ float pow(float __base, int __iexp) { in pow()
149 __DEVICE__ double pow(double __base, int __iexp) { in pow()
/freebsd-11-stable/contrib/libstdc++/include/debug/
Dsafe_sequence.h77 _After_nth_from(const difference_type& __n, const _Iterator& __base) in _After_nth_from()
/freebsd-11-stable/contrib/libstdc++/include/std/
Dstd_iomanip.h132 setbase(int __base) in setbase()
/freebsd-11-stable/contrib/libstdc++/libsupc++/
Dcxxabi.h436 __si_class_type_info(const char *__n, const __class_type_info *__base) in __si_class_type_info()
/freebsd-11-stable/sys/powerpc/include/
HD_types.h156 char *__base; member
/freebsd-11-stable/contrib/libstdc++/include/ext/
Dropeimpl.h719 _S_substring(_RopeRep* __base, size_t __start, size_t __endp1) in _S_substring()