Home
last modified time | relevance | path

Searched +defs:ab +defs:m (Results 1 – 25 of 2065) sorted by relevance

12345678910>>...83

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/computational/
H A Dgbtrf.hpp52 inline std::ptrdiff_t gbtrf( const fortran_int_t m, const fortran_int_t n, in gbtrf()
53 const fortran_int_t kl, const fortran_int_t ku, float* ab, in gbtrf()
65 inline std::ptrdiff_t gbtrf( const fortran_int_t m, const fortran_int_t n, in gbtrf()
66 const fortran_int_t kl, const fortran_int_t ku, double* ab, in gbtrf()
78 inline std::ptrdiff_t gbtrf( const fortran_int_t m, const fortran_int_t n, in gbtrf()
80 std::complex<float>* ab, const fortran_int_t ldab, in gbtrf()
92 inline std::ptrdiff_t gbtrf( const fortran_int_t m, const fortran_int_t n, in gbtrf()
94 std::complex<double>* ab, const fortran_int_t ldab, in gbtrf()
160 inline std::ptrdiff_t gbtrf( MatrixAB& ab, VectorIPIV& ipiv ) { in gbtrf()
H A Dgbequ.hpp55 inline std::ptrdiff_t gbequ( const fortran_int_t m, const fortran_int_t n, in gbequ()
56 const fortran_int_t kl, const fortran_int_t ku, const float* ab, in gbequ()
70 inline std::ptrdiff_t gbequ( const fortran_int_t m, const fortran_int_t n, in gbequ()
71 const fortran_int_t kl, const fortran_int_t ku, const double* ab, in gbequ()
85 inline std::ptrdiff_t gbequ( const fortran_int_t m, const fortran_int_t n, in gbequ()
87 const std::complex<float>* ab, const fortran_int_t ldab, float* r, in gbequ()
100 inline std::ptrdiff_t gbequ( const fortran_int_t m, const fortran_int_t n, in gbequ()
102 const std::complex<double>* ab, const fortran_int_t ldab, double* r, in gbequ()
223 inline std::ptrdiff_t gbequ( const MatrixAB& ab, VectorR& r, VectorC& c, in gbequ()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/
H A DLambdaConv16.java46 Iterable m(List<String> ls); in m() method
50 Iterable<String> m(List l); in m() method
55 static void test(AB ab, List l) { ab.m(l); } in test()
58 AB ab = (List list) -> { assertTrue(true); return new ArrayList<String>(); }; in main() local
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlingen_average_matsize.cpp18 double avg_matsize<true>(abdst_field, unsigned int m, unsigned int n, int ascii) in avg_matsize()
27 double avg_matsize<false>(abdst_field ab, unsigned int m, unsigned int n, int ascii) in avg_matsize()
65 double average_matsize(abdst_field ab, unsigned int m, unsigned int n, int ascii) in average_matsize()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr82436-2.c9 void m (short *s) in m() function
22 float ab = q[i][a]; in m() local
28 float ab = q[i][b]; in m() local
34 float ab = q[i][f]; in m() local
39 float ab = q[i][g]; in m() local

12345678910>>...83