Home
last modified time | relevance | path

Searched defs:is_integral (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/preprocessor/doc/examples/
Dis_integral.cpp38 template<class T> struct is_integral { struct
42 # /* Macro for defining a specialization of is_integral<> template. */ argument
/third_party/boost/libs/hana/example/
Dremove_if.cpp19 constexpr auto is_integral = hana::compose(hana::trait<std::is_integral>, hana::typeid_); variable
Dfilter.cpp19 constexpr auto is_integral = hana::compose(hana::trait<std::is_integral>, hana::typeid_); variable
Dfind_if.cpp20 constexpr auto is_integral = hana::compose(hana::trait<std::is_integral>, hana::typeid_); variable
/third_party/boost/boost/type_traits/
Dis_integral.hpp19 struct is_integral : public integral_constant<bool, __is_integral(T)> {}; struct
/third_party/boost/libs/hana/example/iterable/
Dsearchable.cpp20 constexpr auto is_integral = hana::compose(hana::trait<std::is_integral>, hana::typeid_); variable
/third_party/boost/boost/geometry/index/detail/algorithms/
Ddiff_abs.hpp33 > is_integral; in diff_abs() typedef
/third_party/mesa3d/src/compiler/nir/
Dnir_range_analysis.h41 bool is_integral; member
Dnir_search_helpers.h439 is_integral(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, in is_integral() function
/third_party/boost/boost/random/
Dtraits.hpp94 struct is_integral struct
/third_party/boost/boost/
Dinteger_traits.hpp63 const bool integer_traits_base<T, min_val, max_val>::is_integral; member in boost::detail::integer_traits_base<T, min_val, max_val>
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_synonym.cpp210 auto is_integral = in MakeSynonymousInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_synonym.cpp216 auto is_integral = (synonym_type->AsVector() && in MakeSynonymousInstruction() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_synonym.cpp216 auto is_integral = (synonym_type->AsVector() && in MakeSynonymousInstruction() local
/third_party/skia/src/pdf/
DSkPDFDevice.cpp1442 static bool is_integral(const SkRect& r) { in is_integral() function
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp1459 static bool is_integral(const SkRect& r) { in is_integral() function
/third_party/boost/boost/move/detail/
Dtype_traits.hpp466 struct is_integral struct