/external/jsoncpp/include/json/ |
D | config.h | 94 typedef int LargestInt; typedef 106 typedef Int64 LargestInt; typedef
|
D | value.h | 132 typedef Json::LargestInt LargestInt; typedef 138 static const LargestInt minLargestInt; 140 static const LargestInt maxLargestInt; 270 LargestInt asLargestInt() const; 479 LargestInt int_;
|
D | writer.h | 197 std::string JSON_API valueToString(LargestInt value);
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 176 typedef int LargestInt; typedef 188 typedef Int64 LargestInt; typedef
|
D | json.h | 203 typedef int LargestInt; typedef 215 typedef Int64 LargestInt; typedef 516 typedef Json::LargestInt LargestInt; typedef 523 static const LargestInt minLargestInt; 525 static const LargestInt maxLargestInt; 676 LargestInt asLargestInt() const; 922 LargestInt int_; 1923 std::string JSON_API valueToString(LargestInt value);
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 176 typedef int LargestInt; typedef 188 typedef Int64 LargestInt; typedef
|
D | json.h | 203 typedef int LargestInt; typedef 215 typedef Int64 LargestInt; typedef 516 typedef Json::LargestInt LargestInt; typedef 523 static const LargestInt minLargestInt; 525 static const LargestInt maxLargestInt; 676 LargestInt asLargestInt() const; 922 LargestInt int_; 1923 std::string JSON_API valueToString(LargestInt value);
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 176 typedef int LargestInt; typedef 188 typedef Int64 LargestInt; typedef
|
D | json.h | 203 typedef int LargestInt; typedef 215 typedef Int64 LargestInt; typedef 516 typedef Json::LargestInt LargestInt; typedef 523 static const LargestInt minLargestInt; 525 static const LargestInt maxLargestInt; 676 LargestInt asLargestInt() const; 922 LargestInt int_; 1923 std::string JSON_API valueToString(LargestInt value);
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 231 typedef int LargestInt; typedef 243 typedef Int64 LargestInt; typedef 559 typedef Json::LargestInt LargestInt; typedef 566 static const LargestInt minLargestInt; 568 static const LargestInt maxLargestInt; 726 LargestInt asLargestInt() const; 972 LargestInt int_; 1981 std::string JSON_API valueToString(LargestInt value);
|
D | jsoncpp.cpp | 784 decoded = -Value::LargestInt(value); in decodeNumber() 786 decoded = Value::LargestInt(value); in decodeNumber() 1764 decoded = -Value::LargestInt(value); in decodeNumber() 1766 decoded = Value::LargestInt(value); in decodeNumber() 2465 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); 2466 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2); 3152 LargestInt Value::asLargestInt() const { in asLargestInt() 4069 std::string valueToString(LargestInt value) { in valueToString() 4096 return valueToString(LargestInt(value)); in valueToString()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetData.cpp | 273 int LargestInt = -1; in getAlignmentInfo() local 289 if (LargestInt == -1 || in getAlignmentInfo() 290 Alignments[i].TypeBitWidth > Alignments[LargestInt].TypeBitWidth) in getAlignmentInfo() 291 LargestInt = i; in getAlignmentInfo() 300 BestMatchIdx = LargestInt; in getAlignmentInfo()
|
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 462 int LargestInt = -1; in getAlignmentInfo() local 478 if (LargestInt == -1 || in getAlignmentInfo() 479 Alignments[i].TypeBitWidth > Alignments[LargestInt].TypeBitWidth) in getAlignmentInfo() 480 LargestInt = i; in getAlignmentInfo() 489 BestMatchIdx = LargestInt; in getAlignmentInfo()
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 52 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); 53 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2); 642 LargestInt Value::asLargestInt() const { in asLargestInt()
|
D | json_writer.cpp | 39 std::string valueToString(LargestInt value) { in valueToString() 63 return valueToString(LargestInt(value)); in valueToString()
|
D | json_reader.cpp | 548 decoded = -Value::LargestInt(value); in decodeNumber() 550 decoded = Value::LargestInt(value); in decodeNumber()
|
/external/jsoncpp/ |
D | NEWS.txt | 98 Types Json::LargestInt and Json::LargestUInt have been added. They are 110 the integer as a LargestInt/LargestUInt respectively. Those functions
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 767 decoded = -Value::LargestInt(value); in decodeNumber() 769 decoded = Value::LargestInt(value); in decodeNumber() 1730 decoded = -Value::LargestInt(value); in decodeNumber() 1732 decoded = Value::LargestInt(value); in decodeNumber() 2429 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); 2430 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2); 3120 LargestInt Value::asLargestInt() const { in asLargestInt() 4011 std::string valueToString(LargestInt value) { in valueToString() 4035 return valueToString(LargestInt(value)); in valueToString()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 767 decoded = -Value::LargestInt(value); in decodeNumber() 769 decoded = Value::LargestInt(value); in decodeNumber() 1730 decoded = -Value::LargestInt(value); in decodeNumber() 1732 decoded = Value::LargestInt(value); in decodeNumber() 2429 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); 2430 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2); 3120 LargestInt Value::asLargestInt() const { in asLargestInt() 4011 std::string valueToString(LargestInt value) { in valueToString() 4035 return valueToString(LargestInt(value)); in valueToString()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 767 decoded = -Value::LargestInt(value); in decodeNumber() 769 decoded = Value::LargestInt(value); in decodeNumber() 1730 decoded = -Value::LargestInt(value); in decodeNumber() 1732 decoded = Value::LargestInt(value); in decodeNumber() 2429 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); 2430 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2); 3120 LargestInt Value::asLargestInt() const { in asLargestInt() 4011 std::string valueToString(LargestInt value) { in valueToString() 4035 return valueToString(LargestInt(value)); in valueToString()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 443 MVT::SimpleValueType LargestInt = MVT::Other; in EnforceSmallerThan() local 446 LargestInt = Other.TypeVec[i]; in EnforceSmallerThan() 450 if (isInteger(Other.TypeVec[i]) && Other.TypeVec[i] > LargestInt) in EnforceSmallerThan() 451 LargestInt = Other.TypeVec[i]; in EnforceSmallerThan() 471 if (*TVI == LargestInt) { in EnforceSmallerThan()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 615 APSInt LargestInt(IntTy->getBitWidth(), SrcIsUnsigned); in EmitFloatConversionCheck() local 618 if (LargestFloat.convertToInteger(LargestInt, APFloat::rmTowardZero, in EmitFloatConversionCheck() 624 llvm::Value *Max = llvm::ConstantInt::get(VMContext, LargestInt); in EmitFloatConversionCheck() 628 llvm::Value *Min = llvm::ConstantInt::get(VMContext, -LargestInt); in EmitFloatConversionCheck()
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 262 JSONTEST_ASSERT_EQUAL(Json::LargestInt(0), null_.asLargestInt()); in JSONTEST_FIXTURE()
|