Home
last modified time | relevance | path

Searched refs:is_numeric (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/boost/iterator/
Dcounting_iterator.hpp55 struct is_numeric struct
61 struct is_numeric< ::boost::long_long_type> struct
65 struct is_numeric< ::boost::ulong_long_type> struct
71 struct is_numeric<wchar_t> struct
80 BOOST_STATIC_ASSERT(is_numeric<int>::value);
88 is_numeric<Incrementable>
97 is_numeric<Incrementable>
195 detail::is_numeric<Incrementable> in distance_to()
/third_party/boost/boost/icl/type_traits/
Dis_numeric.hpp40 template <class Type> struct is_numeric struct
42 typedef is_numeric type; argument
50 struct is_numeric<std::complex<Type> > struct
52 typedef is_numeric type; argument
Dinfinity.hpp26 value = ( is_numeric<Type>::value
36 value = ( is_numeric<Type>::value
158 , is_numeric<Type>::value in value()
Ddifference_type_of.hpp40 value = (mpl::or_< is_numeric<Type>
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php113 if (is_numeric($var)) {
122 if (is_numeric($var)) {
139 if (is_numeric($var)) {
157 if (is_numeric($var)) {
170 if (is_float($var) || is_numeric($var)) {
179 if (is_float($var) || is_numeric($var)) {
425 if (!is_numeric($timestamp[$i])) {
DRepeatedField.php192 if (!is_numeric($offset) || $offset < 0 || $offset >= $count) {
216 if (!is_numeric($offset) || $count === 0 || $offset !== $count - 1) {
DMessage.php885 if (is_numeric($value)) {
946 if (!is_numeric($value)) {
968 if (!is_numeric($value)) {
987 if (!is_numeric($value)) {
1009 if (!is_numeric($value)) {
/third_party/boost/boost/numeric/ublas/opencl/
Dprod.hpp25 typename std::enable_if<is_numeric<T>::value>::type
91 typename std::enable_if<is_numeric<T>::value>::type
105 typename std::enable_if<is_numeric<T>::value, ublas::matrix<T, L1, A>>::type
116 typename std::enable_if<is_numeric<T>::value>::type
166 typename std::enable_if<is_numeric<T>::value>::type
180 typename std::enable_if<is_numeric<T>::value, ublas::vector<T, A>>::type
191 typename std::enable_if<is_numeric<T>::value>::type
240 typename std::enable_if<is_numeric<T>::value>::type
254 typename std::enable_if<is_numeric<T>::value, ublas::vector<T, A>>::type
287 typename std::enable_if<is_numeric<T>::value>::type
[all …]
Dtranspose.hpp35 typename std::enable_if<is_numeric<T>::value>::type
72 typename std::enable_if<is_numeric<T>::value>::type
84 typename std::enable_if<is_numeric<T>::value>::type
120 typename std::enable_if<is_numeric<T>::value>::type
132 typename std::enable_if<is_numeric<T>::value, ublas::matrix<T, L, A>>::type
Dmisc.hpp20 typename std::enable_if<is_numeric<T>::value, T>::type
83 typename std::enable_if<is_numeric<T>::value, T>::type
110 typename std::enable_if<is_numeric<T>::value, T>::type
173 typename std::enable_if<is_numeric<T>::value, T>::type
Dlibrary.hpp27 struct is_numeric struct
/third_party/boost/boost/icl/
Drational.hpp38 struct is_numeric<boost::rational<Integral> > struct
40 typedef is_numeric type; argument
Dopen_interval.hpp53 BOOST_ASSERT((numeric_minimum<DomainT, domain_compare, is_numeric<DomainT>::value > in open_interval()
Dleft_open_interval.hpp52 BOOST_ASSERT((numeric_minimum<DomainT, domain_compare, is_numeric<DomainT>::value > in left_open_interval()
/third_party/boost/libs/variant2/benchmark/
Dbenchmark1.cpp44 template<class T> struct is_numeric: std::integral_constant<bool, std::is_integral<T>::value || std… struct
48 …lass U> struct have_addition: std::integral_constant<bool, is_numeric<T>::value && is_numeric<U>::…
/third_party/gn/src/base/numerics/
Dsafe_conversions_impl.h609 static const bool is_numeric = std::is_arithmetic<type>::value;
618 static const bool is_numeric = true;
627 static const bool is_numeric = true;
636 static const bool is_numeric = true;
645 UnderlyingType<L>::is_numeric && UnderlyingType<R>::is_numeric &&
652 UnderlyingType<L>::is_numeric && UnderlyingType<R>::is_numeric &&
660 UnderlyingType<L>::is_numeric && UnderlyingType<R>::is_numeric &&
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h635 static const bool is_numeric = std::is_arithmetic<type>::value;
645 static const bool is_numeric = true;
655 static const bool is_numeric = true;
665 static const bool is_numeric = true;
674 static const bool value = UnderlyingType<L>::is_numeric && UnderlyingType<R>::is_numeric &&
681 static const bool value = UnderlyingType<L>::is_numeric && UnderlyingType<R>::is_numeric &&
689 static const bool value = UnderlyingType<L>::is_numeric && UnderlyingType<R>::is_numeric &&
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.cpp148 static bool is_numeric(char c) in is_numeric() function
155 return is_alpha(c) || is_numeric(c); in is_alphanumeric()
163 if (is_numeric(name[0])) in is_valid_identifier()
209 while (index < name.size() && is_numeric(name[index])) in is_reserved_identifier()
222 if (name[0] != '_' || !is_numeric(name[1])) in is_reserved_identifier()
226 while (index < name.size() && is_numeric(name[index])) in is_reserved_identifier()
285 if (is_numeric(str[0])) in ensure_valid_identifier()
/third_party/skia/src/utils/
DSkJSON.cpp264 static inline bool is_numeric(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x10; } in is_numeric() function
752 if (is_numeric(*p) || !decimal_scale) { in matchFastFloatDecimalPart()
771 if (!is_numeric(*p)) { in matchFastFloatPart()
804 if (!is_numeric(*p)) { in matchFast32OrFloat()
825 if (!is_numeric(*p)) { in matchFast32OrFloat()
/third_party/flutter/skia/src/utils/
DSkJSON.cpp256 static inline bool is_numeric(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x10; } in is_numeric() function
744 if (is_numeric(*p) || !decimal_scale) { in matchFastFloatDecimalPart()
763 if (!is_numeric(*p)) { in matchFastFloatPart()
796 if (!is_numeric(*p)) { in matchFast32OrFloat()
817 if (!is_numeric(*p)) { in matchFast32OrFloat()
/third_party/boost/boost/icl/concept/
Dinterval.hpp113 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in singleton()
126 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in singleton()
182 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in unit_trail()
199 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in unit_trail()
297 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in hull()
303 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in hull()
330 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in hull()
337 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in hull()
426 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in last()
438 BOOST_ASSERT((numeric_minimum<domain_type, domain_compare, is_numeric<domain_type>::value> in last()
/third_party/grpc/src/php/lib/Grpc/
DAbstractCall.php52 is_numeric($timeout = $options['timeout'])
/third_party/qrcodegen/python/
Dqrcodegen.py692 if not QrSegment.is_numeric(digits):
730 elif QrSegment.is_numeric(text):
761 def is_numeric(text: str) -> bool: member in QrSegment
/third_party/mesa3d/src/compiler/glsl/
Dir_set_program_inouts.cpp269 (type->fields.array->is_numeric() || in try_mark_partial_variable()
/third_party/qrcodegen/rust/src/
Dlib.rs1038 } else if QrSegment::is_numeric(text) { in make_segments()
1124 pub fn is_numeric(text: &[char]) -> bool { in is_numeric() method

12