Home
last modified time | relevance | path

Searched refs:signed_type (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/rtc_base/
Dstring_to_number.h48 using signed_type = long long; // NOLINT(runtime/int) variable
50 absl::optional<signed_type> ParseSigned(const char* str, int base);
61 using string_to_number_internal::signed_type;
64 std::numeric_limits<signed_type>::max() &&
66 std::numeric_limits<signed_type>::lowest(),
68 absl::optional<signed_type> value =
Dstring_to_number.cc23 absl::optional<signed_type> ParseSigned(const char* str, int base) { in ParseSigned()
28 const signed_type value = std::strtoll(str, &end, base); in ParseSigned()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomparison_expander.cc101 PrimitiveType signed_type = in ExpandInstruction() local
106 signed_shape.set_element_type(signed_type); in ExpandInstruction()
110 HloInstruction::CreateConstant(LiteralUtil::Zero(signed_type))); in ExpandInstruction()
114 HloInstruction::CreateConstant(LiteralUtil::MaxValue(signed_type))); in ExpandInstruction()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c123 signed_type(unsigned type) in signed_type() function
144 unsigned dst_type = signed_type(inst_dst_type(devinfo, inst)); in inst_is_raw_move()
145 unsigned src_type = signed_type(brw_inst_src0_type(devinfo, inst)); in inst_is_raw_move()