Home
last modified time | relevance | path

Searched refs:Double (Results 1 – 25 of 177) sorted by relevance

12345678

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp10 int Double(int x) { return x + x; } in Double() function
12Double(toFoobar()); // expected-error{{use of undeclared identifier 'toFoobar'; did you mean 'bars… in empty()
26 …if (toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'toFoobar'; did you mea… in Check()
27 …if (noFoobar()) Double(7); // expected-error{{use of undeclared identifier 'noFoobar'; did you mea… in Check()
28 …if (moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'moreFoobar'; did you… in Check()
29 …if (lessFoobar()) Double(7); // expected-error{{use of undeclared identifier 'lessFoobar'; did you… in Check()
30 …if (baztool::toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'baztool'; did… in Check()
31 …if (nested::moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'nested'; did… in Check()
32 …if (dummy::morebar()) Double(7); // expected-error{{use of undeclared identifier 'dummy'; did you … in Check()
33 …if (dummy::mrebar()) Double(7); // expected-error{{use of undeclared identifier 'dummy'; did you m… in Check()
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dcast.c23 typedef double Double; typedef
36 (void) (Double) v; in testBool()
50 (void) (Double) v; in testInt()
72 (void) (Double) v; in testLong()
86 (void) (Double) v; in testFloat()
93 void testDouble(Double v) { in testDouble()
98 (void) (Double) v; in testDouble()
110 (void) (Double) v; in testCI()
122 (void) (Double) v; in testCLong()
134 (void) (Double) v; in testCFloat()
[all …]
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Drv64dc-valid.s15 # CHECK-NO-EXT-D: error: instruction requires the following: 'D' (Double-Precision Floating-Point)
16 … instruction requires the following: 'C' (Compressed Instructions), 'D' (Double-Precision Floating…
20 # CHECK-NO-EXT-D: error: instruction requires the following: 'D' (Double-Precision Floating-Point)
21 … instruction requires the following: 'C' (Compressed Instructions), 'D' (Double-Precision Floating…
26 # CHECK-NO-EXT-D: error: instruction requires the following: 'D' (Double-Precision Floating-Point)
27 … instruction requires the following: 'C' (Compressed Instructions), 'D' (Double-Precision Floating…
31 # CHECK-NO-EXT-D: error: instruction requires the following: 'D' (Double-Precision Floating-Point)
32 … instruction requires the following: 'C' (Compressed Instructions), 'D' (Double-Precision Floating…
H A Drv32dc-valid.s15 # CHECK-NO-EXT-D: error: instruction requires the following: 'D' (Double-Precision Floating-Point)
16 … instruction requires the following: 'C' (Compressed Instructions), 'D' (Double-Precision Floating…
20 # CHECK-NO-EXT-D: error: instruction requires the following: 'D' (Double-Precision Floating-Point)
21 … instruction requires the following: 'C' (Compressed Instructions), 'D' (Double-Precision Floating…
26 # CHECK-NO-EXT-D: error: instruction requires the following: 'D' (Double-Precision Floating-Point)
27 … instruction requires the following: 'C' (Compressed Instructions), 'D' (Double-Precision Floating…
31 # CHECK-NO-EXT-D: error: instruction requires the following: 'D' (Double-Precision Floating-Point)
32 … instruction requires the following: 'C' (Compressed Instructions), 'D' (Double-Precision Floating…
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h773 Double = RHS.Double;
787 Double = std::move(RHS.Double);
976 return U.Double.add(RHS.U.Double, RM); in add()
985 return U.Double.subtract(RHS.U.Double, RM); in subtract()
994 return U.Double.multiply(RHS.U.Double, RM); in multiply()
1003 return U.Double.divide(RHS.U.Double, RM); in divide()
1012 return U.Double.remainder(RHS.U.Double); in remainder()
1021 return U.Double.mod(RHS.U.Double); in mod()
1033 return U.Double.fusedMultiplyAdd(Multiplicand.U.Double, Addend.U.Double, in fusedMultiplyAdd()
1176 return U.Double.compare(RHS.U.Double); in compare()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleV6.td200 // Double-precision FP Unary
206 // Double-precision FP Compare
209 // Single to Double FP Convert
212 // Double to Single FP Convert
230 // Double-precision FP ALU
236 // Double-precision FP Multiply
242 // Double-precision FP MAC
254 // Double-precision FP DIV
260 // Double-precision FP SQRT
278 // Double-precision FP Load
[all …]
H A DARMScheduleA8.td260 // Double-precision FP Unary
306 // Double-precision FP ALU
324 // Double-precision FP MAC
343 // Double-precision FP DIV
353 // Double-precision FP SQRT
386 // Double-precision FP Load
415 // Double-precision FP Store
774 // Double-register FP Unary
792 // Double-register FP VMUL
849 // Double-register Permute
[all …]
H A DARMScheduleA9.td473 // Double-precision FP Unary
575 // Double-precision FP ALU
607 // Double-precision FP MAC
639 // Double-precision FP DIV
655 // Double-precision FP SQRT
707 // Double-precision FP Load
746 // Double-precision FP Store
1636 // Double-register FP Unary
1677 // Double-register FP VMUL
1766 // Double-register Permute
[all …]
/llvm-project-15.0.7/polly/test/CodeGen/MemAccess/
H A Dmultiple_types.ll6 ; void multiple_types(char *Short, char *Float, char *Double) {
10 ; Double[i] = *(double *)&Double[8 * i];
25 ; Double[8]
26 ; CHECK: %polly.access.Double13 = getelementptr i8, i8* %Double, i64 8
32 define void @multiple_types(i8* %Short, i8* %Float, i8* %Double) {
57 %tmp15 = getelementptr inbounds i8, i8* %Double, i64 %tmp14
61 %tmp19 = getelementptr inbounds i8, i8* %Double, i64 %i.0
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dmultiple-types.ll5 ; void multiple_types(char *Short, char *Float, char *Double) {
9 ; Double[i] = *(double *)&Double[8 * i];
35 define void @multiple_types(i8* %Short, i8* %Float, i8* %Double) {
60 %tmp15 = getelementptr inbounds i8, i8* %Double, i64 %tmp14
64 %tmp19 = getelementptr inbounds i8, i8* %Double, i64 %i.0
H A Dmultiple-types-access-offset-not-dividable-by-element-size.ll7 ; void multiple_types(char *Short, char *Float, char *Double) {
11 ; Double[i] = *(double *)&Double[i];
47 define void @multiple_types(i8* %Short, i8* %Float, i8* %Double) {
69 %tmp12 = getelementptr inbounds i8, i8* %Double, i64 %i.0
73 %tmp16 = getelementptr inbounds i8, i8* %Double, i64 %i.0
H A Dmultiple-types-non-affine-2.ll6 ; void multiple_types(char *Short, short *Char, char *Double) {
10 ; Double[i] = *(double *)&Double[i & 8];
42 define void @multiple_types(i32* noalias %Short, i32* noalias %Char, i32* noalias %Double) {
65 %tmp15 = getelementptr inbounds i32, i32* %Double, i64 %quad
69 %tmp19 = getelementptr inbounds i32, i32* %Double, i64 %i.0
H A Dmultiple-types-non-affine.ll6 ; void multiple_types(char *Short, short *Float, char *Double) {
10 ; Double[i] = *(double *)&Double[i & 8];
42 define void @multiple_types(i8* noalias %Short, i16* noalias %Float, i8* noalias %Double) {
65 %tmp15 = getelementptr inbounds i8, i8* %Double, i64 %quad
69 %tmp19 = getelementptr inbounds i8, i8* %Double, i64 %i.0
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h402 Double, enumerator
428 explicit Variant(double V) : Type(PDB_VariantType::Double) { in Variant()
429 Value.Double = V; in Variant()
461 double Double; member
498 VARIANT_WIDTH(Double, 64u) in getBitWidth()
541 case PDB_VariantType::Double: in toAPFloat()
544 return APFloat(Value.Double); in toAPFloat()
565 VARIANT_EQUAL_CASE(Double)
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcfg-rich-constructors.mm31 // Double brackets trigger FileCheck variables, escape.
37 // Double brackets trigger FileCheck variables, escape.
48 // Double brackets trigger FileCheck variables, escape.
58 // Double brackets trigger FileCheck variables, escape.
/llvm-project-15.0.7/llvm/test/ExecutionEngine/
H A Dfrem.ll9 @str = internal constant [18 x i8] c"Double value: %f\0A\00"
23 ; CHECK: Double value: 2.0
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCharInfo.h168 Double = 2, enumerator
169 SingleAndDouble = static_cast<int>(Single) | static_cast<int>(Double),
184 if ((static_cast<int>(Opt) & static_cast<int>(EscapeChar::Double)) == 0)
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h264 VariantValue(double Double);
285 void setDouble(double Double);
344 double Double; member
/llvm-project-15.0.7/clang/test/Layout/
H A Daix-double-struct-member.cpp58 struct Double { struct
63 int a = sizeof(Double);
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArch.td41 // Double Precision floating point
44 "'D' (Double-Precision Floating-Point)",
49 "'D' (Double-Precision Floating-Point)">;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Schedule.td199 // Double shift instructions.
423 defm WriteCvtSD2I : X86SchedWritePair<ReadAfterVecLd>; // Double -> Integer.
424 defm WriteCvtPD2I : X86SchedWritePair<ReadAfterVecXLd>; // Double -> Integer (XMM).
425 defm WriteCvtPD2IY : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Integer (YMM).
426 defm WriteCvtPD2IZ : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Integer (ZMM).
433 defm WriteCvtI2SD : X86SchedWritePair<ReadAfterVecLd>; // Integer -> Double.
434 defm WriteCvtI2PD : X86SchedWritePair<ReadAfterVecXLd>; // Integer -> Double (XMM).
435 defm WriteCvtI2PDY : X86SchedWritePair<ReadAfterVecYLd>; // Integer -> Double (YMM).
436 defm WriteCvtI2PDZ : X86SchedWritePair<ReadAfterVecYLd>; // Integer -> Double (ZMM).
443 defm WriteCvtSS2SD : X86SchedWritePair<ReadAfterVecLd>; // Float -> Double size conversion.
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td485 Float, Double, Half] in {
494 foreach Type = [Float, Double, Half] in {
741 …def : Builtin<name, [GenTypeDoubleVecNoScalar, GenTypeDoubleVecNoScalar, Double, Double], Attr.Con…
753 …def : Builtin<name, [GenTypeDoubleVecNoScalar, Double, Double, GenTypeDoubleVecNoScalar], Attr.Con…
784 …def : Builtin<name, [VectorType<Double, VSize>, VectorType<Double, VSize>, VectorType<Double, VSiz…
805 def : Builtin<name, [Int, Double], Attr.Const>;
819 def : Builtin<name, [Int, Double, Double], Attr.Const>;
860 …def : Builtin<name, [VectorType<Double, VSize>, Size, PointerType<ConstType<Double>, AS>], Attr.Pu…
874 def : Builtin<name, [Void, VectorType<Double, VSize>, Size, PointerType<Double, AS>]>;
1192 [Double, PointerType<VolatileType<AtomicDouble>, addrspace>, Double], extension_fp64>;
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/mpi/
H A DTypeMismatchCheck.cpp124 {BuiltinType::Double, "MPI_DOUBLE"}, in isBuiltinTypeMatching()
151 {BuiltinType::Double, "MPI_C_DOUBLE_COMPLEX"}, in isCComplexTypeMatching()
180 {BuiltinType::Double, "MPI_CXX_DOUBLE_COMPLEX"}, in isCXXComplexTypeMatching()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp262 VariantValue::VariantValue(double Double) : Type(VT_Nothing) { in VariantValue() argument
263 setDouble(Double); in VariantValue()
355 return Value.Double; in getDouble()
361 Value.Double = NewValue; in setDouble()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dduration-comparison.cpp147 int a3 = VALUE_IF(1, d1, Double); in f()
153 int a4 = VALUE_IF(1, d1, Double); in f()

12345678