HomeSort by relevance Sort by last modified time
    Searched refs:ftest (Results 1 - 15 of 15) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 133 def ftest(self, name, value, expected): member in class:MathTests
143 self.ftest('pi', math.pi, 3.1415926)
144 self.ftest('e', math.e, 2.7182818)
148 self.ftest('acos(-1)', math.acos(-1), math.pi)
149 self.ftest('acos(0)', math.acos(0), math.pi/2)
150 self.ftest('acos(1)', math.acos(1), 0)
157 self.ftest('acosh(1)', math.acosh(1), 0)
158 self.ftest('acosh(2)', math.acosh(2), 1.3169578969248168)
167 self.ftest('asin(-1)', math.asin(-1), -math.pi/2)
168 self.ftest('asin(0)', math.asin(0), 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 133 def ftest(self, name, value, expected): member in class:MathTests
143 self.ftest('pi', math.pi, 3.1415926)
144 self.ftest('e', math.e, 2.7182818)
148 self.ftest('acos(-1)', math.acos(-1), math.pi)
149 self.ftest('acos(0)', math.acos(0), math.pi/2)
150 self.ftest('acos(1)', math.acos(1), 0)
157 self.ftest('acosh(1)', math.acosh(1), 0)
158 self.ftest('acosh(2)', math.acosh(2), 1.3169578969248168)
167 self.ftest('asin(-1)', math.asin(-1), -math.pi/2)
168 self.ftest('asin(0)', math.asin(0), 0
    [all...]
  /external/genext2fs/
test.sh 40 # ftest - Exercises the -f spec-file option of genext2fs
43 # Usage: ftest spec-file number-of-blocks correct-checksum
44 ftest () { function
64 ftest device_table.txt 4096 a0af06d944b11d2902dfd705484c64cc
test-mount.sh 50 # ftest-mount - Exercise the -f spec-file option of genext2fs
53 # invoke ftest()
54 # Usage: ftest-mount spec-file number-of-blocks
75 pass ftest $fname $blocks
  /external/elfutils/0.153/config/
eu.am 43 COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage $(no_mudflap.os),\
  /external/chromium_org/third_party/lcov/example/
Makefile 11 CFLAGS := -Wall -I. -fprofile-arcs -ftest-coverage
  /external/zlib/src/contrib/puff/
Makefile 13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
  /system/keymaster/
Makefile 22 -Wmissing-declarations -ftest-coverage \
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh     [all...]
  /external/libvpx/libvpx/build/make/
configure.sh     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 570 push @coverageSupportOptions, "EXTRA_LINK= \$(EXTRA_LINK) -ftest-coverage -fprofile-arcs";
572 push @coverageSupportOptions, "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -ftest-coverage -fprofile-arcs -lgcov";
    [all...]
  /external/wpa_supplicant_8/hostapd/
Makefile 120 CFLAGS += -O0 -fprofile-arcs -ftest-coverage
  /external/chromium_org/third_party/sqlite/src/
Makefile.in 120 # causes build errors with -fprofile-arcs -ftest-coverage with some GCCs.
128 GCOV_CFLAGS1 = -DSQLITE_COVERAGE_TEST=1 -fprofile-arcs -ftest-coverage
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 142 CFLAGS += -O0 -fprofile-arcs -ftest-coverage
    [all...]

Completed in 722 milliseconds