Searched refs:math (Results 1 - 25 of 202) sorted by relevance

123456789

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_math.py1 # Python test set -- math module
6 import math namespace
71 if math.isinf(expected) and got == expected:
143 self.ftest('pi', math.pi, 3.1415926)
144 self.ftest('e', math.e, 2.7182818)
147 self.assertRaises(TypeError, math.acos)
148 self.ftest('acos(-1)', math.acos(-1), math.pi)
149 self.ftest('acos(0)', math.acos(0), math
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_math.py1 # Python test set -- math module
6 import math namespace
71 if math.isinf(expected) and got == expected:
143 self.ftest('pi', math.pi, 3.1415926)
144 self.ftest('e', math.e, 2.7182818)
147 self.assertRaises(TypeError, math.acos)
148 self.ftest('acos(-1)', math.acos(-1), math.pi)
149 self.ftest('acos(0)', math.acos(0), math
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dieeefp.h5 #include <math.h>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dieeefp.h5 #include <math.h>
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
H A Dtgmath.h18 #include <math.h>
23 #include <math.h>
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
H A Dtgmath.h18 #include <math.h>
23 #include <math.h>
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/misc/common/swig/include/2.0.11/
H A Dmath.i2 * math.i
7 %module math
9 #include <math.h>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_libc.py13 import math namespace
14 self.assertEqual(lib.my_sqrt(2.0), math.sqrt(2.0))
H A Dtest_byteswap.py1 import sys, unittest, struct, math, ctypes namespace
114 s = c_float(math.pi)
115 self.assertEqual(bin(struct.pack("f", math.pi)), bin(s))
117 self.assertAlmostEqual(s.value, math.pi, 6)
118 s = c_float.__ctype_le__(math.pi)
119 self.assertAlmostEqual(s.value, math.pi, 6)
120 self.assertEqual(bin(struct.pack("<f", math.pi)), bin(s))
121 s = c_float.__ctype_be__(math.pi)
122 self.assertAlmostEqual(s.value, math.pi, 6)
123 self.assertEqual(bin(struct.pack(">f", math
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_libc.py13 import math namespace
14 self.assertEqual(lib.my_sqrt(2.0), math.sqrt(2.0))
H A Dtest_byteswap.py1 import sys, unittest, struct, math, ctypes namespace
114 s = c_float(math.pi)
115 self.assertEqual(bin(struct.pack("f", math.pi)), bin(s))
117 self.assertAlmostEqual(s.value, math.pi, 6)
118 s = c_float.__ctype_le__(math.pi)
119 self.assertAlmostEqual(s.value, math.pi, 6)
120 self.assertEqual(bin(struct.pack("<f", math.pi)), bin(s))
121 s = c_float.__ctype_be__(math.pi)
122 self.assertAlmostEqual(s.value, math.pi, 6)
123 self.assertEqual(bin(struct.pack(">f", math
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplus.h32 #include <math.h>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplus.h32 #include <math.h>
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dpyfpe.h131 #include <math.h>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
H A Dtest_float.py1 import math namespace
7 for num in [1617161771.7650001, math.pi, math.pi**100,
8 math.pi**-100, 3.1]:
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dpyfpe.h131 #include <math.h>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
H A Dtest_float.py1 import math namespace
7 for num in [1617161771.7650001, math.pi, math.pi**100,
8 math.pi**-100, 3.1]:

Completed in 784 milliseconds

123456789