HomeSort by relevance Sort by last modified time
    Searched full:long_long_type (Results 1 - 14 of 14) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/
numeric_cast_traits_long_long.hpp 16 , boost::long_long_type
21 typedef Trunc<boost::long_long_type> rounding_policy;
40 , boost::long_long_type
45 typedef Trunc<boost::long_long_type> rounding_policy;
64 , boost::long_long_type
69 typedef Trunc<boost::long_long_type> rounding_policy;
88 , boost::long_long_type
93 typedef Trunc<boost::long_long_type> rounding_policy;
112 , boost::long_long_type
117 typedef Trunc<boost::long_long_type> rounding_policy
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
round_fwd.hpp 36 boost::long_long_type lltrunc(const T& v, const Policy& pol);
38 boost::long_long_type lltrunc(const T& v);
54 boost::long_long_type llround(const T& v, const Policy& pol);
56 boost::long_long_type llround(const T& v);
72 T modf(const T& v, boost::long_long_type* ipart, const Policy& pol);
74 T modf(const T& v, boost::long_long_type* ipart);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp 173 class integer_traits< ::boost::long_long_type>
174 : public std::numeric_limits< ::boost::long_long_type>,
175 public detail::integer_traits_base< ::boost::long_long_type, LLONG_MIN, LLONG_MAX>
187 class integer_traits< ::boost::long_long_type> : public std::numeric_limits< ::boost::long_long_type>, public detail::integer_traits_base< ::boost::long_long_type, LONG_LONG_MIN, LONG_LONG_MAX>{ };
197 class integer_traits< ::boost::long_long_type>
198 : public std::numeric_limits< ::boost::long_long_type>,
199 public detail::integer_traits_base< ::boost::long_long_type, LONGLONG_MIN, LONGLONG_MAX>
211 class integer_traits< ::boost::long_long_type>
    [all...]
cstdint.hpp 306 typedef ::boost::long_long_type intmax_t;
308 typedef ::boost::long_long_type int64_t;
309 typedef ::boost::long_long_type int_least64_t;
310 typedef ::boost::long_long_type int_fast64_t;
limits.hpp 29 # define BOOST_LLT ::boost::long_long_type
concept_check.hpp 85 template <> struct Integer< ::boost::long_long_type> {};
104 template <> struct SignedInteger< ::boost::long_long_type> {};
lexical_cast.hpp 464 BOOST_LCAST_DEF(boost::long_long_type )
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
numeric_cast_traits.hpp 93 #define BOOST_NUMERIC_CONVERSION_SEQ_A() BOOST_NUMERIC_CONVERSION_BASE_BUILTIN_TYPES()(boost::long_long_type)(boost::ulong_long_type)
94 #define BOOST_NUMERIC_CONVERSION_SEQ_B() (boost::long_long_type)(boost::ulong_long_type)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
largest_int.hpp 41 template<> struct integral_rank<long_long_type> : int_<12> {};
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_integral.hpp 66 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral, ::boost::long_long_type,true)
type_with_alignment.hpp 46 char, short, int, long, ::boost::long_long_type, float, double, long double \
  /external/curl/lib/
mprintf.c 63 # define LONG_LONG_TYPE long long
67 # define LONG_LONG_TYPE __int64
70 # undef LONG_LONG_TYPE
93 # define mp_intmax_t LONG_LONG_TYPE
94 # define mp_uintmax_t unsigned LONG_LONG_TYPE
930 *(LONG_LONG_TYPE *) p->data.ptr = (LONG_LONG_TYPE)done;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp 483 __extension__ typedef long long long_long_type; typedef in namespace:boost
486 typedef long long long_long_type;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 854 inline T modf(const T& v, boost::long_long_type* ipart){ using boost::math::modf; return modf(v, ipart, Policy()); }\
857 inline boost::long_long_type lltrunc(const T& v){ using boost::math::lltrunc; return lltrunc(v, Policy()); }\
860 inline boost::long_long_type llround(const T& v){ using boost::math::llround; return llround(v, Policy()); }\
    [all...]

Completed in 458 milliseconds