Searched refs:kSigned (Results 1 – 9 of 9) sorted by relevance
/external/skia/tools/bookmaker/ |
D | bookmaker.h | 83 kSigned, enumerator
|
D | includeParser.cpp | 44 { "signed", KeyWord::kSigned, KeyProperty::kNumber },
|
/external/skqp/tools/bookmaker/ |
D | bookmaker.h | 83 kSigned, enumerator
|
D | includeParser.cpp | 43 { "signed", KeyWord::kSigned, KeyProperty::kNumber },
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_id_test.cpp | 750 enum Signed { kSigned, kUnsigned }; enumerator 763 ss << " %t = OpTypeInt " << width << (isSigned == kSigned ? " 1" : " 0"); in MakeArrayLength() 801 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P() 805 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P() 809 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P() 815 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))); in TEST_P() 823 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P() 835 Val(CompileSuccessfully(MakeArrayLength("-1", kSigned, width)), in TEST_P() 839 Val(CompileSuccessfully(MakeArrayLength("-2", kSigned, width)), in TEST_P() 843 Val(CompileSuccessfully(MakeArrayLength("-123", kSigned, width)), in TEST_P() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_id_test.cpp | 750 enum Signed { kSigned, kUnsigned }; enumerator 763 ss << " %t = OpTypeInt " << width << (isSigned == kSigned ? " 1" : " 0"); in MakeArrayLength() 803 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P() 807 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P() 811 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P() 817 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))); in TEST_P() 825 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P() 837 Val(CompileSuccessfully(MakeArrayLength("-1", kSigned, width)), in TEST_P() 841 Val(CompileSuccessfully(MakeArrayLength("-2", kSigned, width)), in TEST_P() 845 Val(CompileSuccessfully(MakeArrayLength("-123", kSigned, width)), in TEST_P() [all …]
|
/external/v8/src/compiler/ |
D | js-typed-lowering.h | 28 enum Signedness { kSigned, kUnsigned }; enumerator
|
D | js-typed-lowering.cc | 388 if (signedness == kSigned) { in ConvertToUI32() 449 r.ConvertInputsToUI32(kSigned, kSigned); in ReduceJSBitwiseNot() 642 r.ConvertInputsToUI32(kSigned, kSigned); in ReduceInt32Binop() 2294 return ReduceUI32Shift(node, kSigned); in Reduce()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2536 static const int kSigned = 11; member 2540 static const int kSigned = 20; member
|