Home
last modified time | relevance | path

Searched refs:SingleFloat (Results 1 - 11 of 11) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DSampleMessages.cs56 SingleFloat = 12.25f, in CreateFullTestAllTypes()
H A DGeneratedMessageTest.cs68 Assert.AreEqual(0.0f, message.SingleFloat); in DefaultValues()
147 SingleFloat = 12.25f, in RoundTrip_SingleValues()
449 SingleFloat = 12.25f, in CloneSingleNonMessageValues()
H A DJsonParserTest.cs404 Assert.AreEqual(expectedParsedValue, parsed.SingleFloat); in StringToFloat_Valid()
580 Assert.AreEqual(expectedParsedValue, parsed.SingleFloat); in NumberToFloat_Valid()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs69 Assert.AreEqual(0.0f, message.SingleFloat); in DefaultValues()
150 SingleFloat = 12.25f, in RoundTrip_SingleValues()
495 SingleFloat = 12.25f, in CloneSingleNonMessageValues()
H A DSampleMessages.cs59 SingleFloat = 12.25f, in CreateFullTestAllTypes()
H A DJsonParserTest.cs406 Assert.AreEqual(expectedParsedValue, parsed.SingleFloat); in StringToFloat_Valid()
582 Assert.AreEqual(expectedParsedValue, parsed.SingleFloat); in NumberToFloat_Valid()
H A DJsonFormatterTest.cs109 SingleFloat = 12.25f, in AllSingleFields()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs53 Assert.AreEqual(message.SingleFloat, fields[TestAllTypes.SingleFloatFieldNumber].Accessor.GetValue(message)); in GetValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs162 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes), global::Google.Protobuf.TestProtos.TestAllTypes.Parser, new[]{ "SingleInt32", "SingleInt64", "SingleUint32", "SingleUint64", "SingleSint32", "SingleSint64", "SingleFixed32", "SingleFixed64", "SingleSfixed32", "SingleSfixed64", "SingleFloat", "SingleDouble", "SingleBool", "SingleString", "SingleBytes", "SingleNestedMessage", "SingleForeignMessage", "SingleImportMessage", "SingleNestedEnum", "SingleForeignEnum", "SingleImportEnum", "SinglePublicImportMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedImportMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedImportEnum", "RepeatedPublicImportMessage", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes" }, new[]{ "OneofField" }, new[]{ typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage), global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage.Parser, new[]{ "Bb" }, null, null, null, null)}), in UnittestProto3Reflection()
470 public float SingleFloat { property in Google.Protobuf.TestProtos.TestAllTypes
915 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(SingleFloat, other.SingleFloat)) return false; in Equals()
970 if (SingleFloat != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(SingleFloat); in GetHashCode()
1065 if (SingleFloat != 0F) { in WriteTo()
1067 output.WriteFloat(SingleFloat); in WriteTo()
1200 if (SingleFloat != 0F) { in IBufferMessage.InternalWriteTo()
1202 output.WriteFloat(SingleFloat); in IBufferMessage.InternalWriteTo()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs57 Assert.AreEqual(message.SingleFloat, fields[TestProtos.TestAllTypes.SingleFloatFieldNumber].Accessor.GetValue(message)); in GetValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2780 bool SingleFloat) { in lowerFP_TO_SINT_STORE()
2784 (Val.getValueSizeInBits() > 32 && SingleFloat)) in lowerFP_TO_SINT_STORE()
2779 lowerFP_TO_SINT_STORE(StoreSDNode *SD, SelectionDAG &DAG, bool SingleFloat) lowerFP_TO_SINT_STORE() argument

Completed in 23 milliseconds