Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs45 internal const int DoubleSize = LittleEndian64Size; field in Google.Protobuf.CodedOutputStream
55 return DoubleSize; in ComputeDoubleSize()
DFieldCodec.cs375 …put.ReadDouble(), (output, value) => output.WriteDouble(value), CodedOutputStream.DoubleSize, tag); in ForDouble()
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp393 if (Opts.DoubleSize) { in adjust()
394 if (Opts.DoubleSize == 32) { in adjust()
399 } else if (Opts.DoubleSize == 64) { in adjust()
/external/llvm-project/clang/include/clang/Basic/
Darm_mve_defs.td313 // DoubleSize<k> expects k to be a scalar type. It returns a scalar type
316 class DoubleSize<Type k> : ComplexType<(CTO_ScaleSize<2, 1> k)>;
336 def DblVector: VecOf<DoubleSize<Scalar>>;
337 def DblPredicate: PredOf<DoubleSize<Scalar>>;
DLangOptions.def184 VALUE_LANGOPT(DoubleSize , 32, 0, "width of double")
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3095 Opts.DoubleSize = getLastArgIntValue(Args, OPT_mdouble_EQ, 0, Diags); in ParseLangArgs()