Home
last modified time | relevance | path

Searched +defs:w +defs:q +defs:f4 +defs:l (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.dwarf2/
H A Dtypeddwarf.c12 long long l; /* { dg-final { gdb-test 29 "l" "4616189618054758400" } } */ in f1() local
19 double q = f; /* { dg-final { gdb-test 29 "q" "6" } } */ in f1() local
25 double w = d / 4.0; /* { dg-final { gdb-test 29 "w" "1" } } */ in f1() local
36 long long l; /* { dg-final { gdb-test 53 "l" "4616189618054758400" } } */ in f2() local
43 double q = f; /* { dg-final { gdb-test 53 "q" "6" } } */ in f2() local
49 double w = d / 4.0; /* { dg-final { gdb-test 53 "w" "1" } } */ in f2() local
69 long long w = (a > d) ? a : d;/* { dg-final { gdb-test 73 "w" "4" } } */ in f3() local
77 f4 (_Decimal32 a, _Decimal64 b, _Decimal128 c) in f4() function
79 _Decimal32 w = a * 8.0DF + 6.0DF;/* { dg-final { xfail-gdb-test 82 "(int)w" "70" } } */ in f4() local
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.dwarf2/
H A Dtypeddwarf.c12 long long l; /* { dg-final { gdb-test 29 "l" "4616189618054758400" } } */ in f1() local
19 double q = f; /* { dg-final { gdb-test 29 "q" "6" } } */ in f1() local
25 double w = d / 4.0; /* { dg-final { gdb-test 29 "w" "1" } } */ in f1() local
36 long long l; /* { dg-final { gdb-test 53 "l" "4616189618054758400" } } */ in f2() local
43 double q = f; /* { dg-final { gdb-test 53 "q" "6" } } */ in f2() local
49 double w = d / 4.0; /* { dg-final { gdb-test 53 "w" "1" } } */ in f2() local
69 long long w = (a > d) ? a : d;/* { dg-final { gdb-test 73 "w" "4" } } */ in f3() local
77 f4 (_Decimal32 a, _Decimal64 b, _Decimal128 c) in f4() function
79 _Decimal32 w = a * 8.0DF + 6.0DF;/* { dg-final { xfail-gdb-test 82 "(int)w" "70" } } */ in f4() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp1z/
H A Dlaunder2.C18 int l = __builtin_launder (j)->foo (); variable
26 template <typename T, typename... U> T *f4 (U... x) { return __builtin_launder (x...); } in f4() function
32 long *q = f5<long> (); variable
41 constexpr const int *w = f9 (&u); variable
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_jacobi_theta.hpp306 inline void test_periodicity(RealType z, RealType q, RealType eps) { in test_periodicity()
332 inline void test_argument_translation(RealType z, RealType q, RealType eps) { in test_argument_translation()
358 inline void test_sums_of_squares(RealType z, RealType q, RealType eps) { in test_sums_of_squares()
399 inline void test_addition_formulas(RealType z, RealType w, RealType q, RealType eps) { in test_addition_formulas()
433 inline void test_duplication_formula(RealType z, RealType q, RealType eps) { in test_duplication_formula()
460 inline void test_watsons_identities(RealType z, RealType w, RealType q, RealType eps) { in test_watsons_identities()
607 auto f4 = [&, s](RealType t) in test_mellin_transforms() local
639 RealType l = sinh(abs(beta)) + 1.0; in test_laplace_transforms() local
649 auto f4 = [&, s, l, beta](RealType t) in test_laplace_transforms() local
670 inline void test_elliptic_functions(RealType z, RealType q, RealType eps) { in test_elliptic_functions()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DDelaunay_triangulation_2.h248 bool incircle(int x, int j, int, int l, std::vector<Face_handle> &f, in incircle() argument
289 typename Geom_traits::Line_2 l; in draw_dual() local
796 const Point& q = (e.first)->vertex(ccw(e.second))->point(); in dual() local
797 Line l = this->geom_traits().construct_bisector_2_object()(p,q); in dual() local
819 const Point& q = f->vertex(ccw(i))->point(); in dual() local
820 Line l = this->geom_traits().construct_bisector_2_object()(p,q); in dual() local
1284 Face_handle & f3, Face_handle & f4, in remove_degree5_star()
1439 Face_handle & f3, Face_handle & f4, Face_handle & f5, in remove_degree6_star()
1462 Face_handle & f3, Face_handle & f4, Face_handle & f5, in remove_degree6_N()
1486 Face_handle & f3, Face_handle & f4, Face_handle & f5, in remove_degree6_antiN()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70123.c40 f4 (void *a, const char *b, int c, int d, double *e, int f, char **g, int *h) in f4() function
138 long k, l; in main() local
143 double q[21]; in main() local
148 const char *w[21]; in main() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70123.c40 f4 (void *a, const char *b, int c, int d, double *e, int f, char **g, int *h) in f4() function
138 long k, l; in main() local
143 double q[21]; in main() local
148 const char *w[21]; in main() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70123.c40 f4 (void *a, const char *b, int c, int d, double *e, int f, char **g, int *h) in f4() function
138 long k, l; in main() local
143 double q[21]; in main() local
148 const char *w[21]; in main() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70123.c40 f4 (void *a, const char *b, int c, int d, double *e, int f, char **g, int *h) in f4() function
138 long k, l; in main() local
143 double q[21]; in main() local
148 const char *w[21]; in main() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr70123.c40 f4 (void *a, const char *b, int c, int d, double *e, int f, char **g, int *h) in f4() function
138 long k, l; in main() local
143 double q[21]; in main() local
148 const char *w[21]; in main() local

1234