Searched defs:skeleton_backend (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/multiprecision/test/ |
D | skeleton_backend.hpp | 36 struct skeleton_backend struct 46 …ist</*signed char, short, int, long,*/ long long> signed_types; 47 …t</* unsigned char, unsigned short, unsigned, unsigned long,*/ unsigned long long> unsigned_types; 48 …list</*float, double,*/ long double> float_types; 53 typedef int exponent_type; 91 typename enable_if<is_arithmetic<A>, int>::type compare(A i) const in compare()
|