Home
last modified time | relevance | path

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

/freebsd-12.1/tools/test/testfloat/
H A Dtestfloat.c61 errorStop = FALSE; in main()
167 errorStop = TRUE; in main()
H A Dtestsoftfloat.c737 if ( ( errorStop && anyErrors ) || stop ) exitWithStatus(); in testFunctionVariety()
826 errorStop = FALSE; in main()
919 errorStop = TRUE; in main()
H A DtestLoops.h31 extern flag forever, errorStop;
H A DtestFunction.c1104 if ( ( errorStop && anyErrors ) || stop ) exitWithStatus(); in testFunctionVariety()
H A DtestLoops.c37 flag forever, errorStop; variable