HomeSort by relevance Sort by last modified time
    Searched full:is_arithmetic (Results 51 - 75 of 217) sorted by null

1 23 4 5 6 7 8 9

  /external/libcxx/test/std/language.support/support.types/
byte.pass.cpp 20 static_assert(!std::is_arithmetic<std::byte>::value, "" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.types/
byte.pass.cpp 20 static_assert(!std::is_arithmetic<std::byte>::value, "" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/meta/meta.type.synop/
meta.unary.comp.pass.cpp 36 static_assert(ex::is_arithmetic_v<T> == std::is_arithmetic<T>::value, "");
41 static_assert(ex::is_arithmetic_v<T> == std::is_arithmetic<T>::value, "");
  /external/tensorflow/tensorflow/core/framework/
register_types_traits.h 88 std::is_arithmetic<T>::value,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 253 /// is_arithmetic
255 struct is_arithmetic
263 : public integral_constant<bool, (is_arithmetic<_Tp>::value
282 : public integral_constant<bool, (is_arithmetic<_Tp>::value
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
type_traits 253 /// is_arithmetic
255 struct is_arithmetic
263 : public integral_constant<bool, (is_arithmetic<_Tp>::value
282 : public integral_constant<bool, (is_arithmetic<_Tp>::value
  /frameworks/native/libs/math/include/math/
TMatHelpers.h 539 typename = typename std::enable_if<std::is_arithmetic<Y>::value >::type,
540 typename = typename std::enable_if<std::is_arithmetic<P>::value >::type,
541 typename = typename std::enable_if<std::is_arithmetic<R>::value >::type
558 typename = typename std::enable_if<std::is_arithmetic<Y>::value >::type,
559 typename = typename std::enable_if<std::is_arithmetic<P>::value >::type,
560 typename = typename std::enable_if<std::is_arithmetic<R>::value >::type
  /external/libchrome/base/numerics/
safe_math_impl.h 414 typename std::enable_if<std::is_arithmetic<T>::value &&
415 std::is_arithmetic<U>::value>::type> {
434 typename std::enable_if<std::is_arithmetic<T>::value &&
435 std::is_arithmetic<U>::value>::type> {
560 static_assert(std::is_arithmetic<Src>::value, "Argument must be numeric.");
  /external/pdfium/third_party/base/numerics/
safe_math_impl.h 415 typename std::enable_if<std::is_arithmetic<T>::value &&
416 std::is_arithmetic<U>::value>::type> {
435 typename std::enable_if<std::is_arithmetic<T>::value &&
436 std::is_arithmetic<U>::value>::type> {
561 static_assert(std::is_arithmetic<Src>::value, "Argument must be numeric.");
  /external/libcxx/include/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cmath 540 is_arithmetic<_A1>::value &&
541 is_arithmetic<_A2>::value &&
542 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cmath 540 is_arithmetic<_A1>::value &&
541 is_arithmetic<_A2>::value &&
542 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
cmath 534 is_arithmetic<_A1>::value &&
535 is_arithmetic<_A2>::value &&
536 is_arithmetic<_A3>::value,

Completed in 900 milliseconds

1 23 4 5 6 7 8 9