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

1234567891011>>

/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/current/sources/cxx-stl/llvm-libc++/include/
H A Dtgmath.h18 #include <math.h>
23 #include <math.h>
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
H A Dtgmath.h18 #include <math.h>
23 #include <math.h>
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
H A Dtgmath.h18 #include <math.h>
23 #include <math.h>
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
H A Dtgmath.h18 #include <math.h>
23 #include <math.h>
/prebuilts/ndk/current/sources/android/support/tests/
H A Dmath_unittest.cc1 #include <math.h>
5 TEST(math, sizeof_long_double) {
15 TEST(math, nexttoward) {
22 TEST(math, nexttowardf) {
29 TEST(math, nexttowardl) {
37 TEST(math, scalbln) {
41 TEST(math, scalblnf) {
45 TEST(math, scalblnl) {
/prebuilts/ndk/r11/sources/android/support/tests/
H A Dmath_unittest.cc1 #include <math.h>
5 TEST(math, sizeof_long_double) {
15 TEST(math, nexttoward) {
22 TEST(math, nexttowardf) {
29 TEST(math, nexttowardl) {
37 TEST(math, scalbln) {
41 TEST(math, scalblnf) {
45 TEST(math, scalblnl) {
/prebuilts/ndk/r13/sources/android/support/tests/
H A Dmath_unittest.cc1 #include <math.h>
5 TEST(math, sizeof_long_double) {
15 TEST(math, nexttoward) {
22 TEST(math, nexttowardf) {
29 TEST(math, nexttowardl) {
37 TEST(math, scalbln) {
41 TEST(math, scalblnf) {
45 TEST(math, scalblnl) {
/prebuilts/ndk/current/sources/android/support/src/musl-math/
H A Dscalbln.c2 #include <math.h>
H A Dscalblnf.c2 #include <math.h>
H A Dscalblnl.c2 #include <math.h>
/prebuilts/ndk/r11/sources/android/support/src/musl-math/
H A Dscalbln.c2 #include <math.h>
H A Dscalblnf.c2 #include <math.h>
/prebuilts/ndk/r13/sources/android/support/src/musl-math/
H A Dscalbln.c2 #include <math.h>
H A Dscalblnf.c2 #include <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/ndk/r10/sources/cxx-stl/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
H A Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/prebuilts/ndk/r13/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>

Completed in 1102 milliseconds

1234567891011>>