Home
last modified time | relevance | path

Searched defs:is_unsigned (Results 1 – 16 of 16) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dstl_emulation.h140 template <typename T> using is_unsigned = std::is_unsigned<T>; variable
153 template <typename T> using is_unsigned = std::tr1::is_unsigned<T>; variable
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dtest_min_max.pass.cpp28 const bool is_unsigned = std::is_unsigned<T>::value; in check_limits() local
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dquantized_pad_tester.h90 inline QuantizedPadTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantized_binary_elementwise_tester.h125 inline QuantizedBinaryElementwiseTester& Unsigned(bool is_unsigned) { in Unsigned()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc64 bool is_unsigned = integer_type.isUnsigned(); in TypeToPrimitiveType() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c209 bool is_unsigned, in int_to_bool32()
252 bool is_unsigned, in icmp32()
456 bool is_unsigned, unsigned src_bit_size, in do_int_divide()
486 bool is_unsigned, unsigned src_bit_size, in do_int_mod()
Dlp_bld_nir.h275 bool is_unsigned, in get_int_bld()
/external/python/pybind11/tests/
Dtest_pytypes.cpp373 m.def("test_memoryview_from_buffer", [](bool is_unsigned) { in TEST_SUBMODULE()
/external/igt-gpu-tools/tests/
Dkms_properties.c388 bool is_unsigned = prop->flags & DRM_MODE_PROP_RANGE; in validate_range_prop() local
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_info.cpp344 bool is_unsigned = false; in get_expected_arg_type() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc136 bool is_unsigned = QuantizedTypeIsUnsigned(input_type.getElementType()); in DequantizeHalfRange() local
/external/python/cpython2/Modules/
D_struct.c300 _range_error(const formatdef *f, int is_unsigned) in _range_error()
/external/python/cpython3/Modules/
D_struct.c351 _range_error(_structmodulestate *state, const formatdef *f, int is_unsigned) in _range_error()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp208 static bool is_unsigned(const Context& context, const Type& type) { in is_unsigned() function
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc2763 const bool is_unsigned = operand_element_type.isUnsigned(); in fold() local
/external/clang/test/SemaCXX/
Dtype-traits.cpp1237 void is_unsigned() in is_unsigned() function