HomeSort by relevance Sort by last modified time
    Searched refs:is_unsigned (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 504 void SetSignedness(bool is_unsigned) {
505 is_unsigned_ = is_unsigned;
    [all...]
  /external/skia/src/core/
SkNx.h 240 static_assert(std::is_unsigned<T>::value, "");
246 static_assert(std::is_unsigned<T>::value, "");
  /external/skqp/src/core/
SkNx.h 240 static_assert(std::is_unsigned<T>::value, "");
246 static_assert(std::is_unsigned<T>::value, "");
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AData.h 575 static_assert(std::is_unsigned<Flag>::value, "Flag must be unsigned");
638 static_assert(std::is_unsigned<Flag>::value, "Flag must be unsigned");
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/meta/meta.type.synop/
meta.unary.prop.pass.cpp 181 static_assert(ex::is_unsigned_v<T> == std::is_unsigned<T>::value, "");
186 static_assert(ex::is_unsigned_v<T> == std::is_unsigned<T>::value, "");
  /external/tensorflow/tensorflow/python/framework/
dtypes.py 168 def is_unsigned(self): member in class:DType
  /toolchain/binutils/binutils-2.27/opcodes/
metag-dis.c 2551 bfd_boolean is_unsigned = FALSE; local
    [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp 161 static bool is_unsigned(const Context& context, const Type& type) { function in namespace:SkSL
163 return is_unsigned(context, type.componentType());
672 } else if (is_unsigned(fContext, type)) {
    [all...]
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.cpp 161 static bool is_unsigned(const Context& context, const Type& type) { function in namespace:SkSL
163 return is_unsigned(context, type.componentType());
672 } else if (is_unsigned(fContext, type)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 300 _range_error(const formatdef *f, int is_unsigned)
312 if (is_unsigned)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 300 _range_error(const formatdef *f, int is_unsigned)
312 if (is_unsigned)
    [all...]
  /external/python/cpython2/Modules/
_struct.c 300 _range_error(const formatdef *f, int is_unsigned)
312 if (is_unsigned)
    [all...]
  /external/python/cpython3/Modules/
_struct.c 309 _range_error(const formatdef *f, int is_unsigned)
321 if (is_unsigned)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops.h 340 T, typename std::enable_if<std::is_unsigned<T>::value>::type> {
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 894 static_assert(std::is_unsigned<T>::value, "operands must be unsigned");
926 static_assert(std::is_unsigned<T>::value, "operands must be unsigned");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 243 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
451 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
670 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
random.h 243 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
451 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
670 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 2204 bool is_unsigned = local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 2318 bool is_unsigned = local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 2001 bool is_unsigned = local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 2100 bool is_unsigned = local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 2221 bool is_unsigned = local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 2279 bool is_unsigned = local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 2279 bool is_unsigned = local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 2140 bool is_unsigned = local
    [all...]

Completed in 1532 milliseconds

1 2 34 5