Home
last modified time | relevance | path

Searched refs:ftest (Results 1 – 25 of 50) sorted by relevance

12

/third_party/python/Lib/test/
Dtest_math.py239 def ftest(self, name, got, expected, ulp_tol=5, abs_tol=0.0): member in MathTests
254 self.ftest('pi', math.pi, 3.141592653589793238462643)
255 self.ftest('e', math.e, 2.718281828459045235360287)
260 self.ftest('acos(-1)', math.acos(-1), math.pi)
261 self.ftest('acos(0)', math.acos(0), math.pi/2)
262 self.ftest('acos(1)', math.acos(1), 0)
271 self.ftest('acosh(1)', math.acosh(1), 0)
272 self.ftest('acosh(2)', math.acosh(2), 1.3169578969248168)
281 self.ftest('asin(-1)', math.asin(-1), -math.pi/2)
282 self.ftest('asin(0)', math.asin(0), 0)
[all …]
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.c751 int i, a, result, ftest; in slave() local
763 ftest = -1; in slave()
785 if ((ftest = open(dp.fname, O_RDONLY | O_NONBLOCK)) < 0) { in slave()
792 P("fd=%d\n", ftest); in slave()
793 a = read(ftest, tmp, 16); in slave()
804 if ((ftest = open(dp.fname, O_WRONLY | O_NONBLOCK)) < 0) { in slave()
811 P("fd=%d\n", ftest); in slave()
812 if (write(ftest, phraseTest, len) < len) in slave()
824 if ((ftest = open(dp.fname, O_RDONLY | O_NONBLOCK)) < 0) { in slave()
832 P("fd=%d\n", ftest); in slave()
[all …]
/third_party/boost/libs/program_options/ci/
Dcodecov.sh21 ci/build.sh cxxflags=-fprofile-arcs cxxflags=-ftest-coverage linkflags=-fprofile-arcs linkflags=-ft…
/third_party/typescript/tests/baselines/reference/
DindexingTypesWithNever.types49 const result4 = genericFn2({ e: "etest", f: "ftest" });
51 >genericFn2({ e: "etest", f: "ftest" }) : never
53 >{ e: "etest", f: "ftest" } : { e: string; f: string; }
57 >"ftest" : "ftest"
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcse-setfval.c1 int ftest(double a, double b) in ftest() function
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
DMakefile.am7 AM_CFLAGS += -fprofile-arcs -ftest-coverage
/third_party/boost/libs/regex/test/profile/
DMakefile8 …g++ -fprofile-arcs -ftest-coverage -DBOOST_REGEX_RECURSIVE -DBOOST_REGEX_BLOCKSIZE=512 -DBOOST_REG…
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/puff/
DMakefile13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
/third_party/zlib/contrib/puff/
DMakefile13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/puff/
DMakefile13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
DMakefile.am5 AM_CFLAGS = -fprofile-arcs -ftest-coverage
/third_party/popt/
Dconfigure.ac47 CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
/third_party/unity/extras/fixture/test/
DMakefile49 …$(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(INC_DIR) -o $(TARGET) -fprofile-arcs -ftest-…
/third_party/cJSON/tests/unity/test/
DMakefile23 COV_FLAGS = -fprofile-arcs -ftest-coverage -I ../../src
/third_party/cJSON/tests/unity/extras/fixture/test/
DMakefile52 …$(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(INC_DIR) -o $(TARGET) -fprofile-arcs -ftest-…
/third_party/unity/extras/memory/test/
DMakefile55 …$(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(INC_DIR) -o $(TARGET) -fprofile-arcs -ftest-…
/third_party/boost/libs/compute/test/extra/
DCMakeLists.txt24 target_link_libraries(test_multiple_objects -fprofile-arcs -ftest-coverage)
/third_party/boost/libs/stl_interfaces/
DCMakeLists.txt44 set(compile_flags -fprofile-arcs -ftest-coverage)
/third_party/boost/libs/compute/test/
DCMakeLists.txt50 add_definitions(-fprofile-arcs -ftest-coverage)
66 target_link_libraries(${TEST_TARGET} -fprofile-arcs -ftest-coverage)
/third_party/boost/libs/yap/
DCMakeLists.txt79 set(compile_flags -fprofile-arcs -ftest-coverage)
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_code_coverage.m4128 CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
129 CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
/third_party/harfbuzz/m4/
Dax_code_coverage.m4128 CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
129 CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
/third_party/node/deps/cares/m4/
Dax_code_coverage.m4238 CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
239 CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
/third_party/glib/glib/
Dgtestutils.h376 #define g_test_add(testpath, Fixture, tdata, fsetup, ftest, fteardown) \ argument
385 … (testpath, sizeof (Fixture), tdata, fsetup, ftest, fteardown); \
/third_party/vk-gl-cts/framework/delibs/cmake/
DCFlags.cmake38 set(TARGET_FLAGS "-fprofile-arcs -ftest-coverage")

12