Home
last modified time | relevance | path

Searched refs:FloatSize (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp17 #define TestArithSSXmmXmm(FloatSize, Src, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument
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, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument
52 static_assert(FloatSize == 32 || FloatSize == 64, \ in TEST_F()
[all …]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp17 #define TestArithSSXmmXmm(FloatSize, Src, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument
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, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument
55 static_assert(FloatSize == 32 || FloatSize == 64, \ in TEST_F()
[all …]
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs46 internal const int FloatSize = LittleEndian32Size; field in Google.Protobuf.CodedOutputStream
64 return FloatSize; in ComputeFloatSize()
DFieldCodec.cs365 …ext output, float value) => output.WriteFloat(value), CodedOutputStream.FloatSize, tag, defaultVal… in ForFloat()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs46 internal const int FloatSize = LittleEndian32Size; field in Google.Protobuf.CodedOutputStream
64 return FloatSize; in ComputeFloatSize()
DFieldCodec.cs365 …ext output, float value) => output.WriteFloat(value), CodedOutputStream.FloatSize, tag, defaultVal… in ForFloat()