Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/mpfr/dist/tests/
H A 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/sbin/ifconfig/
H A Difconfig.c1244 status_func_t *status_f; in status() local
1306 SIMPLEQ_FOREACH(status_f, &status_funcs, f_next) in status()
1307 (*status_f->f_func)(env, oenv); in status()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dlinux-tdep.c761 int status_f = (what == IP_STATUS || what == IP_ALL);
892 if (status_f)
H A DChangeLog-20111885 status_f and stat_f from WHAT. Throw error on extra parameters.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-tdep.c761 int status_f = (what == IP_STATUS || what == IP_ALL);
892 if (status_f)
H A DChangeLog-20111885 status_f and stat_f from WHAT. Throw error on extra parameters.
/netbsd/external/lgpl3/mpfr/dist/
H A DChangeLog22295 [tests/tsin_cos.c] status_f and status were not read (compared) in