HomeSort by relevance Sort by last modified time
    Searched defs:__f (Results 1 - 25 of 39) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
huge_valf.h 41 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; member in union:__anon22853
51 # define HUGE_VALF (__huge_valf.__f)
mathinline.h 38 __extension__ union { float __f; int __i; } __u = { __f: __x }; member in union:__anon22858
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
huge_valf.h 41 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; member in union:__anon24443
51 # define HUGE_VALF (__huge_valf.__f)
mathinline.h 38 __extension__ union { float __f; int __i; } __u = { __f: __x }; member in union:__anon24448
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
huge_valf.h 41 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; member in union:__anon25955
51 # define HUGE_VALF (__huge_valf.__f)
mathinline.h 38 __extension__ union { float __f; int __i; } __u = { __f: __x }; member in union:__anon25960
  /external/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_string_io.c 19 _CharT __f = __os.fill(); local
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_string_io.c 19 _CharT __f = __os.fill(); local
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_string_io.c 19 _CharT __f = __os.fill(); local
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_string_io.c 19 _CharT __f = __os.fill(); local
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_string_io.c 19 _CharT __f = __os.fill(); local
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
  /external/clang/test/CodeGen/
union.c 18 float __f; member in union:__anon5350
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);

Completed in 729 milliseconds

1 2