Home
last modified time | relevance | path

Searched refs:FloatSize (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DXmmArith.cpp17 #define TestArithSSXmmXmm(FloatSize, Src, Value0, Dst, Value1, Inst, Op) \ in TEST_F()
19 static_assert(FloatSize == 32 || FloatSize == 64, \ in TEST_F()
20 "Invalid fp size " #FloatSize); \ in TEST_F()
22 "(" #FloatSize ", " #Src ", " #Value0 ", " #Dst ", " #Value1 \ in TEST_F()
24 static constexpr bool IsDouble = FloatSize == 64; \ in TEST_F()
31 __ movss(IceType_f##FloatSize, Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
32 __ movss(IceType_f##FloatSize, Encoded_Xmm_##Src(), dwordAddress(T1)); \ in TEST_F()
33 __ Inst(IceType_f##FloatSize, Encoded_Xmm_##Dst(), Encoded_Xmm_##Src()); \ in TEST_F()
50 #define TestArithSSXmmAddr(FloatSize, Value in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DXmmArith.cpp17 #define TestArithSSXmmXmm(FloatSize, Src, Value0, Dst, Value1, Inst, Op) \ in TEST_F()
19 static_assert(FloatSize == 32 || FloatSize == 64, \ in TEST_F()
20 "Invalid fp size " #FloatSize); \ in TEST_F()
22 "(" #FloatSize ", " #Src ", " #Value0 ", " #Dst ", " #Value1 \ in TEST_F()
24 static constexpr bool IsDouble = FloatSize == 64; \ in TEST_F()
31 __ movss(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Dst, \ in TEST_F()
33 __ movss(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Src, \ in TEST_F()
35 __ Inst(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Dst, \ in TEST_F()
53 #define TestArithSSXmmAddr(FloatSize, Value in TEST_F()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.ComputeSize.cs46 internal const int FloatSize = LittleEndian32Size; field in Google.Protobuf.CodedOutputStream
64 return FloatSize; in ComputeFloatSize()
H A DFieldCodec.cs365 return new FieldCodec<float>((ref ParseContext ctx) => ctx.ReadFloat(), (ref WriteContext output, float value) => output.WriteFloat(value), CodedOutputStream.FloatSize, tag, defaultValue); in ForFloat()

Completed in 5 milliseconds