Home
last modified time | relevance | path

Searched defs:ftest (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcse-setfval.c1 int ftest(double a, double b) in ftest() function
/third_party/glib/glib/
Dgtestutils.h376 #define g_test_add(testpath, Fixture, tdata, fsetup, ftest, fteardown) \ argument
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.c751 int i, a, result, ftest; in slave() local
/third_party/python/Lib/test/
Dtest_math.py239 def ftest(self, name, got, expected, ulp_tol=5, abs_tol=0.0): member in MathTests