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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
huge_valf.h 41 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; member in union:__anon37209
51 # define HUGE_VALF (__huge_valf.__f)
mathinline.h 41 __extension__ union { float __f; int __i; } __u = { __f: __x }; member in union:__anon37214
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
huge_valf.h 41 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; member in union:__anon39222
51 # define HUGE_VALF (__huge_valf.__f)
fenv.h 107 float __f = 0.0; local
110 __asm__ __volatile__ ("divss %0, %0 " : : "x" (__f));
113 : "=t" (__f) : "0" (__f));
115 (void) &__f;
119 float __f = 1.0; local
123 __asm__ __volatile__ ("divss %1, %0" : : "x" (__f), "x" (__g));
126 : "=t" (__f) : "0" (__f), "u" (__g) : "st(1)");
128 (void) &__f;
    [all...]
mathinline.h 130 __extension__ union { float __f; int __i; } __u = { __f: __x }; member in union:__anon39230
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
huge_valf.h 41 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; member in union:__anon40092
51 # define HUGE_VALF (__huge_valf.__f)
mathinline.h 43 __extension__ union { float __f; int __i; } __u = { __f: __x }; member in union:__anon40097
fenv.h 114 float __f = 0.0; local
116 __asm__ __volatile__ ("divss %0, %0 " : : "x" (__f));
117 (void) &__f;
121 float __f = 1.0; local
124 __asm__ __volatile__ ("divss %1, %0" : : "x" (__f), "x" (__g));
125 (void) &__f;
  /external/libcxx/src/
future.cpp 71 static __future_error_category __f; variable
72 return __f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 69 static __future_error_category __f; variable
70 return __f;
  /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...]
_rope.c 339 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this); local
340 _STLP_STD::_Destroy(__f);
342 _RopeFunction).deallocate(__f, 1);
692 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __base); local
699 (*(__f->_M_fn))(__start, __result_len, __section);
824 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
829 (*(__f->_M_fn))(__begin, __len, __buffer);
846 char __f = __o.fill(); local
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
939 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
1153 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]
  /prebuilts/ndk/current/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...]
  /external/clang/test/CodeGen/
union.c 18 float __f; member in union:__anon8221
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_after.h 273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /external/fio/
filesetup.c 465 struct fio_file *__f; local
468 __f = lookup_file_hash(f->file_name);
469 if (__f) {
472 * racy, need the __f->lock locked
474 f->lock = __f->lock;
1487 struct fio_file *__f; local
1489 __f = alloc_new_file(td);
1492 __f->file_name = smalloc_strdup(f->file_name);
1493 if (!__f->file_name) {
1498 __f->filetype = f->filetype
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 396 _Rope_RopeFunction<_CharT, _Alloc>* __f local
398 __f->_Rope_RopeFunction<_CharT, _Alloc>::~_Rope_RopeFunction();
399 this->_F_deallocate(__f, 1);
806 _RopeFunction* __f = (_RopeFunction*)__base; local
818 { (*(__f->_M_fn))(__start, __result_len, __section); }
959 _RopeFunction* __f = (_RopeFunction*)__r; local
966 (*(__f->_M_fn))(__begin, __len, __buffer);
986 char __f = __o.fill(); local
990 __o.put(__f);
1098 _RopeFunction* __f = (_RopeFunction*)__r local
1352 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 396 _Rope_RopeFunction<_CharT, _Alloc>* __f local
398 __f->_Rope_RopeFunction<_CharT, _Alloc>::~_Rope_RopeFunction();
399 this->_F_deallocate(__f, 1);
806 _RopeFunction* __f = (_RopeFunction*)__base; local
818 { (*(__f->_M_fn))(__start, __result_len, __section); }
959 _RopeFunction* __f = (_RopeFunction*)__r; local
966 (*(__f->_M_fn))(__begin, __len, __buffer);
986 char __f = __o.fill(); local
990 __o.put(__f);
1098 _RopeFunction* __f = (_RopeFunction*)__r local
1352 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]

Completed in 852 milliseconds

1 2 3