HomeSort by: relevance | last modified time | path
    Searched refs:static_cast (Results 1 - 25 of 938) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
special_function_util.h 68 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
71 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
74 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
77 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); }
80 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); }
83 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); }
86 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); }
89 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); }
92 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); }
95 { return static_cast<_Tp>(0.7071067811865475244008443621048490L);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
special_function_util.h 68 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
71 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
74 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
77 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); }
80 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); }
83 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); }
86 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); }
89 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); }
92 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); }
95 { return static_cast<_Tp>(0.7071067811865475244008443621048490L);
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/solaris/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/uclibc/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/gnu-linux/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/hpux/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/solaris/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/solaris/solaris2.10/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/tpf/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/uclibc/
ctype_inline.h 44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
ctype_inline.h 49 { return __ctype[static_cast<unsigned char>(__c)] & __m; }
56 *__vec++ = __ctype[static_cast<unsigned char>(*__low++)];
65 && !(__ctype[static_cast<unsigned char>(*__low)] & __m))
75 && (__ctype[static_cast<unsigned char>(*__low)] & __m))
84 { return _Getpctype()[static_cast<int>(__c)] & __m; }
91 *__vec++ = _Getpctype()[static_cast<int>(*__low++)];
100 && !(_Getpctype()[static_cast<int>(*__low)] & __m))
110 && (_Getpctype()[static_cast<int>(*__low)] & __m))
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
aligned_buffer.h 65 { return static_cast<void*>(&_M_storage); }
69 { return static_cast<const void*>(&_M_storage); }
73 { return static_cast<_Tp*>(_M_addr()); }
77 { return static_cast<const _Tp*>(_M_addr()); }
106 return static_cast<void*>(&_M_storage);
112 return static_cast<const void*>(&_M_storage);
117 { return static_cast<_Tp*>(_M_addr()); }
121 { return static_cast<const _Tp*>(_M_addr()); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/vxworks/
ctype_inline.h 49 { return __ctype[static_cast<unsigned char>(__c)] & __m; }
56 *__vec++ = __ctype[static_cast<unsigned char>(*__low++)];
65 && !(__ctype[static_cast<unsigned char>(*__low)] & __m))
75 && (__ctype[static_cast<unsigned char>(*__low)] & __m))
84 { return _Getpctype()[static_cast<int>(__c)] & __m; }
91 *__vec++ = _Getpctype()[static_cast<int>(*__low++)];
100 && !(_Getpctype()[static_cast<int>(*__low)] & __m))
110 && (_Getpctype()[static_cast<int>(*__low)] & __m))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
aligned_buffer.h 65 { return static_cast<void*>(&_M_storage); }
69 { return static_cast<const void*>(&_M_storage); }
73 { return static_cast<_Tp*>(_M_addr()); }
77 { return static_cast<const _Tp*>(_M_addr()); }
104 return static_cast<void*>(&_M_storage);
110 return static_cast<const void*>(&_M_storage);
115 { return static_cast<_Tp*>(_M_addr()); }
119 { return static_cast<const _Tp*>(_M_addr()); }
  /src/external/bsd/libc++/dist/libcxxrt/src/
dwarf_eh.h 86 return static_cast<enum dwarf_data_encoding>(x & 0xf);
118 return static_cast<enum dwarf_data_relative>(x & 0x70);
209 uleb |= static_cast<int64_t>(-1) << bits;
211 return static_cast<int64_t>(uleb);
230 return static_cast<uint64_t>(t);\
267 v += static_cast<uint64_t>(static_cast<uintptr_t>(_Unwind_GetTextRelBase(c)));
270 v += static_cast<uint64_t>(static_cast<uintptr_t>(_Unwind_GetDataRelBase(c)));
273 v += static_cast<uint64_t>(static_cast<uintptr_t>(_Unwind_GetRegionStart(c)))
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 110 return static_cast<copy_options>(
111 static_cast<__utype>(__x) & static_cast<__utype>(__y));
119 return static_cast<copy_options>(
120 static_cast<__utype>(__x) | static_cast<__utype>(__y));
128 return static_cast<copy_options>(
129 static_cast<__utype>(__x) ^ static_cast<__utype>(__y));
137 return static_cast<copy_options>(~static_cast<__utype>(__x))
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 109 return static_cast<copy_options>(
110 static_cast<__utype>(__x) & static_cast<__utype>(__y));
117 return static_cast<copy_options>(
118 static_cast<__utype>(__x) | static_cast<__utype>(__y));
125 return static_cast<copy_options>(
126 static_cast<__utype>(__x) ^ static_cast<__utype>(__y));
133 return static_cast<copy_options>(~static_cast<__utype>(__x))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRELFStreamer.h 22 return static_cast<MCELFStreamer &>(Streamer);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_fwd.h 99 return static_cast<copy_options>(
100 static_cast<__utype>(__x) & static_cast<__utype>(__y));
108 return static_cast<copy_options>(
109 static_cast<__utype>(__x) | static_cast<__utype>(__y));
117 return static_cast<copy_options>(
118 static_cast<__utype>(__x) ^ static_cast<__utype>(__y));
126 return static_cast<copy_options>(~static_cast<__utype>(__x))
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_fwd.h 98 return static_cast<copy_options>(
99 static_cast<__utype>(__x) & static_cast<__utype>(__y));
106 return static_cast<copy_options>(
107 static_cast<__utype>(__x) | static_cast<__utype>(__y));
114 return static_cast<copy_options>(
115 static_cast<__utype>(__x) ^ static_cast<__utype>(__y));
122 return static_cast<copy_options>(~static_cast<__utype>(__x))
    [all...]

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>