Home
last modified time | relevance | path

Searched refs:afunc (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/math/jags/JAGS-4.3.0/src/lib/function/
H A DFunctionPtr.cc9 : lfunc(0), sfunc(0), vfunc(0), afunc(0) in FunctionPtr()
13 : lfunc(0), sfunc(sf), vfunc(0), afunc(0) in FunctionPtr()
17 : lfunc(0), sfunc(0), vfunc(vf), afunc(0) in FunctionPtr()
21 : lfunc(0), sfunc(0), vfunc(0), afunc(af) in FunctionPtr()
25 : lfunc(lf), sfunc(0), vfunc(0), afunc(0) in FunctionPtr()
37 else if (afunc) in name()
38 return afunc->name(); in name()
56 return p.afunc; in ARRAY()
67 else if (p.afunc) in FUNC()
68 return p.afunc; in FUNC()
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Drelativeimport_T542.srctree22 a, bmod, afunc, bfunc = test_relative()
37 assert afunc() == 'a', afunc
45 def afunc(): return 'a'
67 from .a import afunc
70 assert afunc() == 'a', afunc()
73 return a, bmod, afunc, bfunc
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Drelativeimport_T542.srctree22 a, bmod, afunc, bfunc = test_relative()
38 assert afunc() == 'a', afunc
46 def afunc(): return 'a'
68 from .a import afunc
71 assert afunc() == 'a', afunc()
74 return a, bmod, afunc, bfunc
/dports/math/openblas/OpenBLAS-0.3.18/driver/others/
H A Dblas_server_omp.c158 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, xdouble, in legacy_exec() local
162 afunc(args -> m, args -> n, args -> k, in legacy_exec()
175 afunc(args -> m, args -> n, args -> k, in legacy_exec()
182 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, float, in legacy_exec() local
186 afunc(args -> m, args -> n, args -> k, in legacy_exec()
198 afunc(args -> m, args -> n, args -> k, in legacy_exec()
209 afunc(args -> m, args -> n, args -> k, in legacy_exec()
220 afunc(args -> m, args -> n, args -> k, in legacy_exec()
237 afunc(args -> m, args -> n, args -> k, in legacy_exec()
251 afunc(args -> m, args -> n, args -> k, in legacy_exec()
[all …]
H A Dblas_server_win32.c82 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, xdouble, in legacy_exec() local
86 afunc(args -> m, args -> n, args -> k, in legacy_exec()
99 afunc(args -> m, args -> n, args -> k, in legacy_exec()
106 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, float, in legacy_exec() local
110 afunc(args -> m, args -> n, args -> k, in legacy_exec()
122 afunc(args -> m, args -> n, args -> k, in legacy_exec()
133 afunc(args -> m, args -> n, args -> k, in legacy_exec()
144 afunc(args -> m, args -> n, args -> k, in legacy_exec()
161 afunc(args -> m, args -> n, args -> k, in legacy_exec()
175 afunc(args -> m, args -> n, args -> k, in legacy_exec()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f906 function afunc() function
7 real, dimension(3,3) :: afunc local
8 afunc = reshape([ 2., 3., 5., 7., 11., 13., 17., 19., 23. ], [3,3])
9 end function afunc
42 c = matmul(afunc(),b)
44 a = afunc()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/driver/others/
H A Dblas_server_omp.c99 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, xdouble, in legacy_exec() local
103 afunc(args -> m, args -> n, args -> k, in legacy_exec()
112 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, double, in legacy_exec() local
116 afunc(args -> m, args -> n, args -> k, in legacy_exec()
123 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, float, in legacy_exec() local
127 afunc(args -> m, args -> n, args -> k, in legacy_exec()
141 afunc(args -> m, args -> n, args -> k, in legacy_exec()
151 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, double, double, in legacy_exec() local
155 afunc(args -> m, args -> n, args -> k, in legacy_exec()
163 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, float, float, in legacy_exec() local
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/driver/others/
H A Dblas_server_omp.c57 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, xdouble, in legacy_exec() local
61 afunc(args -> m, args -> n, args -> k, in legacy_exec()
70 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, double, in legacy_exec() local
74 afunc(args -> m, args -> n, args -> k, in legacy_exec()
81 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, float, in legacy_exec() local
85 afunc(args -> m, args -> n, args -> k, in legacy_exec()
99 afunc(args -> m, args -> n, args -> k, in legacy_exec()
109 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, double, double, in legacy_exec() local
113 afunc(args -> m, args -> n, args -> k, in legacy_exec()
121 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, float, float, in legacy_exec() local
[all …]
/dports/math/gotoblas/GotoBLAS2/driver/others/
H A Dblas_server_omp.c74 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, xdouble, in legacy_exec() local
78 afunc(args -> m, args -> n, args -> k, in legacy_exec()
87 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, double, in legacy_exec() local
91 afunc(args -> m, args -> n, args -> k, in legacy_exec()
98 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, float, in legacy_exec() local
102 afunc(args -> m, args -> n, args -> k, in legacy_exec()
116 afunc(args -> m, args -> n, args -> k, in legacy_exec()
126 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, double, double, in legacy_exec() local
130 afunc(args -> m, args -> n, args -> k, in legacy_exec()
138 void (*afunc)(BLASLONG, BLASLONG, BLASLONG, float, float, in legacy_exec() local
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/tests/21optimizer_trigcombinations/
H A Dmake.php42 $afunc = "$f1(x)"; variable
43 if($ae == 0) $afunc = "1"; variable
44 elseif($ae != 1) $afunc = "pow($afunc,{$ae}.0)"; variable
46 $func = $afunc;

12345678910>>...16