/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrVertexAttrib.cpp | 182 const deUint32 range2 = (deUint32)((1ull << 2)-1); in readUnorm2101010RevOrder() local 190 if (size >= 4) dst[Order::T3] = float((aligned >> 30) & ((1 << 2) - 1)) / float(range2); in readUnorm2101010RevOrder() 198 const deUint32 range2 = (deUint32)((1ull << ( 2-1))-1); in readSnorm2101010RevClampOrder() local 206 if (size >= 4) dst[Order::T3] = de::max(-1.0f, float(extendSign< 2>((aligned >> 30) & ((1 << 2) - 1))) / float(range2)); in readSnorm2101010RevClampOrder() 214 const deUint32 range2 = (deUint32)((1ull << 2)-1); in readSnorm2101010RevScaleOrder() local 222 if (size >= 4) dst[Order::T3] = (float(extendSign< 2>((aligned >> 30) & ((1 << 2) - 1))) * 2.0f + 1.0f) / float(range2); in readSnorm2101010RevScaleOrder()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_parenmatch.py | 54 for style, range1, range2 in ( 80 text.tag_prevrange('paren', 'end'), range2)
|
/third_party/ffmpeg/libavcodec/ |
H A D | ralf.c | 222 VLC *code_vlc; int range, range2, add_bits; in decode_channel() local 279 range2 = 21; in decode_channel() 284 range2 = 13; in decode_channel() 292 code1 = t / range2; in decode_channel() 293 code2 = t % range2; in decode_channel()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | OS2Table.java | 484 public static EnumSet<UnicodeRange> asSet(long range1, long range2, long range3, long range4) { in asSet() argument 486 long[] range = {range1, range2, range3, range4}; in asSet() 682 public static EnumSet<CodePageRange> asSet(long range1, long range2) { in asSet() argument 684 long[] range = {range1, range2}; in asSet()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser_unittest.cc | 2961 const DescriptorProto::ExtensionRange& range2 = in TEST_F() local 2973 EXPECT_TRUE(HasSpan('f', 'g', range2)); in TEST_F() 2974 EXPECT_TRUE(HasSpan('f', 'g', range2, "start")); in TEST_F() 2975 EXPECT_TRUE(HasSpan('f', 'g', range2, "end")); in TEST_F() 2995 const DescriptorProto::ReservedRange& range2 = in TEST_F() local 3004 EXPECT_TRUE(HasSpan('f', 'g', range2)); in TEST_F() 3005 EXPECT_TRUE(HasSpan('f', 'g', range2, "start")); in TEST_F() 3006 EXPECT_TRUE(HasSpan('f', 'g', range2, "end")); in TEST_F()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | types.cc | 911 Type range2 = type2.GetRange(); in Union() local 912 if (range1 != nullptr && range2 != nullptr) { in Union() 915 RangeType::Limits(range2.AsRange())); in Union() 920 } else if (range2 != nullptr) { in Union() 921 range = NormalizeRangeAndBitset(range2, &new_bitset, zone); in Union()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 4655 const DescriptorProto_ReservedRange& range2 = proto.reserved_range(j); in BuildMessage() local 4656 if (range1.end() > range2.start() && range2.end() > range1.start()) { in BuildMessage() 4661 range2.start(), range2.end() - 1, in BuildMessage() 4716 const Descriptor::ReservedRange* range2 = result->reserved_range(j); in BuildMessage() local 4717 if (range1->end > range2->start && range2->end > range1->start) { in BuildMessage() 4722 range1->start, range1->end - 1, range2->start, in BuildMessage() 4723 range2 in BuildMessage() 4727 const Descriptor::ExtensionRange* range2 = result->extension_range(j); BuildMessage() local 5242 const EnumDescriptorProto_EnumReservedRange& range2 = BuildEnum() local [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | linkValidate.cpp | 1702 TIoRange range2(locationRange2, componentRange2, type.getBasicType(), 0); in addUsedLocation() 1705 collision = checkLocationRange(set, range2, type, typeCollision); in addUsedLocation() 1707 usedIo[set].push_back(range2); in addUsedLocation()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |