/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsVertexArrayTests.hpp | 352 class Fixed class in deqp::gls::GLValue 355 static Fixed create (deInt32 value) { Fixed v; v.m_value = value; return v; } in create() 356 static Fixed fromFloat (float value) { Fixed v; v.m_value = (deInt32)value; return v; } in fromFloat() 359 inline Fixed operator+ (const Fixed& other) const { return create(m_value + other.getValue()); } in operator +() 360 inline Fixed operator* (const Fixed& other) const { return create(m_value * other.getValue()); } in operator *() 361 inline Fixed operato in operator *() [all...] |
H A D | glsDrawTest.cpp | 500 class Fixed class in deqp::gls::__anon30985::GLValue 503 static Fixed create (deInt32 value) { Fixed v; v.m_value = value; return v; } in create() 506 inline Fixed operator+ (const Fixed& other) const { return create(m_value + other.getValue()); } in operator +() 507 inline Fixed operator* (const Fixed& other) const { return create(m_value * other.getValue()); } in operator *() 508 inline Fixed operator/ (const Fixed& other) const { return create(m_value / other.getValue()); } in operator /() 509 inline Fixed operato in operator /() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MachineValueType.h | 699 case v1i1: return TypeSize::Fixed(1); in getSizeInBits() 701 case v2i1: return TypeSize::Fixed(2); in getSizeInBits() 703 case v4i1: return TypeSize::Fixed(4); in getSizeInBits() 707 case v8i1: return TypeSize::Fixed(8); in getSizeInBits() 714 case v1i16: return TypeSize::Fixed(16); in getSizeInBits() 725 case v1i32: return TypeSize::Fixed(32); in getSizeInBits() 733 case v3f16: return TypeSize::Fixed(48); in getSizeInBits() 744 case v1f64: return TypeSize::Fixed(64); in getSizeInBits() 752 case f80 : return TypeSize::Fixed(80); in getSizeInBits() 754 case v3f32: return TypeSize::Fixed(9 in getSizeInBits() [all...] |
H A D | NativeFormatting.h | 18 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; member in llvm::FloatStyle
|
H A D | FormatProviders.h | 289 /// | F / f | Fixed point | 1.0 | 1.00 | 307 S = FloatStyle::Fixed; 313 S = FloatStyle::Fixed;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 628 return TypeSize::Fixed(getPointerSizeInBits(0)); 630 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); 638 return TypeSize::Fixed( 641 return TypeSize::Fixed(Ty->getIntegerBitWidth()); 643 return TypeSize::Fixed(16); 645 return TypeSize::Fixed(32); 648 return TypeSize::Fixed(64); 651 return TypeSize::Fixed(128); 655 return TypeSize::Fixed(80);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterferenceCache.cpp | 119 RegUnits.back().Fixed = &LIS->getRegUnit(*Units); in reset() 145 RUI.FixedI = RUI.Fixed->find(Start); in update() 151 if (RUI.FixedI != RUI.Fixed->end()) in update() 152 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update() 182 LiveInterval::const_iterator E = RegUnits[i].Fixed->end(); in update() 234 // Fixed interference. in update() 237 LiveRange *LR = RegUnits[i].Fixed; in update()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | BitstreamRemarkSerializer.cpp | 57 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaBlockInfo() 58 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. in setupMetaBlockInfo() 69 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaRemarkVersion() 134 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Type in setupRemarkBlockInfo() 149 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo() 150 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo() 176 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo() 177 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 117 case Type::HalfTyID: return TypeSize::Fixed(16); in getPrimitiveSizeInBits() 118 case Type::FloatTyID: return TypeSize::Fixed(32); in getPrimitiveSizeInBits() 119 case Type::DoubleTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits() 120 case Type::X86_FP80TyID: return TypeSize::Fixed(80); in getPrimitiveSizeInBits() 121 case Type::FP128TyID: return TypeSize::Fixed(128); in getPrimitiveSizeInBits() 122 case Type::PPC_FP128TyID: return TypeSize::Fixed(128); in getPrimitiveSizeInBits() 123 case Type::X86_MMXTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits() 125 return TypeSize::Fixed(cast<IntegerType>(this)->getBitWidth()); in getPrimitiveSizeInBits() 130 default: return TypeSize::Fixed(0); in getPrimitiveSizeInBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 82 : std::pair<IndexType,IndexType>(Start, End), Fixed(F), TiedEnd(T) {} in IndexRange() 95 bool Fixed = false; // Can be renamed? "Fixed" means "no". member in llvm::HexagonBlockRanges::IndexType::IndexRange 107 void add(IndexType Start, IndexType End, bool Fixed, bool TiedEnd) { in add() argument 108 push_back(IndexRange(Start, End, Fixed, TiedEnd)); in add()
|
H A D | HexagonBlockRanges.cpp | 71 if (A.Fixed) in merge() 72 Fixed = true; in merge() 128 add(AS, BS, A.Fixed, false); in addsub() 134 add(BS, AE, A.Fixed, false); in addsub() 136 add(BE, AE, A.Fixed, false); in addsub() 508 if (IR.Fixed) in operator <<()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | decoder-arm64.cc | 63 if (!(instr->Mask(A##FMask) == A##Fixed)) { \ 64 DCHECK(instr->Mask(A##FMask) == A##Fixed); \
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | endian_test.cc | 52 EXPECT_EQ(rfd->ReadFixed(24), Fixed1616::Fixed(1, 0)); in TestEndian() 67 fos.WriteFixed(Fixed1616::Fixed(1, 0)); in TestEndian()
|
H A D | verify_hhea.cc | 41 EXPECT_EQ(hhea->TableVersion(), Fixed1616::Fixed(1, 0)); in VerifyHHEA()
|
H A D | verify_maxp.cc | 46 EXPECT_EQ(maxp->TableVersion(), Fixed1616::Fixed(1, 0)); in VerifyMAXP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 101 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator 128 case Fixed: in hasEncodingData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 180 static void output(const FixedSizeHex<N> &Fixed, void *, raw_ostream &OS) { in output() 181 OS << toHex(makeArrayRef(Fixed.Storage)); in output() 184 static StringRef input(StringRef Scalar, void *, FixedSizeHex<N> &Fixed) { in input() 191 copy(fromHex(Scalar), Fixed.Storage); in input() 217 static void output(const FixedSizeString<N> &Fixed, void *, raw_ostream &OS) { in output() 218 OS << StringRef(Fixed.Storage, N); in output() 221 static StringRef input(StringRef Scalar, void *, FixedSizeString<N> &Fixed) { in input() 226 copy(Scalar, Fixed.Storage); in input()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 76 case BitCodeAbbrevOp::Fixed: in readAbbreviatedField() 157 case BitCodeAbbrevOp::Fixed: in skipRecord() 279 case BitCodeAbbrevOp::Fixed: in readRecord() 378 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord() 384 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord() 387 "Fixed or VBR abbrev record with size > MaxChunkData"); in ReadAbbrevRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 822 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 829 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in writeTypeTable() 831 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 837 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable() 839 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 852 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable() 854 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 861 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 1120 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeValueSymbolTableForwardDecl() 1214 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | NaClBitstreamReader.cpp | 93 case NaClBitCodeAbbrevOp::Fixed: 159 case NaClBitCodeAbbrevOp::Fixed: 178 case NaClBitCodeAbbrevOp::Fixed: 281 if ((E == NaClBitCodeAbbrevOp::Fixed || E == NaClBitCodeAbbrevOp::VBR) &&
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/math/ |
H A D | fixed1616.h | 34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { in Fixed() function in sfntly::Fixed1616
|
/third_party/rust/crates/humantime/benches/ |
H A D | datetime_format.rs | 25 use chrono::format::Fixed::*; in rfc3339_chrono() 46 Fixed(TimezoneOffsetZ), in rfc3339_chrono()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | NativeFormatting.h | 19 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; member in llvm::FloatStyle
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | AttributeLayoutTest.cpp | 348 Format<GLint, GL_FIXED, false> Fixed(es3); in GetTestCases() 406 mTestCases.push_back({Fixed(B0, 0, 8, mCoord), Float(B0, 96, 12, mColor)}); in GetTestCases() 409 mTestCases.push_back({Fixed(B0, 0, 20, mCoord), Float(B0, 8, 20, mColor)}); in GetTestCases()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
H A D | FontData.java | 39 Fixed(4), enum constant
|