/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 | 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
|
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
|
/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/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/ |
D | minmax.pass.cpp | 21 test(const T& a, const T& b, const T& x, const T& y) in test() 32 int y = 0; in main() local 38 int y = 1; in main() local 44 int y = 0; in main() local 53 constexpr static int y = 0; 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() 35 int y = 0; in main() local 41 int y = 1; in main() local 47 int y = 0; in main() local 56 constexpr static int y = 0; in main() local
|
D | min.pass.cpp | 30 int y = 0; in main() local 36 int y = 1; in main() local 42 int y = 0; in main() local 49 constexpr int y = 0; in main() local
|
D | max.pass.cpp | 30 int y = 0; in main() local 36 int y = 1; in main() local 42 int y = 0; in main() local 49 constexpr int y = 0; in main() local
|
D | min_comp.pass.cpp | 32 int y = 0; in main() local 38 int y = 1; in main() local 44 int y = 0; in main() local 51 constexpr int y = 0; in main() local
|
D | max_comp.pass.cpp | 32 int y = 0; in main() local 38 int y = 1; in main() local 44 int y = 0; in main() local 51 constexpr int y = 0; in main() local
|
/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/host-tools/sed-4.2.1/lib/ |
D | unlocked-io.h | 66 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument 68 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument 73 # define fputc(x,y) fputc_unlocked (x,y) argument 75 # define fputc_unlocked(x,y) fputc (x,y) argument 80 # define fputs(x,y) fputs_unlocked (x,y) argument 82 # define fputs_unlocked(x,y) fputs (x,y) argument 87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument 89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument 94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument 96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/detail/ |
D | div_base.hpp | 28 # define BOOST_PP_DIV_BASE(x, y) BOOST_PP_WHILE(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_BASE_O, (0, x,… argument 30 # define BOOST_PP_DIV_BASE(x, y) BOOST_PP_DIV_BASE_I(x, y) argument 31 # define BOOST_PP_DIV_BASE_I(x, y) BOOST_PP_WHILE(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_BASE_O, (0, … argument 41 # define BOOST_PP_DIV_BASE_P_I(d, r, x, y) BOOST_PP_LESS_EQUAL_D(d, y, x) argument 50 # define BOOST_PP_DIV_BASE_O_I(d, r, x, y) (BOOST_PP_INC(r), BOOST_PP_SUB_D(d, x, y), y) argument 55 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_WHILE_ ## d(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_BAS… argument 57 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_DIV_BASE_D_I(d, x, y) argument 58 # define BOOST_PP_DIV_BASE_D_I(d, x, y) BOOST_PP_WHILE_ ## d(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_B… argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/ |
D | bitand.hpp | 20 # define BOOST_PP_BITAND(x, y) BOOST_PP_BITAND_I(x, y) argument 22 # define BOOST_PP_BITAND(x, y) BOOST_PP_BITAND_OO((x, y)) argument 27 # define BOOST_PP_BITAND_I(x, y) BOOST_PP_BITAND_ ## x ## y argument 29 # define BOOST_PP_BITAND_I(x, y) BOOST_PP_BITAND_ID(BOOST_PP_BITAND_ ## x ## y) argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/ |
D | value_or_const.pass.cpp | 36 friend constexpr bool operator==(const X& x, const X& y) in operator ==() 47 constexpr Y y(3); in main() local 56 constexpr Y y(3); in main() local 65 const Y y(3); in main() local 74 const Y y(3); in main() local
|
D | value_or.pass.cpp | 39 friend constexpr bool operator==(const X& x, const X& y) in operator ==() 50 Y y(3); in main() local 61 Y y(3); in main() local
|
/ndk/tests/build/wchar_t-size/jni/ |
D | test_default.c | 9 #define CONCAT(x,y) CONCAT_(x,y) argument 10 #define CONCAT_(x,y) x ## y argument
|
D | test_always_signed.c | 11 #define CONCAT(x,y) CONCAT_(x,y) argument 12 #define CONCAT_(x,y) x ## y argument
|
D | test_8bit.c | 13 #define CONCAT(x,y) CONCAT_(x,y) argument 14 #define CONCAT_(x,y) x ## y argument
|
D | test_8bit_cplusplus.cpp | 13 #define CONCAT(x,y) CONCAT_(x,y) argument 14 #define CONCAT_(x,y) x ## y argument
|
D | test_8bit_cplusplus_stdc_limit_macros.cpp | 15 #define CONCAT(x,y) CONCAT_(x,y) argument 16 #define CONCAT_(x,y) x ## y argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/ |
D | pow.pass.cpp | 40 test(T x, const std::complex<U>& y) in test() 49 test(const std::complex<T>& x, U y) in test() 58 test(const std::complex<T>& x, const std::complex<U>& y) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/ |
D | cases.h | 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/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/operators/ |
D | rel_ops.pass.cpp | 24 operator == (const A& x, const A& y) in operator ==() 31 operator < (const A& x, const A& y) in operator <()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
D | compare_pointees.hpp | 30 bool equal_pointees ( OptionalPointee const& x, OptionalPointee const& y ) in equal_pointees() 53 bool less_pointees ( OptionalPointee const& x, OptionalPointee const& y ) in less_pointees()
|