/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
D | enum.hpp | 31 # define BOOST_PP_SEQ_ENUM_1(x) x argument 32 # define BOOST_PP_SEQ_ENUM_2(x) x, BOOST_PP_SEQ_ENUM_1 argument 33 # define BOOST_PP_SEQ_ENUM_3(x) x, BOOST_PP_SEQ_ENUM_2 argument 34 # define BOOST_PP_SEQ_ENUM_4(x) x, BOOST_PP_SEQ_ENUM_3 argument 35 # define BOOST_PP_SEQ_ENUM_5(x) x, BOOST_PP_SEQ_ENUM_4 argument 36 # define BOOST_PP_SEQ_ENUM_6(x) x, BOOST_PP_SEQ_ENUM_5 argument 37 # define BOOST_PP_SEQ_ENUM_7(x) x, BOOST_PP_SEQ_ENUM_6 argument 38 # define BOOST_PP_SEQ_ENUM_8(x) x, BOOST_PP_SEQ_ENUM_7 argument 39 # define BOOST_PP_SEQ_ENUM_9(x) x, BOOST_PP_SEQ_ENUM_8 argument 40 # define BOOST_PP_SEQ_ENUM_10(x) x, BOOST_PP_SEQ_ENUM_9 argument [all …]
|
/ndk/sources/android/support/src/ |
D | math_support.c | 54 __attribute__((weak)) long double acosl(long double x) { return acos((double)x); } in acosl() 55 __attribute__((weak)) long double asinl(long double x) { return asin((double)x); } in asinl() 56 __attribute__((weak)) long double atanl(long double x) { return atan((double)x); } in atanl() 57 __attribute__((weak)) long double atan2l(long double x, long double y) { return atan2((double)x, (d… in atan2l() 58 __attribute__((weak)) long double cosl(long double x) { return cos((double)x); } in cosl() 59 __attribute__((weak)) long double coshl(long double x) { return cosh((double)x); } in coshl() 60 __attribute__((weak)) long double expl(long double x) { return exp((double)x); } in expl() 61 __attribute__((weak)) long double fmodl(long double x, long double y) { return fmod((double)x, (dou… in fmodl() 62 __attribute__((weak)) long double powl(long double x, long double y) { return pow((double)x, (doubl… in powl() 63 __attribute__((weak)) long double sinl(long double x) { return sin((double)x); } in sinl() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | support.h | 22 #define __builtin_popcount(x) __popcnt4(x) argument 23 #define __builtin_popcountll(x) __popcnt8(x) argument 25 #define __builtin_popcountl(x) __builtin_popcountll(x) argument 27 #define __builtin_popcountl(x) __builtin_popcount(x) argument 31 #define __builtin_ctz(x) __cnttz4(x) argument 32 #define __builtin_ctzll(x) __cnttz8(x) argument 34 #define __builtin_ctzl(x) __builtin_ctzll(x) argument 36 #define __builtin_ctzl(x) __builtin_ctz(x) argument 40 #define __builtin_clz(x) __cntlz4(x) argument 41 #define __builtin_clzll(x) __cntlz8(x) argument [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/ |
D | transform.pass.cpp | 31 std::string x("1234"); in main() local 36 std::wstring x(L"1234"); in main() local 44 std::string x("1234"); in main() local 49 std::wstring x(L"1234"); in main() local 57 std::string x("1234"); in main() local 62 std::wstring x(L"1234"); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/ |
D | max.pass.cpp | 21 test(const T& a, const T& b, const T& x) in test() 29 int x = 0; in main() local 35 int x = 0; in main() local 41 int x = 1; in main() local 48 constexpr int x = 1; in main() local
|
D | min.pass.cpp | 21 test(const T& a, const T& b, const T& x) in test() 29 int x = 0; in main() local 35 int x = 0; in main() local 41 int x = 1; in main() local 48 constexpr int x = 1; in main() local
|
D | min_comp.pass.cpp | 23 test(const T& a, const T& b, C c, const T& x) in test() 31 int x = 0; in main() local 37 int x = 0; in main() local 43 int x = 1; in main() local 50 constexpr int x = 1; in main() local
|
D | max_comp.pass.cpp | 23 test(const T& a, const T& b, C c, const T& x) in test() 31 int x = 0; in main() local 37 int x = 0; in main() local 43 int x = 1; in main() local 50 constexpr int x = 1; in main() local
|
D | minmax.pass.cpp | 21 test(const T& a, const T& b, const T& x, const T& y) in test() 31 int x = 0; in main() local 37 int x = 0; in main() local 43 int x = 1; in main() local 52 constexpr static int x = 1; in main() local
|
D | minmax_comp.pass.cpp | 23 test(const T& a, const T& b, C c, const T& x, const T& y) in test() 34 int x = 0; in main() local 40 int x = 0; in main() local 46 int x = 1; in main() local 55 constexpr static int x = 1; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/ |
D | pointer.pass.cpp | 24 double x = 0; in main() local 30 double x = 0; in main() local 36 double x = 0; in main() local 42 double x = 0; in main() local
|
D | string.pass.cpp | 24 double x = 0; in main() local 30 double x = 0; in main() local 36 double x = 0; in main() local 42 double x = 0; in main() local
|
/ndk/sources/android/support/src/musl-multibyte/ |
D | internal.c | 9 #define C(x) ( x<2 ? -1 : ( R(0x80,0xc0) | x ) ) argument 10 #define D(x) C((x+16)) argument 11 #define E(x) ( ( x==0 ? R(0xa0,0xc0) : \ argument 16 #define F(x) ( ( x>=5 ? 0 : \ argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/ |
D | cases.h | 20 std::complex<double> x[] = variable 179 classify(const std::complex<T>& x) in classify() 204 classify(double x) in classify() 215 void is_about(float x, float y) in is_about() 220 void is_about(double x, double y) in is_about() 225 void is_about(long double x, long double y) in is_about()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/ |
D | mod.hpp | 24 # define BOOST_PP_MOD(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) argument 26 # define BOOST_PP_MOD(x, y) BOOST_PP_MOD_I(x, y) argument 27 # define BOOST_PP_MOD_I(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) argument 33 # define BOOST_PP_MOD_D(d, x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE_D(d, x, y)) argument 35 # define BOOST_PP_MOD_D(d, x, y) BOOST_PP_MOD_D_I(d, x, y) argument 36 # define BOOST_PP_MOD_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE_D(d, x, y)) argument
|
D | add.hpp | 26 # define BOOST_PP_ADD(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_ADD_P, BOOST_PP_AD… argument 28 # define BOOST_PP_ADD(x, y) BOOST_PP_ADD_I(x, y) argument 29 # define BOOST_PP_ADD_I(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_ADD_P, BOOST_PP_… argument 40 # define BOOST_PP_ADD_O_I(x, y) (BOOST_PP_INC(x), BOOST_PP_DEC(y)) argument 45 # define BOOST_PP_ADD_D(d, x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d(BOOST_PP_ADD_P, … argument 47 # define BOOST_PP_ADD_D(d, x, y) BOOST_PP_ADD_D_I(d, x, y) argument 48 # define BOOST_PP_ADD_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d(BOOST_PP_ADD_P… argument
|
D | sub.hpp | 25 # define BOOST_PP_SUB(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_SUB_P, BOOST_PP_SU… argument 27 # define BOOST_PP_SUB(x, y) BOOST_PP_SUB_I(x, y) argument 28 # define BOOST_PP_SUB_I(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_SUB_P, BOOST_PP_… argument 39 # define BOOST_PP_SUB_O_I(x, y) (BOOST_PP_DEC(x), BOOST_PP_DEC(y)) argument 44 # define BOOST_PP_SUB_D(d, x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d(BOOST_PP_SUB_P, … argument 46 # define BOOST_PP_SUB_D(d, x, y) BOOST_PP_SUB_D_I(d, x, y) argument 47 # define BOOST_PP_SUB_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE_ ## d(BOOST_PP_SUB_P… argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/comparison/ |
D | less_equal.hpp | 24 # define BOOST_PP_LESS_EQUAL(x, y) BOOST_PP_NOT(BOOST_PP_SUB(x, y)) argument 26 # define BOOST_PP_LESS_EQUAL(x, y) BOOST_PP_LESS_EQUAL_I(x, y) argument 27 # define BOOST_PP_LESS_EQUAL_I(x, y) BOOST_PP_NOT(BOOST_PP_SUB(x, y)) argument 33 # define BOOST_PP_LESS_EQUAL_D(d, x, y) BOOST_PP_NOT(BOOST_PP_SUB_D(d, x, y)) argument 35 # define BOOST_PP_LESS_EQUAL_D(d, x, y) BOOST_PP_LESS_EQUAL_D_I(d, x, y) argument 36 # define BOOST_PP_LESS_EQUAL_D_I(d, x, y) BOOST_PP_NOT(BOOST_PP_SUB_D(d, x, y)) argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | next_prior.hpp | 30 inline T next(T x) { return ++x; } in next() 33 inline T next(T x, Distance n) in next() 40 inline T prior(T x) { return --x; } in prior() 43 inline T prior(T x, Distance n) in prior()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/ |
D | not.hpp | 24 # define BOOST_PP_NOT(x) BOOST_PP_COMPL(BOOST_PP_BOOL(x)) argument 26 # define BOOST_PP_NOT(x) BOOST_PP_NOT_I(x) argument 27 # define BOOST_PP_NOT_I(x) BOOST_PP_COMPL(BOOST_PP_BOOL(x)) argument
|
D | compl.hpp | 20 # define BOOST_PP_COMPL(x) BOOST_PP_COMPL_I(x) argument 22 # define BOOST_PP_COMPL(x) BOOST_PP_COMPL_OO((x)) argument 27 # define BOOST_PP_COMPL_I(x) BOOST_PP_COMPL_ ## x argument 29 # define BOOST_PP_COMPL_I(x) BOOST_PP_COMPL_ID(BOOST_PP_COMPL_ ## x) argument
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 31 #define todigit(x) ((x)+'0') argument 130 static inline bool _Stl_is_nan_or_inf(double x) in _Stl_is_nan_or_inf() 136 static inline bool _Stl_is_neg_nan(double x) { return isnan(x) && ( copysign(1., x) < 0 ); } in _Stl_is_neg_nan() 137 static inline bool _Stl_is_inf(double x) { return isinf(x); } in _Stl_is_inf() 139 static inline bool _Stl_is_neg_inf(double x) { return isinf(x) && x < 0; } in _Stl_is_neg_inf() 143 static inline bool _Stl_is_nan_or_inf(double x) { return IsNANorINF(x); } in _Stl_is_nan_or_inf() 144 static inline bool _Stl_is_inf(double x) { return IsNANorINF(x) && IsINF(x); } in _Stl_is_inf() 145 static inline bool _Stl_is_neg_inf(double x) { return (IsINF(x)) && (x < 0.0); } in _Stl_is_neg_inf() 146 static inline bool _Stl_is_neg_nan(double x) { return IsNegNAN(x); } in _Stl_is_neg_nan() 148 static inline bool _Stl_is_nan_or_inf(double x) { return !_finite(x); } in _Stl_is_nan_or_inf() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | math_win32.h | 43 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) in isgreater() 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) in isgreaterequal() 55 _LIBCPP_ALWAYS_INLINE bool isless( double x, double y ) in isless() 61 _LIBCPP_ALWAYS_INLINE bool islessequal( double x, double y ) in islessequal() 67 _LIBCPP_ALWAYS_INLINE bool islessgreater( double x, double y ) in islessgreater() 73 _LIBCPP_ALWAYS_INLINE bool isunordered( double x, double y ) in isunordered() 96 _LIBCPP_ALWAYS_INLINE float copysignf( float x, float y ) in copysignf() 100 _LIBCPP_ALWAYS_INLINE double copysign( double x, double y ) in copysign() 104 _LIBCPP_ALWAYS_INLINE double copysignl( long double x, long double y ) in copysignl()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/ |
D | member_swap.pass.cpp | 36 double x = 0; in main() local 45 double x = 0; in main() local 63 double x = 0; in main() local 72 double x = 0; in main() local
|
D | nonmember_swap.pass.cpp | 37 double x = 0; in main() local 46 double x = 0; in main() local 64 double x = 0; in main() local 73 double x = 0; in main() local
|