/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 247 spvtools::utils::NumberType number_type; in binaryEncodeNumericLiteral() 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/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | phonenumber_offline_geocoder.cc | 165 PhoneNumberUtil::PhoneNumberType number_type = in GetDescriptionForNumber() local 167 if (number_type == PhoneNumberUtil::UNKNOWN) { in GetDescriptionForNumber() 169 } else if (!phone_util_->IsNumberGeographical(number_type, in GetDescriptionForNumber() 179 PhoneNumberUtil::PhoneNumberType number_type = in GetDescriptionForNumber() local 181 if (number_type == PhoneNumberUtil::UNKNOWN) { in GetDescriptionForNumber() 183 } else if (!phone_util_->IsNumberGeographical(number_type, in GetDescriptionForNumber()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | set_spec_constant_default_value_pass.cpp | 54 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/ |
H A D | set_spec_constant_default_value_pass.cpp | 54 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/ |
H A D | set_spec_constant_default_value_pass.cpp | 51 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local 53 number_type.bitwidth = IT->width(); in ParseDefaultValueStr() 54 number_type.kind = in ParseDefaultValueStr() 57 number_type.bitwidth = FT->width(); in ParseDefaultValueStr() 58 number_type.kind = SPV_NUMBER_FLOATING; in ParseDefaultValueStr() 66 text, number_type, [&result](uint32_t word) { result.push_back(word); }, in ParseDefaultValueStr()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.cpp | 245 spvtools::utils::NumberType number_type; in binaryEncodeNumericLiteral() 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/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.cpp | 245 spvtools::utils::NumberType number_type; in binaryEncodeNumericLiteral() 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/json/include/nlohmann/detail/input/ |
H A D | lexer.hpp | 976 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/ |
H A D | phonenumberutil.cc | 1300 PhoneNumberType number_type = GetNumberType(number_no_extension); in FormatNumberForMobileDialing() local 1301 bool is_valid_number = (number_type != UNKNOWN); in FormatNumberForMobileDialing() 1304 (number_type == FIXED_LINE) || (number_type == MOBILE) || in FormatNumberForMobileDialing() 1305 (number_type == FIXED_LINE_OR_MOBILE); in FormatNumberForMobileDialing()
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 7378 token_type number_type = token_type::value_unsigned; 7416 number_type = token_type::value_integer; 7505 number_type = token_type::value_float; 7562 number_type = token_type::value_float; 7653 if (number_type == token_type::value_unsigned) 7669 else if (number_type == token_type::value_integer)
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 8277 token_type number_type = token_type::value_unsigned; 8315 number_type = token_type::value_integer; 8404 number_type = token_type::value_float; 8461 number_type = token_type::value_float; 8552 if (number_type == token_type::value_unsigned) 8568 else if (number_type == token_type::value_integer)
|