Home
last modified time | relevance | path

Searched defs:double (Results 1 – 25 of 108) sorted by relevance

12345

/llvm-project/clang/test/CodeGen/
H A Dattr-callback.c9 __attribute__((callback(1, 2, 3))) void args_1(void (*callback)(int, double), int a, double b) { no… in args_1() argument
17 __attribute__((callback(2, -1, -1))) void args_3a(int a, void (*callback)(double, double), double b… in args_3a() argument
19 __attribute__((callback(callback, __, __))) void args_3b(int a, void (*callback)(double, double), d… in args_3b() argument
H A Dlong_double_fp128.cpp19 void test(long, float, double, long double, long double _Complex) { } in test() argument
/llvm-project/clang/test/CodeGenCUDA/
H A Dglobal-initializers.cu11 double pow(double, double) { return 1.0; } in pow() argument
13 __device__ double pow(double, int) { return 2.0; } in pow() argument
18 constexpr double cpow(double, double) { return 11.0; } in cpow() argument
20 constexpr __device__ double cpow(double, int) { return 12.0; } in cpow() argument
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m9 - (id) Meth1: (double) arg; argument
16 - (id) Meth1: (double) arg { return 0; } argument
30 - (id) Meth1: (double) arg { return 0; } argument
39 - (id) Meth1: (double) arg { return 0; } argument
46 - (id) Meth1: (double) arg { return 0; } argument
121 - (id) Meth1: (double) arg; argument
128 - (id) Meth15515206: (double) arg { return 0; } argument
/llvm-project/clang/test/SemaObjC/
H A Dmethod-def-2.m8 -(void) brokenType: (int)x floatingPoint: (double)y; argument
14 {
H A Dprotocol-implementing-class-methods.m7 - (void) : (double) arg; // expected-note {{method ':' declared here}} argument
25 - (void) : (double) arg{}; // expected-warning {{category is implementing a method which will also … argument
H A Dmethod-typecheck-1.m6 - (int) setOk : (int) x : (double) d; argument
12 - (int) setOk : (int) x : (double) d { return 0; } argument
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp121 convertToRGB(const std::tuple<double, double, double> &Color) { in convertToRGB()
172 interpolateHSV(const std::tuple<double, double, double> &C0, in interpolateHSV()
/llvm-project/clang/test/CodeGenObjC/
H A Dmessages-2.m19 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
26 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
37 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
60 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
85 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
114 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
H A Dpredefined-expr.m33 - (void)instanceTest3:(int)a withB:(double)b { argument
58 + (void)classTest3:(int)a withB:(double)b { argument
H A Dencode-test-6.m13 -(void)foo:(Z)a : (char*)b : (Z)c : (double) d; argument
18 -(void)foo:(Z)a: (char*)b : (Z)c : (double) d {} argument
/llvm-project/clang/test/SemaCXX/
H A Dlambda-conversion-op-cc.cpp10 auto normal = [](int, float, double) {}; // #1 in useage() argument
11 auto vectorcall = [](int, float, double) __attribute__((vectorcall)){}; // #2 in useage() argument
13 auto thiscall = [](int, float, double) __attribute__((thiscall)){}; // #3 in useage() argument
15 auto cdecl = [](int, float, double) __attribute__((cdecl)){}; in useage() argument
[all...]
H A Dcxx2c-delete-with-message.cpp145 TC<double, double>& tc1, in special_members()
/llvm-project/clang/test/SemaCUDA/
H A Dtrace-through-global.cu25 inline __host__ __device__ void hd3(double) {} in hd3() argument
28 inline __host__ __device__ void hd4(double) { in hd4() argument
H A Dglobal-initializers.cu48 constexpr double cpow(double, double) { return 1.0; } in cpow() argument
50 constexpr __device__ double cpow(double, int) { return 2.0; } in cpow() argument
/llvm-project/clang/test/AST/
H A Dast-dump-openmp-begin-declare-variant_template_1.cpp16 int also_after(double) { in also_after() argument
32 int also_after(double) { in also_after() argument
H A Dast-dump-openmp-begin-declare-variant_reference.cpp34 int also_after(double &) { in also_after() argument
37 int also_after(double &&) { in also_after() argument
65 int also_after(double &) { in also_after() argument
/llvm-project/clang/test/Rewriter/
H A Dobjc-modern-StretAPI-3.mm19 + (myPoint)foo : (int)Arg1 : (double)fArg; argument
37 + (myPoint)foo : (int)Arg1 : (double)fArg { argument
H A Dmethod-encoding-1.m9 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2; argument
14 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2{ return 0; } argument
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-long-double.cpp5 void f(long double) {} in f()
H A Dmatrix-type-operators.cpp64 void test_DoubleWrapper1_Sub1(MyMatrix<double, 10, 9> &m) { in test_DoubleWrapper1_Sub1() argument
79 test_DoubleWrapper1_Sub2(MyMatrix<double,10,9> & m) test_DoubleWrapper1_Sub2() argument
101 test_DoubleWrapper2_Add1(MyMatrix<double,10,9> & m) test_DoubleWrapper2_Add1() argument
116 test_DoubleWrapper2_Add2(MyMatrix<double,10,9> & m) test_DoubleWrapper2_Add2() argument
138 test_IntWrapper_Add(MyMatrix<double,10,9> & m) test_IntWrapper_Add() argument
154 test_IntWrapper_Sub(MyMatrix<double,10,9> & m) test_IntWrapper_Sub() argument
197 test_IntWrapper_Multiply(MyMatrix<double,10,9> & m,IntWrapper & w3) test_IntWrapper_Multiply() argument
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp96 Def6<bool, int[5], float(double, double), in test_Def6() argument
97 bool(*)(int*, float(*)(double, double))> *d6c) { in test_Def6()
/llvm-project/clang/test/Index/
H A Dcomplete-method-decls.m46 - (int)first:(int)x second:(float)y third:(double)z; argument
47 - (id)first:(int)xx second2:(float)y2 third:(double)z; argument
48 - (void*)first:(int)xxx second3:(float)y3 third:(double)z; argument
52 - (int)first:(int)x second2:(float)y third:(double)z; argument
56 - (int)first:(int)x second2:(float)y third:(double)z { } argument
/llvm-project/llvm/test/MC/AsmParser/
H A Dmacro-arg-err.s28 .macro double first = -1, second = -1 macro
/llvm-project/compiler-rt/test/builtins/Unit/arm/
H A Dcall_apsr.h41 __attribute__((noinline, pcs("aapcs"))) static uint32_t call_apsr_d(double a, double b, in call_apsr_d() argument
42 … __attribute__((pcs("aapcs"))) void (*fn)(double, double)) { in call_apsr_d()

12345