HomeSort by relevance Sort by last modified time
    Searched refs:traits (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.hpp 184 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::type traits; typedef
188 BOOST_DEDUCED_TYPENAME traits::bits a;
189 traits::get_bits(x,a);
191 a &= traits::exponent | traits::flag | traits::significand;
192 BOOST_MATH_INSTRUMENT_VARIABLE((traits::exponent | traits::flag | traits::significand));
195 if(a <= traits::significand)
213 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::type traits; typedef
250 typedef typename detail::fp_traits<T>::type traits; typedef
293 typedef BOOST_DEDUCED_TYPENAME detail::fp_traits<T>::type traits; typedef
313 typedef typename detail::fp_traits<T>::type traits; typedef
353 typedef BOOST_DEDUCED_TYPENAME detail::fp_traits<T>::type traits; typedef
373 typedef typename detail::fp_traits<T>::type traits; typedef
415 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::type traits; typedef
426 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::type traits; typedef
451 typedef typename detail::fp_traits<T>::type traits; typedef
492 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::type traits; typedef
503 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::type traits; typedef
521 typedef typename detail::fp_traits<T>::type traits; typedef
    [all...]
sign.hpp 49 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::type traits; typedef
51 BOOST_DEDUCED_TYPENAME traits::bits a;
52 traits::get_bits(x,a);
53 return a & traits::sign ? 1 : 0;
59 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::type traits; typedef
61 BOOST_DEDUCED_TYPENAME traits::bits a;
62 traits::get_bits(x,a);
64 return a & traits::sign ? 1 : 0;
85 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::sign_change_type traits; typedef
87 BOOST_DEDUCED_TYPENAME traits::bits a
97 typedef BOOST_DEDUCED_TYPENAME fp_traits<T>::sign_change_type traits; typedef
111 typedef typename detail::fp_traits<T>::type traits; typedef
125 typedef typename detail::fp_traits<T>::sign_change_type traits; typedef
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-subst-std.cpp 51 template<typename charT, typename traits = char_traits<charT> >
52 struct basic_istream : virtual public basic_ios<charT, traits> {
53 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { }
57 template<typename charT, typename traits = char_traits<charT> >
58 struct basic_ostream : virtual public basic_ios<charT, traits> {
59 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { }
64 template<typename charT, typename traits = char_traits<charT> >
65 struct basic_iostream : public basic_istream<charT, traits>,
66 public basic_ostream<charT, traits> {
67 basic_iostream(int x) : basic_istream<charT, traits>(x)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 37 * @file traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /external/eigen/Eigen/src/Core/
ReturnByValue.h 24 struct traits<ReturnByValue<Derived> > struct in namespace:Eigen::internal
25 : public traits<typename traits<Derived>::ReturnType>
31 Flags = (traits<typename traits<Derived>::ReturnType>::Flags
45 typedef typename traits<Derived>::ReturnType type;
54 typedef typename internal::traits<Derived>::ReturnType ReturnType;
Product.h 30 struct traits<Product<Lhs, Rhs> > struct in namespace:internal
35 typedef typename scalar_product_traits<typename traits<LhsCleaned>::Scalar, typename traits<RhsCleaned>::Scalar>::ReturnType Scalar;
36 typedef typename promote_storage_type<typename traits<LhsCleaned>::StorageKind,
37 typename traits<RhsCleaned>::StorageKind>::ret StorageKind;
38 typedef typename promote_index_type<typename traits<LhsCleaned>::Index,
39 typename traits<RhsCleaned>::Index>::type Index;
46 CoeffReadCost = 0 // TODO CoeffReadCost should not be part of the expression traits
53 class Product : public ProductImpl<Lhs,Rhs,typename internal::promote_storage_type<typename internal::traits<Lhs>::StorageKind,
54 typename internal::traits<Rhs>::StorageKind>::ret
    [all...]
  /external/llvm/include/llvm/Support/
RegistryParser.h 37 typedef U traits; typedef in class:llvm::RegistryParser
43 addLiteralOption(traits::nameof(E), &E, traits::descof(E));
  /external/chromium/chrome/browser/sync/glue/
extension_sync.h 49 bool SlurpExtensionData(const ExtensionSyncTraits& traits,
60 bool FlushExtensionData(const ExtensionSyncTraits& traits,
68 bool UpdateServerData(const ExtensionSyncTraits& traits,
75 void RemoveServerData(const ExtensionSyncTraits& traits,
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
WebFontCache.h 32 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits weight:(int)desiredWeight size:(float)size;
36 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits size:(float)size;
  /frameworks/rs/cpp/util/
TypeHelpers.h 30 * Types traits
41 struct traits { struct in namespace:android::RSC
61 traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
63 traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
65 traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
67 traits<T>::has_trivial_move && traits<U>::has_trivial_mov
    [all...]
  /frameworks/rs/server/
TypeHelpers.h 30 * Types traits
41 struct traits { struct in namespace:android
61 traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
63 traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
65 traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
67 traits<T>::has_trivial_move && traits<U>::has_trivial_mov
    [all...]
  /system/core/include/utils/
TypeHelpers.h 30 * Types traits
41 struct traits { struct in namespace:android
61 traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
63 traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
65 traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
67 traits<T>::has_trivial_move && traits<U>::has_trivial_mov
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
TypeHelpers.h 31 * Types traits
55 struct traits { struct in namespace:android::tinyutils
69 has_trivial_ctor = traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
70 has_trivial_dtor = traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
71 has_trivial_copy = traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
72 has_trivial_assign = traits<T>::has_trivial_assign && traits<U>::has_trivial_assig
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 85 typedef gebp_traits<LhsScalar,RhsScalar> Traits;
87 kdiv = KcFactor * 2 * Traits::nr
88 * Traits::RhsProgress * sizeof(RhsScalar),
516 typedef gebp_traits<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> Traits;
517 typedef typename Traits::ResScalar ResScalar;
518 typedef typename Traits::LhsPacket LhsPacket;
519 typedef typename Traits::RhsPacket RhsPacket;
520 typedef typename Traits::ResPacket ResPacket;
521 typedef typename Traits::AccPacket AccPacket;
524 Vectorizable = Traits::Vectorizable
534 Traits traits; local
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 48 typedef typename Eigen::internal::traits<Derived >::Scalar Scalar; \
51 typedef typename Eigen::internal::traits<Derived >::StorageKind StorageKind; \
52 typedef typename Eigen::internal::traits<Derived >::Index Index; \
53 enum { RowsAtCompileTime = Eigen::internal::traits<Derived >::RowsAtCompileTime, \
54 ColsAtCompileTime = Eigen::internal::traits<Derived >::ColsAtCompileTime, \
55 Flags = Eigen::internal::traits<Derived >::Flags, \
56 CoeffReadCost = Eigen::internal::traits<Derived >::CoeffReadCost, \
88 template<typename Lhs, typename Rhs, int InnerSize = internal::traits<Lhs>::ColsAtCompileTime> struct DenseSparseProductReturnType;
89 template<typename Lhs, typename Rhs, int InnerSize = internal::traits<Lhs>::ColsAtCompileTime> struct SparseDenseProductReturnType;
97 : public sparse_eval<T, traits<T>::RowsAtCompileTime,traits<T>::ColsAtCompileTime
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/branch_policy/
traits.hpp 37 * @file branch_policy/traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
59 /// Tree traits class, primary template.
72 /// Trie traits class, primary template.
88 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
89 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
90 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
91 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/branch_policy/
traits.hpp 37 * @file branch_policy/traits.hpp
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
59 /// Tree traits class, primary template.
72 /// Trie traits class, primary template.
88 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
89 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
90 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
91 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>

Completed in 1444 milliseconds

1 2 3 4 5 6 7 8 910