Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 151) sorted by relevance

1234567

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/
Dmod.hpp24 # 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
Dsub.hpp25 # 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
Dadd.hpp26 # 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/
Dless_equal.hpp24 # 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/
Dminmax.pass.cpp21 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
Dminmax_comp.pass.cpp23 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
Dmax.pass.cpp30 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
Dmin.pass.cpp30 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
Dmax_comp.pass.cpp32 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
Dmin_comp.pass.cpp32 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/
Dmath_win32.h43 _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/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/detail/
Ddiv_base.hpp28 # 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/
Dbitand.hpp20 # 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/
Dvalue_or_const.pass.cpp36 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
Dvalue_or.pass.cpp39 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/
Dtest_default.c9 #define CONCAT(x,y) CONCAT_(x,y) argument
10 #define CONCAT_(x,y) x ## y argument
Dtest_always_signed.c11 #define CONCAT(x,y) CONCAT_(x,y) argument
12 #define CONCAT_(x,y) x ## y argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/
Dpow.pass.cpp40 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/
Dcases.h215 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/utility/
Dcompare_pointees.hpp30 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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/operators/
Drel_ops.pass.cpp24 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/optional/
Doptional.hpp756 bool operator == ( optional<T> const& x, optional<T> const& y ) in operator ==()
761 bool operator < ( optional<T> const& x, optional<T> const& y ) in operator <()
766 bool operator != ( optional<T> const& x, optional<T> const& y ) in operator !=()
771 bool operator > ( optional<T> const& x, optional<T> const& y ) in operator >()
776 bool operator <= ( optional<T> const& x, optional<T> const& y ) in operator <=()
781 bool operator >= ( optional<T> const& x, optional<T> const& y ) in operator >=()
790 bool operator == ( optional<T> const& x, T const& y ) in operator ==()
795 bool operator < ( optional<T> const& x, T const& y ) in operator <()
800 bool operator != ( optional<T> const& x, T const& y ) in operator !=()
805 bool operator > ( optional<T> const& x, T const& y ) in operator >()
[all …]
/ndk/tests/device/test-openmp/jni/
Dfib.c8 { int x, y; in Fibonacci() local
17 { int x, y; in FibonacciTask() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/adjacent.difference/
Dadjacent_difference_op.pass.cpp62 friend X operator-(const X& x, const X& y) {return X(x.i_ - y.i_);} in operator -()
74 Y(const Y& y) : i_(y.i_) {} in Y()
115 Y y[3] = {Y(1), Y(2), Y(3)}; in main() local
Dadjacent_difference.pass.cpp60 friend X operator-(const X& x, const X& y) {return X(x.i_ - y.i_);} in operator -()
72 Y(const Y& y) : i_(y.i_) {} in Y()
112 Y y[3] = {Y(1), Y(2), Y(3)}; in main() local

1234567