Searched defs:is_unsigned (Results 1 – 16 of 16) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | stl_emulation.h | 140 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/ |
D | test_min_max.pass.cpp | 28 const bool is_unsigned = std::is_unsigned<T>::value; in check_limits() local
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | quantized_pad_tester.h | 90 inline QuantizedPadTester& Unsigned(bool is_unsigned) { in Unsigned()
|
D | quantized_binary_elementwise_tester.h | 125 inline QuantizedBinaryElementwiseTester& Unsigned(bool is_unsigned) { in Unsigned()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | type_to_shape.cc | 64 bool is_unsigned = integer_type.isUnsigned(); in TypeToPrimitiveType() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 209 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()
|
D | lp_bld_nir.h | 275 bool is_unsigned, in get_int_bld()
|
/external/python/pybind11/tests/ |
D | test_pytypes.cpp | 373 m.def("test_memoryview_from_buffer", [](bool is_unsigned) { in TEST_SUBMODULE()
|
/external/igt-gpu-tools/tests/ |
D | kms_properties.c | 388 bool is_unsigned = prop->flags & DRM_MODE_PROP_RANGE; in validate_range_prop() local
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_kernel_arg_info.cpp | 344 bool is_unsigned = false; in get_expected_arg_type() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lower_tf.cc | 136 bool is_unsigned = QuantizedTypeIsUnsigned(input_type.getElementType()); in DequantizeHalfRange() local
|
/external/python/cpython2/Modules/ |
D | _struct.c | 300 _range_error(const formatdef *f, int is_unsigned) in _range_error()
|
/external/python/cpython3/Modules/ |
D | _struct.c | 351 _range_error(_structmodulestate *state, const formatdef *f, int is_unsigned) in _range_error()
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 208 static bool is_unsigned(const Context& context, const Type& type) { in is_unsigned() function
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.cc | 2763 const bool is_unsigned = operand_element_type.isUnsigned(); in fold() local
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 1237 void is_unsigned() in is_unsigned() function
|