Searched refs:is_number (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | number_base.hpp | 73 struct is_number : public mpl::false_ {}; struct 76 struct is_number<number<Backend, ExpressionTemplates> > : public mpl::true_ {}; struct 430 …ame boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is_number<T>::value, int>:… 438 , typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::valu… 500 …ame boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is_number<T>::value, int>:… 508 , typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::valu… 574 …ame boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is_number<T>::value, int>:… 582 , typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::valu… 659 …ame boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is_number<T>::value, int>:… 667 , typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::valu… [all …]
|
| H A D | generic_interconvert.hpp | 269 inline typename disable_if_c<is_number<To>::value || is_floating_point<To>::value>::type 282 inline typename enable_if_c<is_number<To>::value || is_floating_point<To>::value>::type 296 typename enable_if_c<is_number<To>::value || is_floating_point<To>::value>::type 357 inline typename disable_if_c<is_number<To>::value || is_floating_point<To>::value>::type 375 typedef typename mpl::if_c<is_number<From>::value, From, number<From> >::type actual_from_type; in generic_convert_rational_to_float() 376 …typedef typename mpl::if_c<is_number<To>::value || is_floating_point<To>::value, To, number<To> >:… in generic_convert_rational_to_float()
|
| H A D | integer_ops.hpp | 458 is_number<T>, 462 is_number<U>, 467 is_number<V>,
|
| H A D | default_ops.hpp | 2390 is_number<U>, 2395 is_number<V>, 2413 is_number<U>, 2418 is_number<V>, 2436 is_number<U>, 2441 is_number<V>, 2462 is_number<V>, 2481 is_number<V>, 2500 is_number<V>, 2600 && !is_number<U>::value && !is_number_expression<U>::value, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/ |
| H A D | explicit_conversion.hpp | 25 is_number<S>::value && is_number<T>::value,
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | pmu-events.c | 387 static bool is_number(const char *str) in is_number() function 405 if (is_number(id)) in check_parse_id()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | conf.h | 95 int (*is_number) (const CONF *conf, char c); member
|