Home
last modified time | relevance | path

Searched refs:math (Results 1 – 25 of 35) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dmath_fwd.hpp36 namespace math namespace
854 …inline T modf(const T& v, boost::long_long_type* ipart){ using boost::math::modf; return modf(v, i…
857 …inline boost::long_long_type lltrunc(const T& v){ using boost::math::lltrunc; return lltrunc(v, Po…
860 …inline boost::long_long_type llround(const T& v){ using boost::math::llround; return llround(v, Po…
871 inline typename boost::math::tools::promote_args<RT1, RT2>::type \
872 beta(RT1 a, RT2 b) { return ::boost::math::beta(a, b, Policy()); }\
875 inline typename boost::math::tools::promote_args<RT1, RT2, A>::type \
876 beta(RT1 a, RT2 b, A x){ return ::boost::math::beta(a, b, x, Policy()); }\
879 inline typename boost::math::tools::promote_args<RT1, RT2, RT3>::type \
880 betac(RT1 a, RT2 b, RT3 x) { return ::boost::math::betac(a, b, x, Policy()); }\
[all …]
Dsign.hpp20 namespace boost{ namespace math{ namespace
120 return (z == 0) ? 0 : (boost::math::signbit)(z) ? -1 : 1; in BOOST_NO_MACRO_EXPAND()
136 return (boost::math::signbit)(x) != (boost::math::signbit)(y) ? (boost::math::changesign)(x) : x; in BOOST_NO_MACRO_EXPAND()
Dfpclassify.hpp117 namespace math{ namespace
142 if(::_isnan(boost::math::tools::real_cast<double>(t))) in BOOST_NO_MACRO_EXPAND()
241 return boost::math::detail::fpclassify_imp(t, generic_tag<true>()); in BOOST_NO_MACRO_EXPAND()
304 return boost::math::detail::isfinite_impl(t, generic_tag<true>()); in BOOST_NO_MACRO_EXPAND()
364 return boost::math::detail::isnormal_impl(t, generic_tag<true>()); in BOOST_NO_MACRO_EXPAND()
442 return boost::math::detail::isinf_impl(t, generic_tag<true>()); in BOOST_NO_MACRO_EXPAND()
/ndk/sources/android/support/tests/
Dmath_unittest.cc5 TEST(math, sizeof_long_double) { in TEST() argument
15 TEST(math, nexttoward) { in TEST() argument
22 TEST(math, nexttowardf) { in TEST() argument
29 TEST(math, nexttowardl) { in TEST() argument
37 TEST(math, scalbln) { in TEST() argument
41 TEST(math, scalblnf) { in TEST() argument
45 TEST(math, scalblnl) { in TEST() argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
Dconfig.hpp240 using boost::math::round;\
241 using boost::math::iround;\
242 using boost::math::lround;\
243 using boost::math::trunc;\
244 using boost::math::itrunc;\
245 using boost::math::ltrunc;\
246 using boost::math::modf;
249 namespace boost{ namespace math{ namespace
280 namespace boost{ namespace math{ namespace
301 # define BOOST_FPU_EXCEPTION_GUARD boost::math::detail::fpu_guard local_guard_object;
Dreal_cast.hpp13 namespace boost{ namespace math namespace
Dpromotion.hpp44 namespace math namespace
/ndk/tests/build/issue22345-ICE-postreload/jni/
Dissue22345-ICE-postreload.cpp3 namespace math { namespace
48 …internal_compiler_error_in_reload_cse_simplify_operands(const math::Vector3& v1, const math::Vecto… in _f_with_internal_compiler_error_in_reload_cse_simplify_operands()
49 math::normalize(math::cross(v1, v2)); in _f_with_internal_compiler_error_in_reload_cse_simplify_operands()
/ndk/tests/device/math/jni/
DAndroid.mk5 LOCAL_SRC_FILES := math.c
10 LOCAL_SRC_FILES := math.cpp
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
Dpolicy.hpp31 namespace boost{ namespace math{ namespace
112 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
127 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
143 …BOOST_STATIC_CONSTANT(bool, value = sizeof( ::boost::math::policies::detail::is_##name##_tester<T>…
146 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
165 …BOOST_STATIC_CONSTANT(bool, value = sizeof( ::boost::math::policies::detail::is_##name##_tester<T>…
168 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
250 …(Digits2::value > ::boost::math::policies::detail::precision<Digits10,Digits2>::digits2_type::valu…
290 …BOOST_STATIC_CONSTANT(bool, value = sizeof(::boost::math::policies::detail::test_is_valid_arg(stat…
296 …BOOST_STATIC_CONSTANT(bool, value = sizeof(::boost::math::policies::detail::test_is_default_arg(st…
[all …]
/ndk/sources/cxx-stl/stlport/stlport/
Dmath.h30 # include_next <math.h>
32 # include _STLP_NATIVE_C_HEADER(math.h)
/ndk/sources/android/support/
DAndroid.mk127 src/musl-math/frexp.c \
128 src/musl-math/frexpf.c \
129 src/musl-math/frexpl.c \
163 src/musl-math/scalbln.c \
164 src/musl-math/scalblnf.c \
165 src/musl-math/scalblnl.c \
166 src/musl-math/scalbnl.c \
/ndk/tests/build/mips-fp4/jni/
DAndroid.mk12 LOCAL_CFLAGS += -O2 -mips32r2 -ffast-math -save-temps
/ndk/tests/device/b8708181-Vector4/jni/
DAndroid.mk7 …LOCAL_CFLAGS += -DHAVE_NEON=1 -march=armv7-a -mfpu=neon -ftree-vectorize -ffast-math -mfloat-abi=s…
/ndk/sources/android/support/include/
Dmath.h31 #include_next <math.h>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dround_fwd.hpp19 namespace math namespace
Dfp_traits.hpp82 namespace math { namespace
/ndk/sources/cxx-stl/gabi++/include/
Dcmath38 #include <math.h>
/ndk/sources/cxx-stl/system/include/
Dcmath38 #include <math.h>
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch23 test/numerics/c.math/cmath.pass.cpp | 8 ++++++++
342 diff --git a/test/numerics/c.math/cmath.pass.cpp b/test/numerics/c.math/cmath.pass.cpp
344 --- a/test/numerics/c.math/cmath.pass.cpp
345 +++ b/test/numerics/c.math/cmath.pass.cpp
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp834 else value = (boost::math::changesign) (std::numeric_limits<T>::quiet_NaN()); in parse_inf_nan_impl()
851 else value = (boost::math::changesign) (std::numeric_limits<T>::infinity()); in parse_inf_nan_impl()
865 if ( (boost::math::isnan)(value) ) in put_inf_nan_impl()
867 if ( (boost::math::signbit)(value) ) in put_inf_nan_impl()
876 } else if ( (boost::math::isinf)(value) ) in put_inf_nan_impl()
878 if ( (boost::math::signbit)(value) ) in put_inf_nan_impl()
1197 value = static_cast<T>( has_minus ? (boost::math::changesign)(result) : result); in lcast_ret_float()
1199 if ( (boost::math::isinf)(value) || (boost::math::isnan)(value) ) return false; in lcast_ret_float()
/ndk/build/tools/
Dbuild-ndk-sysroot.sh277 common_header $BIONIC_ROOT/libm/include math.h
Ddev-platform-import.sh344 copy_system_headers $ANDROID_ROOT/bionic/libm/include math.h
Ddev-system-import.sh524 copy_system_headers $ANDROID_ROOT/bionic/libm/include math.h
/ndk/sources/host-tools/sed-4.2.1/
DTHANKS10 Daniel R. Grayson <dan@math.uiuc.edu>

12