Home
last modified time | relevance | path

Searched refs:bfunc (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/tests/21optimizer_trigcombinations/
H A Dmake.php52 $bfunc = "$f2(x)"; variable
54 else $bfunc = "pow($bfunc,".(-$be).".0)"; variable
55 $func .= $bfunc;
61 $bfunc = "$f2(x)"; variable
63 else $bfunc = "pow($bfunc,{$be}.0)"; variable
64 $func .= $bfunc;
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Drelativeimport_T542.srctree22 a, bmod, afunc, bfunc = test_relative()
38 assert bfunc() == 'b', bfunc
50 def bfunc(): return 'b'
68 from .bmod import bfunc
71 assert bfunc() == 'b', bfunc()
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()
39 assert bfunc() == 'b', bfunc
51 def bfunc(): return 'b'
69 from .bmod import bfunc
72 assert bfunc() == 'b', bfunc()
74 return a, bmod, afunc, bfunc
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dshow.c46 void (*bfunc)(int); in c_show() local
93 bfunc = show_nuke_build; in c_show()
98 bfunc = show_land_build; in c_show()
107 bfunc = show_plane_build; in c_show()
113 bfunc = show_sect_build; in c_show()
117 bfunc = show_ship_build; in c_show()
135 bfunc(tlev); in c_show()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_17.f9011 function bfunc() function
12 real, dimension(3,3) :: bfunc local
13 bfunc = reshape([29., 31., 37., 41., 43., 47., 53., 59., 61., 67.],[3,3])
14 end function bfunc
45 c = matmul(a, bfunc())
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.python/
H A Dpy-strfns.c33 bfunc (const char *arg) in bfunc() function
45 bfunc (buf1); in main()
46 bfunc (buf2); in main()
47 bfunc (buf3); in main()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.python/
H A Dpy-strfns.c33 bfunc (const char *arg) in bfunc() function
45 bfunc (buf1); in main()
46 bfunc (buf2); in main()
47 bfunc (buf3); in main()
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/brymen-dmm/
H A Dparser.c199 uint8_t *bfunc; in brymen_parse() local
205 bfunc = (uint8_t *)(buf + sizeof(struct brymen_header)); in brymen_parse()
212 bfunc[3], bfunc[2], bfunc[1], bfunc[0]); in brymen_parse()
214 sr_dbg("DMM packet: \"%.*s\"", asciilen, bfunc + 4); in brymen_parse()
217 if (parse_value((const char *)(bfunc + 4), asciilen, floatval) != SR_OK) in brymen_parse()
/dports/math/asymptote/asymptote-2.67/
H A Dcallable.cc39 bool bfunc::compare(callable* F) in compare()
41 if (bfunc* f=dynamic_cast<bfunc*>(F)) in compare()
46 void bfunc::print(ostream& out) { in print()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dcallable.cc39 bool bfunc::compare(callable* F) in compare()
41 if (bfunc* f=dynamic_cast<bfunc*>(F)) in compare()
46 void bfunc::print(ostream& out) { in print()

1234567891011