Home
last modified time | relevance | path

Searched refs:cfoo (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_interproc.py12 return cfoo(a, b) + b
26 global cfoo
27 cfoo = jit((int32, int32), nopython=True)(foo)
35 global cfoo
37 cfoo = jit((int32, int32), nopython=True)(foo)
H A Dtest_looplifting.py249 cfoo = jit(foo)
253 r = cfoo(x)
257 cfoo.inspect_types(file=buf)
286 cfoo = jit(foo)
290 r = cfoo(x)
294 cfoo.inspect_types(file=buf)
502 cfoo = jit(foo)
503 self.assertEqual(foo(10), cfoo(10))
521 cfoo = jit(foo)
526 self.assertEqual(len(cfoo.overloads[cfoo.signatures[0]].lifted), 1)
[all …]
H A Dtest_withlifting.py476 cfoo = njit(foo)
478 cfoo(x)
494 cfoo = njit(foo)
527 cfoo = njit(foo)
529 cfoo(x)
550 cfoo = njit(foo)
552 cfoo(x)
564 cfoo(x)
608 cfoo(x)
661 cfoo(x)
[all …]
/dports/biology/jalview/jalview/test/jalview/gui/
H A DJAL1353bugdemo.java65 final JFrame cfoo = new JFrame("Crash Java"); in test() local
68 cfoo.setSize(600, 800); in test()
85 cfoo.add(foo); in test()
124 cfoo.setVisible(true); in test()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dselect_rank_1.f9052 call cfoo(v, "v")
62 call cfoo(w, "w")
135 subroutine cfoo(w, chr) subroutine
157 end subroutine cfoo argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dselect_rank_1.f9052 call cfoo(v, "v")
62 call cfoo(w, "w")
135 subroutine cfoo(w, chr) subroutine
157 end subroutine cfoo argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dselect_rank_1.f9052 call cfoo(v, "v")
62 call cfoo(w, "w")
135 subroutine cfoo(w, chr) subroutine
157 end subroutine cfoo argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dselect_rank_1.f9052 call cfoo(v, "v")
62 call cfoo(w, "w")
135 subroutine cfoo(w, chr) subroutine
157 end subroutine cfoo argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dselect_rank_1.f9052 call cfoo(v, "v")
62 call cfoo(w, "w")
135 subroutine cfoo(w, chr) subroutine
157 end subroutine cfoo argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dselect_rank_1.f9052 call cfoo(v, "v")
62 call cfoo(w, "w")
135 subroutine cfoo(w, chr) subroutine
157 end subroutine cfoo argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dselect_rank_1.f9052 call cfoo(v, "v")
62 call cfoo(w, "w")
135 subroutine cfoo(w, chr) subroutine
157 end subroutine cfoo argument
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/c-static-rlib/
H A DMakefile3 all: $(call NATIVE_STATICLIB,cfoo)
7 rm $(call NATIVE_STATICLIB,cfoo)
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/c-dynamic-dylib/
H A DMakefile7 all: $(call DYLIB,cfoo)
11 $(call REMOVE_DYLIBS,cfoo)
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/c-dynamic-rlib/
H A DMakefile10 all: $(call DYLIB,cfoo)
14 $(call REMOVE_DYLIBS,cfoo)
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make-fulldeps/c-static-dylib/
H A DMakefile3 all: $(call NATIVE_STATICLIB,cfoo)
6 rm $(call NATIVE_STATICLIB,cfoo)
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);
/dports/graphics/glslang/glslang-11.7.1/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/
H A Drecurse2.frag7 void cfoo(float);
11 cfoo(4.2);

1234567891011