Home
last modified time | relevance | path

Searched refs:_STLP_LONG_LONG (Results 1 – 25 of 98) sorted by relevance

1234

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_cstdlib.h93 # if defined (_STLP_LONG_LONG) && !defined (_STLP_NO_VENDOR_STDLIB_L)
148 #if defined (_STLP_LONG_LONG)
151 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } in abs()
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x,… in div()
154 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } in abs()
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } in div()
158 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; } in abs()
H A D_limits.h102 # ifdef _STLP_LONG_LONG
103 # define _STLP_LIMITS_MIN_TYPE _STLP_LONG_LONG
104 # define _STLP_LIMITS_MAX_TYPE unsigned _STLP_LONG_LONG
257 #if defined (_STLP_LONG_LONG)
278 class numeric_limits<_STLP_LONG_LONG>
283 class numeric_limits<unsigned _STLP_LONG_LONG>
296 class numeric_limits<_STLP_LONG_LONG>
297 : public _STLP_PRIV _Numeric_limits_base<_STLP_LONG_LONG> {
300 static _STLP_LONG_LONG (_STLP_CALL min) () _STLP_NOTHROW { return LONGLONG_MIN; } in _STLP_LONG_LONG() function
315 class numeric_limits<unsigned _STLP_LONG_LONG>
[all …]
H A D_hash_fun.h115 #if defined (_STLP_LONG_LONG)
116 _STLP_TEMPLATE_NULL struct hash<_STLP_LONG_LONG> {
117 size_t operator()(_STLP_LONG_LONG x) const { return (size_t)x; }
119 _STLP_TEMPLATE_NULL struct hash<unsigned _STLP_LONG_LONG> {
120 size_t operator()(unsigned _STLP_LONG_LONG x) const { return (size_t)x; }
H A D_num_put.h75 #if defined (_STLP_LONG_LONG)
77 _STLP_LONG_LONG __val) const { in put()
82 unsigned _STLP_LONG_LONG __val) const { in put()
118 #if defined (_STLP_LONG_LONG)
119 …virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, _STLP_LONG_LONG __val) c…
121 unsigned _STLP_LONG_LONG __val) const ;
H A D_ptrs_specialize.h69 # if defined ( _STLP_LONG_LONG)
70 _STLP_POINTERS_SPECIALIZE( _STLP_LONG_LONG )
71 _STLP_POINTERS_SPECIALIZE( unsigned _STLP_LONG_LONG )
H A D_num_get.h95 #if defined (_STLP_LONG_LONG)
97 ios_base::iostate& __err, _STLP_LONG_LONG& __val) const in get()
101 ios_base::iostate& __err, unsigned _STLP_LONG_LONG& __val) const in get()
166 #if defined (_STLP_LONG_LONG)
168 ios_base::iostate& __err, _STLP_LONG_LONG& __val) const;
170 ios_base::iostate& __err, unsigned _STLP_LONG_LONG& __val) const;
H A D_num_put.c263 #if defined (_STLP_LONG_LONG)
264 typedef _STLP_LONG_LONG __max_int_t;
265 typedef unsigned _STLP_LONG_LONG __umax_int_t;
456 #if defined (_STLP_LONG_LONG)
460 _STLP_LONG_LONG __val) const in do_put()
466 unsigned _STLP_LONG_LONG __val) const in do_put()
500 #ifdef _STLP_LONG_LONG in do_put()
504 #ifdef _STLP_LONG_LONG in do_put()
506 …__do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned _STLP_LONG_LONG,__val)) in do_put()
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_cstdlib.h97 # if defined (_STLP_LONG_LONG) && !defined (_STLP_NO_VENDOR_STDLIB_L)
149 #if defined (_STLP_LONG_LONG)
152 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); } in abs()
153 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x,… in div()
155 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return ::llabs(__x); } in abs()
156 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } in div()
159 inline _STLP_LONG_LONG abs(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; } in abs()
H A D_limits.h120 # ifdef _STLP_LONG_LONG
121 # define _STLP_LIMITS_MIN_TYPE _STLP_LONG_LONG
122 # define _STLP_LIMITS_MAX_TYPE unsigned _STLP_LONG_LONG
312 #if defined (_STLP_LONG_LONG)
333 class numeric_limits<_STLP_LONG_LONG>
338 class numeric_limits<unsigned _STLP_LONG_LONG>
351 class numeric_limits<_STLP_LONG_LONG>
352 : public _STLP_PRIV _Numeric_limits_base<_STLP_LONG_LONG> {
363 digits = ((int)((sizeof(_STLP_LONG_LONG) * (CHAR_BIT))) - 1),
385 class numeric_limits<unsigned _STLP_LONG_LONG>
[all …]
H A D_hash_fun.h115 #if defined (_STLP_LONG_LONG)
116 _STLP_TEMPLATE_NULL struct hash<_STLP_LONG_LONG> {
117 size_t operator()(_STLP_LONG_LONG x) const { return (size_t)x; }
119 _STLP_TEMPLATE_NULL struct hash<unsigned _STLP_LONG_LONG> {
120 size_t operator()(unsigned _STLP_LONG_LONG x) const { return (size_t)x; }
H A D_num_put.h76 #if defined (_STLP_LONG_LONG)
78 _STLP_LONG_LONG __val) const { in put()
83 unsigned _STLP_LONG_LONG __val) const { in put()
119 #if defined (_STLP_LONG_LONG)
120 …virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, _STLP_LONG_LONG __val) c…
122 unsigned _STLP_LONG_LONG __val) const ;
H A D_ptrs_specialize.h66 # if defined ( _STLP_LONG_LONG)
67 _STLP_POINTERS_SPECIALIZE( _STLP_LONG_LONG )
68 _STLP_POINTERS_SPECIALIZE( unsigned _STLP_LONG_LONG )
H A D_num_get.h96 #if defined (_STLP_LONG_LONG)
98 ios_base::iostate& __err, _STLP_LONG_LONG& __val) const in get()
102 ios_base::iostate& __err, unsigned _STLP_LONG_LONG& __val) const in get()
167 #if defined (_STLP_LONG_LONG)
169 ios_base::iostate& __err, _STLP_LONG_LONG& __val) const;
171 ios_base::iostate& __err, unsigned _STLP_LONG_LONG& __val) const;
H A D_num_put.c273 #if defined (_STLP_LONG_LONG)
274 typedef _STLP_LONG_LONG __max_int_t;
275 typedef unsigned _STLP_LONG_LONG __umax_int_t;
510 #if defined (_STLP_LONG_LONG)
514 _STLP_LONG_LONG __val) const in do_put()
520 unsigned _STLP_LONG_LONG __val) const in do_put()
537 # if defined(_STLP_LONG_LONG) && !defined(__MRC__) //*ty 11/24/2001 - MrCpp can not cast from void*… in do_put()
538 … = this->do_put(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned _STLP_LONG_LONG,__val)); in do_put()
H A Dtype_traits.h121 # ifdef _STLP_LONG_LONG
122 _STLP_TEMPLATE_NULL struct _IsIntegral<_STLP_LONG_LONG>
125 _STLP_TEMPLATE_NULL struct _IsIntegral<unsigned _STLP_LONG_LONG>
302 # ifdef _STLP_LONG_LONG
303 _STLP_DEFINE_TYPE_TRAITS_FOR(_STLP_LONG_LONG);
304 _STLP_DEFINE_TYPE_TRAITS_FOR(unsigned _STLP_LONG_LONG);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/test/unit/
H A Dstrstream_test.cpp33 # if defined (STLPORT) && defined (_STLP_LONG_LONG) in input()
36 _STLP_LONG_LONG rval = 0; in input()
42 _STLP_LONG_LONG rval = 0; in input()
H A Dnum_put_get_test.cpp660 #if defined (STLPORT) && defined (_STLP_LONG_LONG) in num_put_integer()
661 CHECK(_STLP_LONG_LONG, 0, oct, "0") in num_put_integer()
663 if (sizeof(_STLP_LONG_LONG) == 8) { in num_put_integer()
668 CHECK(unsigned _STLP_LONG_LONG, 0, oct, "0") in num_put_integer()
706 #if defined (STLPORT) && defined (_STLP_LONG_LONG) in num_put_integer()
707 CHECK(_STLP_LONG_LONG, 0, dec, "0") in num_put_integer()
708 CHECK(_STLP_LONG_LONG, -1, dec, "-1") in num_put_integer()
712 CHECK(unsigned _STLP_LONG_LONG, 0, dec, "0") in num_put_integer()
755 CHECK(_STLP_LONG_LONG, 0, hex, "0") in num_put_integer()
757 if (sizeof(_STLP_LONG_LONG) == 8) { in num_put_integer()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/hash_impl/
H A D_hash_fun.h100 # if defined (_STLP_LONG_LONG)
101 _STLP_TEMPLATE_NULL struct hash<_STLP_LONG_LONG> {
104 _STLP_TEMPLATE_NULL struct hash<unsigned _STLP_LONG_LONG> {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/hash_impl/
H A D_hash_fun.h100 # if defined (_STLP_LONG_LONG)
101 _STLP_TEMPLATE_NULL struct hash<_STLP_LONG_LONG> {
104 _STLP_TEMPLATE_NULL struct hash<unsigned _STLP_LONG_LONG> {
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/config/
H A D_apcc.h12 #define _STLP_LONG_LONG long long macro
26 # undef _STLP_LONG_LONG
H A D_intel.h62 #undef _STLP_LONG_LONG
63 #define _STLP_LONG_LONG long long macro
H A Dstl_confix.h92 # if !defined (__NO_LONG_LONG) && !defined (_STLP_LONG_LONG)
93 # define _STLP_LONG_LONG long long macro
H A D_gcc.h124 #define _STLP_LONG_LONG long long macro
185 # undef _STLP_LONG_LONG
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/config/
H A D_apcc.h13 #define _STLP_LONG_LONG long long macro
27 # undef _STLP_LONG_LONG
H A D_intel.h65 #undef _STLP_LONG_LONG
66 #define _STLP_LONG_LONG long long macro

1234