Home
last modified time | relevance | path

Searched refs:number_type (Results 1 – 13 of 13) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Dphonenumber_offline_geocoder.cc164 PhoneNumberUtil::PhoneNumberType number_type = in GetDescriptionForNumber() local
166 if (number_type == PhoneNumberUtil::UNKNOWN) { in GetDescriptionForNumber()
168 } else if (!phone_util_->IsNumberGeographical(number_type, in GetDescriptionForNumber()
178 PhoneNumberUtil::PhoneNumberType number_type = in GetDescriptionForNumber() local
180 if (number_type == PhoneNumberUtil::UNKNOWN) { in GetDescriptionForNumber()
182 } else if (!phone_util_->IsNumberGeographical(number_type, in GetDescriptionForNumber()
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp245 spvtools::utils::NumberType number_type; in binaryEncodeNumericLiteral() local
252 number_type = {type.bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
254 number_type = {type.bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
258 number_type = {type.bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
268 number_type = {bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
270 number_type = {bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
272 number_type = {bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
279 val, number_type, in binaryEncodeNumericLiteral()
/third_party/spirv-tools/source/
Dtext_handler.cpp247 spvtools::utils::NumberType number_type; in binaryEncodeNumericLiteral() local
254 number_type = {type.bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
256 number_type = {type.bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
260 number_type = {type.bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
270 number_type = {bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
272 number_type = {bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
274 number_type = {bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
281 val, number_type, in binaryEncodeNumericLiteral()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp245 spvtools::utils::NumberType number_type; in binaryEncodeNumericLiteral() local
252 number_type = {type.bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
254 number_type = {type.bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
258 number_type = {type.bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
268 number_type = {bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
270 number_type = {bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
272 number_type = {bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
279 val, number_type, in binaryEncodeNumericLiteral()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dset_spec_constant_default_value_pass.cpp54 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
56 number_type.bitwidth = IT->width(); in ParseDefaultValueStr()
57 number_type.kind = in ParseDefaultValueStr()
60 number_type.bitwidth = FT->width(); in ParseDefaultValueStr()
61 number_type.kind = SPV_NUMBER_FLOATING; in ParseDefaultValueStr()
69 text, number_type, [&result](uint32_t word) { result.push_back(word); }, in ParseDefaultValueStr()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp54 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
56 number_type.bitwidth = IT->width(); in ParseDefaultValueStr()
57 number_type.kind = in ParseDefaultValueStr()
60 number_type.bitwidth = FT->width(); in ParseDefaultValueStr()
61 number_type.kind = SPV_NUMBER_FLOATING; in ParseDefaultValueStr()
69 text, number_type, [&result](uint32_t word) { result.push_back(word); }, in ParseDefaultValueStr()
/third_party/spirv-tools/source/opt/
Dset_spec_constant_default_value_pass.cpp54 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
56 number_type.bitwidth = IT->width(); in ParseDefaultValueStr()
57 number_type.kind = in ParseDefaultValueStr()
60 number_type.bitwidth = FT->width(); in ParseDefaultValueStr()
61 number_type.kind = SPV_NUMBER_FLOATING; in ParseDefaultValueStr()
69 text, number_type, [&result](uint32_t word) { result.push_back(word); }, in ParseDefaultValueStr()
/third_party/json/include/nlohmann/detail/input/
Dlexer.hpp976 token_type number_type = token_type::value_unsigned; in scan_number() local
1014 number_type = token_type::value_integer; in scan_number()
1103 number_type = token_type::value_float; in scan_number()
1160 number_type = token_type::value_float; in scan_number()
1251 if (number_type == token_type::value_unsigned) in scan_number()
1267 else if (number_type == token_type::value_integer) in scan_number()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1265 PhoneNumberType number_type = GetNumberType(number_no_extension); in FormatNumberForMobileDialing() local
1266 bool is_valid_number = (number_type != UNKNOWN); in FormatNumberForMobileDialing()
1269 (number_type == FIXED_LINE) || (number_type == MOBILE) || in FormatNumberForMobileDialing()
1270 (number_type == FIXED_LINE_OR_MOBILE); in FormatNumberForMobileDialing()
1272 if ((region_code == "CO") && (number_type == FIXED_LINE)) { in FormatNumberForMobileDialing()
/third_party/libabigail/tests/data/test-abidiff/
Dtest-struct1-v0.cc.bi15 …<typedef-decl name='number_type' type-id='type-id-1' filepath='../../abitests/test-struct1-v0.cc' …
Dtest-struct1-v1.cc.bi16 …<typedef-decl name='number_type' type-id='type-id-1' filepath='../../abitests/test-struct1-v1.cc' …
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp7378 token_type number_type = token_type::value_unsigned; in scan_number() local
7416 number_type = token_type::value_integer; in scan_number()
7505 number_type = token_type::value_float; in scan_number()
7562 number_type = token_type::value_float; in scan_number()
7653 if (number_type == token_type::value_unsigned) in scan_number()
7669 else if (number_type == token_type::value_integer) in scan_number()
/third_party/json/single_include/nlohmann/
Djson.hpp8277 token_type number_type = token_type::value_unsigned; in scan_number() local
8315 number_type = token_type::value_integer; in scan_number()
8404 number_type = token_type::value_float; in scan_number()
8461 number_type = token_type::value_float; in scan_number()
8552 if (number_type == token_type::value_unsigned) in scan_number()
8568 else if (number_type == token_type::value_integer) in scan_number()