Home
last modified time | relevance | path

Searched refs:my_func (Results 1 – 25 of 1210) sorted by relevance

12345678910>>...49

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_sparse_lst_sqr_function.cxx135 my_func.fij(0,0,ai,bj,c,e); in test_sparse_lst_sqr_function()
139 my_func.jac_Aij(0,0,ai,bj,c,Aij); in test_sparse_lst_sqr_function()
141 my_func.jac_Bij(0,0,ai,bj,c,Bij); in test_sparse_lst_sqr_function()
143 my_func.jac_Cij(0,0,ai,bj,c,Cij); in test_sparse_lst_sqr_function()
157 vnl_vector<double> a(my_func.index_a(my_func.number_of_a()),1.0); in test_sparse_lst_sqr_function()
161 vnl_vector<double> b(my_func.index_b(my_func.number_of_b()),2.0); in test_sparse_lst_sqr_function()
166 vnl_vector<double> f(my_func.index_e(my_func.number_of_e())); in test_sparse_lst_sqr_function()
170 my_func.f(a,b,c,f); in test_sparse_lst_sqr_function()
171 my_func.jac_blocks(a,b,c,A,B,C); in test_sparse_lst_sqr_function()
181 my_func.apply_weights(weights,wf); in test_sparse_lst_sqr_function()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_sparse_lst_sqr_function.cxx155 my_func.fij(0, 0, ai, bj, c, e); in test_sparse_lst_sqr_function()
159 my_func.jac_Aij(0, 0, ai, bj, c, Aij); in test_sparse_lst_sqr_function()
161 my_func.jac_Bij(0, 0, ai, bj, c, Bij); in test_sparse_lst_sqr_function()
163 my_func.jac_Cij(0, 0, ai, bj, c, Cij); in test_sparse_lst_sqr_function()
174 vnl_vector<double> a(my_func.index_a(my_func.number_of_a()), 1.0); in test_sparse_lst_sqr_function()
178 vnl_vector<double> b(my_func.index_b(my_func.number_of_b()), 2.0); in test_sparse_lst_sqr_function()
183 vnl_vector<double> f(my_func.index_e(my_func.number_of_e())); in test_sparse_lst_sqr_function()
187 my_func.f(a, b, c, f); in test_sparse_lst_sqr_function()
188 my_func.jac_blocks(a, b, c, A, B, C); in test_sparse_lst_sqr_function()
198 my_func.apply_weights(weights, wf); in test_sparse_lst_sqr_function()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Domp-workshare02.f9010 integer function my_func() function
11 my_func = 10
12 end function my_func
22 aa = my_func()
32 where (aa .ge. my_func())
34 cc = aa + my_func()
36 elsewhere (aa .le. my_func())
38 cc = dd + my_func()
41 cc = ee + my_func()
56 j = j + my_func()
[all …]
H A Domp-workshare05.f9018 integer function my_func() function
19 my_func = 10
20 end function my_func
47 aa = my_func()
52 b(i) = my_func() + i
57 where (dd .lt. 5) dd = aa * my_func()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Domp-workshare02.f909 integer function my_func() function
10 my_func = 10
11 end function my_func
21 aa = my_func()
31 where (aa .ge. my_func())
33 cc = aa + my_func()
35 elsewhere (aa .le. my_func())
37 cc = dd + my_func()
40 cc = ee + my_func()
55 j = j + my_func()
[all …]
H A Domp-workshare05.f9017 integer function my_func() function
18 my_func = 10
19 end function my_func
45 aa = my_func()
50 b(i) = my_func() + i
55 where (dd .lt. 5) dd = aa * my_func()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Domp-workshare02.f909 integer function my_func() function
10 my_func = 10
11 end function my_func
21 aa = my_func()
31 where (aa .ge. my_func())
33 cc = aa + my_func()
35 elsewhere (aa .le. my_func())
37 cc = dd + my_func()
40 cc = ee + my_func()
55 j = j + my_func()
[all …]
H A Domp-workshare05.f9017 integer function my_func() function
18 my_func = 10
19 end function my_func
46 aa = my_func()
51 b(i) = my_func() + i
56 where (dd .lt. 5) dd = aa * my_func()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Domp-workshare02.f9010 integer function my_func() function
11 my_func = 10
12 end function my_func
22 aa = my_func()
32 where (aa .ge. my_func())
34 cc = aa + my_func()
36 elsewhere (aa .le. my_func())
38 cc = dd + my_func()
41 cc = ee + my_func()
56 j = j + my_func()
[all …]
H A Domp-workshare05.f9018 integer function my_func() function
19 my_func = 10
20 end function my_func
47 aa = my_func()
52 b(i) = my_func() + i
57 where (dd .lt. 5) dd = aa * my_func()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Domp-workshare02.f909 integer function my_func() function
10 my_func = 10
11 end function my_func
21 aa = my_func()
31 where (aa .ge. my_func())
33 cc = aa + my_func()
35 elsewhere (aa .le. my_func())
37 cc = dd + my_func()
40 cc = ee + my_func()
55 j = j + my_func()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Domp-workshare02.f9010 integer function my_func()
11 my_func = 10
12 end function my_func
22 aa = my_func()
32 where (aa .ge. my_func())
34 cc = aa + my_func()
36 elsewhere (aa .le. my_func())
38 cc = dd + my_func()
41 cc = ee + my_func()
56 j = j + my_func()
[all …]
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-powerpc/
H A Dfunv1.s2 .globl my_func, .my_func
3 .type .my_func, @function
5 my_func: label
6 .quad .my_func, .TOC.@tocbase, 0
7 .size my_func, . - my_func
10 .my_func: label
12 .size .my_func, . - .my_func
H A Dinline.s5 .reloc .-4,R_PPC64_PLTSEQ,my_func
6 addis 12,2,my_func@plt@ha # .reloc .,R_PPC64_PLT16_HA,my_func
7 ld 12,my_func@plt@l(12) # .reloc .,R_PPC64_PLT16_LO_DS,my_func
9 .reloc .-4,R_PPC64_PLTSEQ,my_func
11 .reloc .-4,R_PPC64_PLTCALL,my_func
H A Dfunv2.s2 .globl my_func
3 .type my_func,@function
4 my_func: label
6 .size my_func,.-my_func
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-powerpc/
H A Dfunv1.s2 .globl my_func, .my_func
3 .type .my_func, @function
5 my_func: label
6 .quad .my_func, .TOC.@tocbase, 0
7 .size my_func, . - my_func
10 .my_func: label
12 .size .my_func, . - .my_func
H A Dinline.s5 .reloc .-4,R_PPC64_PLTSEQ,my_func
6 addis 12,2,my_func@plt@ha # .reloc .,R_PPC64_PLT16_HA,my_func
7 ld 12,my_func@plt@l(12) # .reloc .,R_PPC64_PLT16_LO_DS,my_func
9 .reloc .-4,R_PPC64_PLTSEQ,my_func
11 .reloc .-4,R_PPC64_PLTCALL,my_func
H A Dfunv2.s2 .globl my_func
3 .type my_func,@function
4 my_func: label
6 .size my_func,.-my_func
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-powerpc/
H A Dfunv1.s2 .globl my_func, .my_func
3 .type .my_func, @function
5 my_func: label
6 .quad .my_func, .TOC.@tocbase, 0
7 .size my_func, . - my_func
10 .my_func: label
12 .size .my_func, . - .my_func
H A Dinline.s5 .reloc .-4,R_PPC64_PLTSEQ,my_func
6 addis 12,2,my_func@plt@ha # .reloc .,R_PPC64_PLT16_HA,my_func
7 ld 12,my_func@plt@l(12) # .reloc .,R_PPC64_PLT16_LO_DS,my_func
9 .reloc .-4,R_PPC64_PLTSEQ,my_func
11 .reloc .-4,R_PPC64_PLTCALL,my_func
H A Dfunv2.s2 .globl my_func
3 .type my_func,@function
4 my_func: label
6 .size my_func,.-my_func
/dports/math/gsl/gsl-2.7/doc/examples/
H A Dmultimin.c15 gsl_multimin_function_fdf my_func; in main() local
17 my_func.n = 2; in main()
18 my_func.f = my_f; in main()
19 my_func.df = my_df; in main()
20 my_func.fdf = my_fdf; in main()
21 my_func.params = par; in main()
31 gsl_multimin_fdfminimizer_set (s, &my_func, x, 0.01, 1e-4); in main()
/dports/textproc/p5-Text-Xslate/Text-Xslate-3.4.0/example/
H A Ddynamic_functions.tx2 : block my_block | my_func(foo => 'bar') -> {'baz, qux'}
5 : my_func(foo => 'bar')('baz, qux');
8 : 'baz, qux' | my_func(foo => 'bar')
11 : 'baz, qux'.my_func(foo => 'bar')
14 : {baz => 'qux'}.my_func(foo => 'bar')
17 : ['baz', 'qux'].my_func(foo => 'bar')
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-powerpc/
H A Dfunv2.s2 .globl my_func
3 .type my_func,@function
4 my_func: label
6 .size my_func,.-my_func
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-powerpc/
H A Dfunv2.s2 .globl my_func
3 .type my_func,@function
4 my_func: label
6 .size my_func,.-my_func

12345678910>>...49