Home
last modified time | relevance | path

Searched refs:status_f (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtsin_cos.c643 int status_f, status; in coverage_01032011() local
652 status_f = mpfr_sincos_fast (svalf, NULL, val, MPFR_RNDN); in coverage_01032011()
654 if (! mpfr_equal_p (svalf, sval) || VSIGN (status_f) != VSIGN (status)) in coverage_01032011()
661 printf ("status_f = %d, status = %d\n", status_f, status); in coverage_01032011()
/netbsd/src/sbin/ifconfig/
Difconfig.c1272 status_func_t *status_f; in status() local
1334 SIMPLEQ_FOREACH(status_f, &status_funcs, f_next) in status()
1335 (*status_f->f_func)(env, oenv); in status()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlinux-tdep.c823 int status_f = (what == IP_STATUS || what == IP_ALL); in linux_info_proc() local
949 if (status_f) in linux_info_proc()
DChangeLog-20111885 status_f and stat_f from WHAT. Throw error on extra parameters.
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog23140 [tests/tsin_cos.c] status_f and status were not read (compared) in