Home
last modified time | relevance | path

Searched refs:testfunc (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dreuse.c92 test3 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t), in test3()
115 testfunc (ref1, ref2, ref3, rnd); in test3()
119 testfunc (res1, res1, ref3, rnd); in test3()
133 testfunc (res1, ref2, res1, rnd); in test3()
145 testfunc (ref1, ref2, ref3, rnd); in test3()
147 testfunc (res1, res1, res1, rnd); in test3()
166 test4 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, in test4()
197 testfunc (ref, op1, op2, op3, rnd); in test4()
201 testfunc (res, res, op2, op3, rnd); in test4()
214 testfunc (res, op1, res, op3, rnd); in test4()
[all …]
H A Dtaway.c96 test3 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t), in test3()
121 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA); in test3()
123 inexd = testfunc (ref1, ref2, ref3, r); in test3()
143 test4 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, in test4()
176 inexa = testfunc (res, op1, op2, op3, MPFR_RNDA); in test4()
178 inexd = testfunc (ref, op1, op2, op3, r); in test4()
200 test2ui (int (*testfunc)(mpfr_ptr, mpfr_srcptr, unsigned long int, mpfr_rnd_t), in test2ui()
224 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA); in test2ui()
226 inexd = testfunc (ref1, ref2, ref3, r); in test2ui()
245 testui2 (int (*testfunc)(mpfr_ptr, unsigned long int, mpfr_srcptr, mpfr_rnd_t), in testui2()
[all …]
/netbsd-src/tests/libexec/ld.elf_so/
H A Dh_thread_local_dtor.c42 void (*testfunc)(void) = arg; in thread_helper() local
43 testfunc(); in thread_helper()
60 void (*testfunc)(void); in main() local
66 testfunc = dlsym(dso, "testfunc"); in main()
67 if (testfunc == NULL) in main()
72 if (pthread_create(&thread, NULL, thread_helper, testfunc)) in main()
H A Dh_dl_symver.c34 extern int testfunc(void);
40 printf("%d\n", testfunc()); in main()
/netbsd-src/tests/libexec/ld.elf_so/helper_symver_dso2/
H A Dh_helper_symver_dso2.map4 testfunc;
8 testfunc;
12 testfunc;
/netbsd-src/external/bsd/mdocml/dist/
H A Dtest-vasprintf.c22 static int testfunc(char **, const char *, ...);
26 testfunc(char **ret, const char *format, ...) in testfunc() function
43 if (testfunc(&ret, "%s.", "Text") != 5) in main()
/netbsd-src/tests/libexec/ld.elf_so/helper_symver_dso0/
H A Dh_helper_symver_dso0.c32 int testfunc(void);
35 testfunc(void) in testfunc() function
/netbsd-src/tests/libexec/ld.elf_so/helper_symver_dso1/
H A Dh_helper_symver_dso1.map4 testfunc;
/netbsd-src/tests/libexec/ld.elf_so/helper_dso3/
H A Dh_helper_dso3.cpp44 extern "C" void testfunc(void) { in testfunc() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst366 ready> def testfunc(x y) x + y*2;
368 define double @testfunc(double %x, double %y) {
375 ready> testfunc(4, 10);
379 %calltmp = call double @testfunc(double 4.000000e+00, double 1.000000e+01)
385 ready> testfunc(5, 10);
386 ready> LLVM ERROR: Program used external function 'testfunc' which could not be resolved!
391 the API a Module is a unit of allocation for the JIT, and testfunc was part
394 the definition of ``testfunc`` along with it. Then, when we tried to call
395 testfunc a second time, the JIT could no longer find it.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt2075 struct x testfunc() {
2089 define void @testfunc(%struct.x* sret %agg.result) nounwind ssp {