| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | _swizzle.hpp | 23 …ision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, bool Aligne… 34 …T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, bool Aligned> 35 struct _swizzle_base1<3, T, P, vecType, E0,E1,E2,-1, Aligned> : public _swizzle_base0<T, 3> 37 …, P> operator ()() const { return vecType<T, P>(this->elem(E0), this->elem(E1), this->elem(E2)); } in operator ()() 40 …ision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, bool Aligne… 41 struct _swizzle_base1<4, T, P, vecType, E0,E1,E2,E3, Aligned> : public _swizzle_base0<T, 4> 43 …() const { return vecType<T, P>(this->elem(E0), this->elem(E1), this->elem(E2), this->elem(E3)); } in operator ()() 58 …ision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, int DUPLICA… 59 …struct _swizzle_base2 : public _swizzle_base1<N, T, P, vecType, E0,E1,E2,E3, detail::is_aligned<P>… 111 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() [all …]
|
| /external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
| D | operation.hpp | 28 template<class V, class T1, class L1, class IA1, class TA1, class E2> 32 const vector_expression<E2> &e2, in axpy_prod() argument 42 t += e1.value_data () [j] * e2 () (e1.index2_data () [j]); in axpy_prod() 48 template<class V, class T1, class L1, class IA1, class TA1, class E2> 52 const vector_expression<E2> &e2, in axpy_prod() argument 60 v (e1.index2_data () [i]) += e1.value_data () [i] * e2 () (j); in axpy_prod() 66 template<class V, class T1, class L1, class IA1, class TA1, class E2> 70 const vector_expression<E2> &e2, in axpy_prod() argument 80 real_type verrorbound (norm_1 (v) + norm_1 (e1) * norm_1 (e2)); in axpy_prod() 81 indexing_vector_assign<scalar_plus_assign> (cv, prod (e1, e2)); in axpy_prod() [all …]
|
| D | triangular.hpp | 2024 template<class E1, class E2> 2026 …typedef typename promote_traits<typename E1::value_type, typename E2::value_type>::promote_type pr… 2035 template<class E1, class E2> 2037 void inplace_solve (const matrix_expression<E1> &e1, vector_expression<E2> &e2, in inplace_solve() argument 2039 typedef typename E2::size_type size_type; in inplace_solve() 2040 typedef typename E2::value_type value_type; in inplace_solve() 2043 BOOST_UBLAS_CHECK (e1 ().size2 () == e2 ().size (), bad_size ()); in inplace_solve() 2044 size_type size = e2 ().size (); in inplace_solve() 2052 value_type t = e2 () (n) /= e1 () (n, n); in inplace_solve() 2055 e2 () (m) -= e1 () (m, n) * t; in inplace_solve() [all …]
|
| D | operation_blocked.hpp | 23 template<class V, typename V::size_type BS, class E1, class E2> 27 const vector_expression<E2> &e2) { in block_prod() argument 30 typedef const E2 expression2_type; in block_prod() 39 real_type verrorbound (norm_1 (v) + norm_1 (e1) * norm_1 (e2)); in block_prod() 40 indexing_vector_assign<scalar_assign> (cv, prod (e1, e2)); in block_prod() 43 size_type j_size = BOOST_UBLAS_SAME (e1 ().size2 (), e2 ().size ()); in block_prod() 58 const vector_range<expression2_type> e2_range (e2 (), range (j_begin, j_end)); in block_prod() 62 …tor<value_type, bounded_array<value_type, block_size> > e2_range (project (e2 (), range (j_begin, … in block_prod() 64 const vector<value_type> e2_range (project (e2 (), range (j_begin, j_end))); in block_prod() 78 template<class V, typename V::size_type BS, class E1, class E2> [all …]
|
| D | operation_sparse.hpp | 23 template<class M, class E1, class E2, class TRI> 27 const matrix_expression<E2> &e2, in sparse_prod() argument 33 typedef const E2 expression2_type; in sparse_prod() 38 vector<value_type> temporary (e2 ().size2 ()); in sparse_prod() 53 // temporary.plus_assign (*it2 * row (e2 (), it2.index2 ())); in sparse_prod() 54 matrix_row<expression2_type> mr (e2 (), it2.index2 ()); in sparse_prod() 82 template<class M, class E1, class E2, class TRI> 86 const matrix_expression<E2> &e2, in sparse_prod() argument 92 typedef const E2 expression2_type; in sparse_prod() 99 typename expression2_type::const_iterator2 it2 (e2 ().begin2 ()); in sparse_prod() [all …]
|
| D | vector_expression.hpp | 550 template<class E1, class E2, class F> 552 public vector_expression<vector_binary<E1, E2, F> > { 555 typedef E2 expression2_type; 558 typedef typename E2::const_closure_type expression2_closure_type; 559 typedef vector_binary<E1, E2, F> self_type; 562 using vector_expression<vector_binary<E1, E2, F> >::operator (); 564 …typedef typename promote_traits<typename E1::size_type, typename E2::size_type>::promote_type size… 565 …typedef typename promote_traits<typename E1::difference_type, typename E2::difference_type>::promo… 575 vector_binary (const expression1_type &e1, const expression2_type &e2): in vector_binary() argument 576 e1_ (e1), e2_ (e2) {} in vector_binary() [all …]
|
| D | matrix_expression.hpp | 321 template<class E1, class E2, class F> 323 public matrix_expression<vector_matrix_binary<E1, E2, F> > { 326 typedef E2 expression2_type; 329 typedef typename E2::const_closure_type expression2_closure_type; 331 typedef vector_matrix_binary<E1, E2, F> self_type; 337 …typedef typename promote_traits<typename E1::size_type, typename E2::size_type>::promote_type size… 338 …typedef typename promote_traits<typename E1::difference_type, typename E2::difference_type>::promo… 349 vector_matrix_binary (const expression1_type &e1, const expression2_type &e2): in vector_matrix_binary() argument 350 e1_ (e1), e2_ (e2) {} in vector_matrix_binary() 392 typedef typename E2::const_iterator const_subiterator2_type; [all …]
|
| /external/toybox/kconfig/ |
| D | expr.c | 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() argument 39 e->right.expr = e2; in expr_alloc_two() 53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() argument 56 return e2; in expr_alloc_and() 57 return e2 ? expr_alloc_two(E_AND, e1, e2) : e1; in expr_alloc_and() 60 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or() argument 63 return e2; in expr_alloc_or() 64 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1; in expr_alloc_or() 133 #define e2 (*ep2) macro 138 __expr_eliminate_eq(type, &e1->left.expr, &e2); in __expr_eliminate_eq() [all …]
|
| /external/selinux/libsepol/tests/ |
| D | test-ebitmap.c | 56 ebitmap_t e1, e2; in test_ebitmap_cmp() local 59 ebitmap_init(&e2); in test_ebitmap_cmp() 61 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp() 64 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp() 65 CU_ASSERT_EQUAL(ebitmap_set_bit(&e2, 10, 1), 0); in test_ebitmap_cmp() 66 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp() 69 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp() 70 CU_ASSERT_EQUAL(ebitmap_set_bit(&e2, 63, 1), 0); in test_ebitmap_cmp() 71 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp() 74 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp() [all …]
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/tuple/ |
| D | reverse.hpp | 48 # define BOOST_PP_TUPLE_REVERSE_3(e0, e1, e2) (e2, e1, e0) argument 49 # define BOOST_PP_TUPLE_REVERSE_4(e0, e1, e2, e3) (e3, e2, e1, e0) argument 50 # define BOOST_PP_TUPLE_REVERSE_5(e0, e1, e2, e3, e4) (e4, e3, e2, e1, e0) argument 51 # define BOOST_PP_TUPLE_REVERSE_6(e0, e1, e2, e3, e4, e5) (e5, e4, e3, e2, e1, e0) argument 52 # define BOOST_PP_TUPLE_REVERSE_7(e0, e1, e2, e3, e4, e5, e6) (e6, e5, e4, e3, e2, e1, e0) argument 53 # define BOOST_PP_TUPLE_REVERSE_8(e0, e1, e2, e3, e4, e5, e6, e7) (e7, e6, e5, e4, e3, e2, e1, e0) argument 54 # define BOOST_PP_TUPLE_REVERSE_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) (e8, e7, e6, e5, e4, e3, e2, … argument 55 # define BOOST_PP_TUPLE_REVERSE_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) (e9, e8, e7, e6, e5, e4,… argument 56 …efine BOOST_PP_TUPLE_REVERSE_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10) (e10, e9, e8, e7, e6,… argument 57 … BOOST_PP_TUPLE_REVERSE_12(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11) (e11, e10, e9, e8, e7… argument [all …]
|
| D | rem.hpp | 51 # define BOOST_PP_TUPLE_REM_3(e0, e1, e2) e0, e1, e2 argument 52 # define BOOST_PP_TUPLE_REM_4(e0, e1, e2, e3) e0, e1, e2, e3 argument 53 # define BOOST_PP_TUPLE_REM_5(e0, e1, e2, e3, e4) e0, e1, e2, e3, e4 argument 54 # define BOOST_PP_TUPLE_REM_6(e0, e1, e2, e3, e4, e5) e0, e1, e2, e3, e4, e5 argument 55 # define BOOST_PP_TUPLE_REM_7(e0, e1, e2, e3, e4, e5, e6) e0, e1, e2, e3, e4, e5, e6 argument 56 # define BOOST_PP_TUPLE_REM_8(e0, e1, e2, e3, e4, e5, e6, e7) e0, e1, e2, e3, e4, e5, e6, e7 argument 57 # define BOOST_PP_TUPLE_REM_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) e0, e1, e2, e3, e4, e5, e6, e7, e8 argument 58 # define BOOST_PP_TUPLE_REM_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) e0, e1, e2, e3, e4, e5, e6, … argument 59 # define BOOST_PP_TUPLE_REM_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10) e0, e1, e2, e3, e4, e5,… argument 60 # define BOOST_PP_TUPLE_REM_12(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11) e0, e1, e2, e3, e4… argument [all …]
|
| D | eat.hpp | 38 # define BOOST_PP_TUPLE_EAT_3(e0, e1, e2) argument 39 # define BOOST_PP_TUPLE_EAT_4(e0, e1, e2, e3) argument 40 # define BOOST_PP_TUPLE_EAT_5(e0, e1, e2, e3, e4) argument 41 # define BOOST_PP_TUPLE_EAT_6(e0, e1, e2, e3, e4, e5) argument 42 # define BOOST_PP_TUPLE_EAT_7(e0, e1, e2, e3, e4, e5, e6) argument 43 # define BOOST_PP_TUPLE_EAT_8(e0, e1, e2, e3, e4, e5, e6, e7) argument 44 # define BOOST_PP_TUPLE_EAT_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) argument 45 # define BOOST_PP_TUPLE_EAT_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) argument 46 # define BOOST_PP_TUPLE_EAT_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10) argument 47 # define BOOST_PP_TUPLE_EAT_12(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11) argument [all …]
|
| D | to_seq.hpp | 51 # define BOOST_PP_TUPLE_TO_SEQ_3(e0, e1, e2) (e0)(e1)(e2) argument 52 # define BOOST_PP_TUPLE_TO_SEQ_4(e0, e1, e2, e3) (e0)(e1)(e2)(e3) argument 53 # define BOOST_PP_TUPLE_TO_SEQ_5(e0, e1, e2, e3, e4) (e0)(e1)(e2)(e3)(e4) argument 54 # define BOOST_PP_TUPLE_TO_SEQ_6(e0, e1, e2, e3, e4, e5) (e0)(e1)(e2)(e3)(e4)(e5) argument 55 # define BOOST_PP_TUPLE_TO_SEQ_7(e0, e1, e2, e3, e4, e5, e6) (e0)(e1)(e2)(e3)(e4)(e5)(e6) argument 56 # define BOOST_PP_TUPLE_TO_SEQ_8(e0, e1, e2, e3, e4, e5, e6, e7) (e0)(e1)(e2)(e3)(e4)(e5)(e6)(e7) argument 57 # define BOOST_PP_TUPLE_TO_SEQ_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) (e0)(e1)(e2)(e3)(e4)(e5)(e6)(e… argument 58 # define BOOST_PP_TUPLE_TO_SEQ_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) (e0)(e1)(e2)(e3)(e4)(e5)(… argument 59 # define BOOST_PP_TUPLE_TO_SEQ_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10) (e0)(e1)(e2)(e3)(e4)… argument 60 # define BOOST_PP_TUPLE_TO_SEQ_12(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11) (e0)(e1)(e2)(e3… argument [all …]
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/tuple/limits/ |
| D | reverse_64.hpp | 20 # define BOOST_PP_TUPLE_REVERSE_3(e0, e1, e2) (e2, e1, e0) argument 21 # define BOOST_PP_TUPLE_REVERSE_4(e0, e1, e2, e3) (e3, e2, e1, e0) argument 22 # define BOOST_PP_TUPLE_REVERSE_5(e0, e1, e2, e3, e4) (e4, e3, e2, e1, e0) argument 23 # define BOOST_PP_TUPLE_REVERSE_6(e0, e1, e2, e3, e4, e5) (e5, e4, e3, e2, e1, e0) argument 24 # define BOOST_PP_TUPLE_REVERSE_7(e0, e1, e2, e3, e4, e5, e6) (e6, e5, e4, e3, e2, e1, e0) argument 25 # define BOOST_PP_TUPLE_REVERSE_8(e0, e1, e2, e3, e4, e5, e6, e7) (e7, e6, e5, e4, e3, e2, e1, e0) argument 26 # define BOOST_PP_TUPLE_REVERSE_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) (e8, e7, e6, e5, e4, e3, e2, … argument 27 # define BOOST_PP_TUPLE_REVERSE_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) (e9, e8, e7, e6, e5, e4,… argument 28 …efine BOOST_PP_TUPLE_REVERSE_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10) (e10, e9, e8, e7, e6,… argument 29 … BOOST_PP_TUPLE_REVERSE_12(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11) (e11, e10, e9, e8, e7… argument [all …]
|
| D | to_seq_64.hpp | 21 # define BOOST_PP_TUPLE_TO_SEQ_3(e0, e1, e2) (e0)(e1)(e2) argument 22 # define BOOST_PP_TUPLE_TO_SEQ_4(e0, e1, e2, e3) (e0)(e1)(e2)(e3) argument 23 # define BOOST_PP_TUPLE_TO_SEQ_5(e0, e1, e2, e3, e4) (e0)(e1)(e2)(e3)(e4) argument 24 # define BOOST_PP_TUPLE_TO_SEQ_6(e0, e1, e2, e3, e4, e5) (e0)(e1)(e2)(e3)(e4)(e5) argument 25 # define BOOST_PP_TUPLE_TO_SEQ_7(e0, e1, e2, e3, e4, e5, e6) (e0)(e1)(e2)(e3)(e4)(e5)(e6) argument 26 # define BOOST_PP_TUPLE_TO_SEQ_8(e0, e1, e2, e3, e4, e5, e6, e7) (e0)(e1)(e2)(e3)(e4)(e5)(e6)(e7) argument 27 # define BOOST_PP_TUPLE_TO_SEQ_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) (e0)(e1)(e2)(e3)(e4)(e5)(e6)(e… argument 28 # define BOOST_PP_TUPLE_TO_SEQ_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) (e0)(e1)(e2)(e3)(e4)(e5)(… argument 29 # define BOOST_PP_TUPLE_TO_SEQ_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10) (e0)(e1)(e2)(e3)(e4)… argument 30 # define BOOST_PP_TUPLE_TO_SEQ_12(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11) (e0)(e1)(e2)(e3… argument [all …]
|
| D | to_list_64.hpp | 20 # define BOOST_PP_TUPLE_TO_LIST_3(e0, e1, e2) (e0, (e1, (e2, BOOST_PP_NIL))) argument 21 # define BOOST_PP_TUPLE_TO_LIST_4(e0, e1, e2, e3) (e0, (e1, (e2, (e3, BOOST_PP_NIL)))) argument 22 # define BOOST_PP_TUPLE_TO_LIST_5(e0, e1, e2, e3, e4) (e0, (e1, (e2, (e3, (e4, BOOST_PP_NIL))))) argument 23 # define BOOST_PP_TUPLE_TO_LIST_6(e0, e1, e2, e3, e4, e5) (e0, (e1, (e2, (e3, (e4, (e5, BOOST_PP_NI… argument 24 # define BOOST_PP_TUPLE_TO_LIST_7(e0, e1, e2, e3, e4, e5, e6) (e0, (e1, (e2, (e3, (e4, (e5, (e6, BO… argument 25 # define BOOST_PP_TUPLE_TO_LIST_8(e0, e1, e2, e3, e4, e5, e6, e7) (e0, (e1, (e2, (e3, (e4, (e5, (e6… argument 26 # define BOOST_PP_TUPLE_TO_LIST_9(e0, e1, e2, e3, e4, e5, e6, e7, e8) (e0, (e1, (e2, (e3, (e4, (e5,… argument 27 # define BOOST_PP_TUPLE_TO_LIST_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9) (e0, (e1, (e2, (e3, (e4,… argument 28 # define BOOST_PP_TUPLE_TO_LIST_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10) (e0, (e1, (e2, (e3,… argument 29 # define BOOST_PP_TUPLE_TO_LIST_12(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11) (e0, (e1, (e2,… argument [all …]
|
| /external/igt-gpu-tools/tests/i915/ |
| D | gem_spin_batch.c | 35 static void spin(int fd, const struct intel_execution_engine2 *e2, in spin() argument 45 spin = __igt_spin_new(fd, .engine = e2->flags); in spin() 47 igt_spin_t *next = __igt_spin_new(fd, .engine = e2->flags); in spin() 73 static void spin_resubmit(int fd, const struct intel_execution_engine2 *e2, in spin_resubmit() argument 79 igt_spin_t *spin = __igt_spin_new(fd, .ctx = ctx0, .engine = e2->flags); in spin_resubmit() 97 if (gem_engine_is_equal(other, e2)) in spin_resubmit() 104 eb.flags = e2->flags; in spin_resubmit() 127 const struct intel_execution_engine2 *e2; in spin_on_all_engines() local 129 __for_each_physical_engine(fd, e2) { in spin_on_all_engines() 132 spin(fd, e2, timeout_sec); in spin_on_all_engines() [all …]
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/variadic/limits/ |
| D | elem_64.hpp | 18 # define BOOST_PP_VARIADIC_ELEM_2(e0, e1, e2, ...) e2 argument 19 # define BOOST_PP_VARIADIC_ELEM_3(e0, e1, e2, e3, ...) e3 argument 20 # define BOOST_PP_VARIADIC_ELEM_4(e0, e1, e2, e3, e4, ...) e4 argument 21 # define BOOST_PP_VARIADIC_ELEM_5(e0, e1, e2, e3, e4, e5, ...) e5 argument 22 # define BOOST_PP_VARIADIC_ELEM_6(e0, e1, e2, e3, e4, e5, e6, ...) e6 argument 23 # define BOOST_PP_VARIADIC_ELEM_7(e0, e1, e2, e3, e4, e5, e6, e7, ...) e7 argument 24 # define BOOST_PP_VARIADIC_ELEM_8(e0, e1, e2, e3, e4, e5, e6, e7, e8, ...) e8 argument 25 # define BOOST_PP_VARIADIC_ELEM_9(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, ...) e9 argument 26 # define BOOST_PP_VARIADIC_ELEM_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, ...) e10 argument 27 # define BOOST_PP_VARIADIC_ELEM_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, ...) e11 argument [all …]
|
| /external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/ |
| D | ublas_wrapper.hpp | 108 template<class E1, class E2> 110 typename vector_binary_traits<E1, E2, scalar_divides<typename E1::value_type, 111 typename E2::value_type> >::result_type 113 const vector_expression<E2> &e2) { in operator /() argument 114 typedef typename vector_binary_traits<E1, E2, scalar_divides<typename E1::value_type, in operator /() 115 … typename E2::value_type> >::expression_type expression_type; in operator /() 116 return expression_type (e1 (), e2 ()); in operator /() 121 template<class E1, class E2> 123 typename matrix_binary_traits<E1, E2, scalar_divides<typename E1::value_type, 124 typename E2::value_type> >::result_type [all …]
|
| /external/rust/crates/ryu/src/ |
| D | s2f.rs | 113 // Convert to binary float m2 * 2^e2, while retaining information about in s2f() 115 let e2: i32; in s2f() localVariable 129 e2 = floor_log2(m10) in s2f() 134 // We now compute [m10 * 10^e10 / 2^e2] = [m10 * 5^e10 / 2^(e2-e10)]. in s2f() 136 let j = e2 in s2f() 144 // [m10 * 10^e10 / 2^e2] == m10 * 10^e10 / 2^e2. in s2f() 145 // This can only be the case if 2^e2 divides m10 * 10^e10, which in turn in s2f() 147 // greater than e2. If e2 is less than e10, then the result must be in s2f() 150 e2 < e10 || e2 - e10 < 32 && multiple_of_power_of_2_32(m10, (e2 - e10) as u32); in s2f() 152 e2 = floor_log2(m10) in s2f() [all …]
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/variadic/ |
| D | elem.hpp | 34 # define BOOST_PP_VARIADIC_ELEM_2(e0, e1, e2, ...) e2 argument 35 # define BOOST_PP_VARIADIC_ELEM_3(e0, e1, e2, e3, ...) e3 argument 36 # define BOOST_PP_VARIADIC_ELEM_4(e0, e1, e2, e3, e4, ...) e4 argument 37 # define BOOST_PP_VARIADIC_ELEM_5(e0, e1, e2, e3, e4, e5, ...) e5 argument 38 # define BOOST_PP_VARIADIC_ELEM_6(e0, e1, e2, e3, e4, e5, e6, ...) e6 argument 39 # define BOOST_PP_VARIADIC_ELEM_7(e0, e1, e2, e3, e4, e5, e6, e7, ...) e7 argument 40 # define BOOST_PP_VARIADIC_ELEM_8(e0, e1, e2, e3, e4, e5, e6, e7, e8, ...) e8 argument 41 # define BOOST_PP_VARIADIC_ELEM_9(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, ...) e9 argument 42 # define BOOST_PP_VARIADIC_ELEM_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, ...) e10 argument 43 # define BOOST_PP_VARIADIC_ELEM_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, ...) e11 argument [all …]
|
| /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
| D | discard.pass.cpp | 24 std::ranlux24_base e2 = e1; in test1() local 25 assert(e1 == e2); in test1() 27 assert(e1 != e2); in test1() 28 (void)e2(); in test1() 29 (void)e2(); in test1() 30 (void)e2(); in test1() 31 assert(e1 == e2); in test1() 38 std::ranlux48_base e2 = e1; in test2() local 39 assert(e1 == e2); in test2() 41 assert(e1 != e2); in test2() [all …]
|
| /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
| D | discard.pass.cpp | 24 std::ranlux24 e2 = e1; in test1() local 25 assert(e1 == e2); in test1() 27 assert(e1 != e2); in test1() 28 (void)e2(); in test1() 29 (void)e2(); in test1() 30 (void)e2(); in test1() 31 assert(e1 == e2); in test1() 38 std::ranlux48 e2 = e1; in test2() local 39 assert(e1 == e2); in test2() 41 assert(e1 != e2); in test2() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
| D | discard.pass.cpp | 25 std::ranlux24_base e2 = e1; in test1() local 26 assert(e1 == e2); in test1() 28 assert(e1 != e2); in test1() 29 (void)e2(); in test1() 30 (void)e2(); in test1() 31 (void)e2(); in test1() 32 assert(e1 == e2); in test1() 39 std::ranlux48_base e2 = e1; in test2() local 40 assert(e1 == e2); in test2() 42 assert(e1 != e2); in test2() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
| D | discard.pass.cpp | 25 std::ranlux24 e2 = e1; in test1() local 26 assert(e1 == e2); in test1() 28 assert(e1 != e2); in test1() 29 (void)e2(); in test1() 30 (void)e2(); in test1() 31 (void)e2(); in test1() 32 assert(e1 == e2); in test1() 39 std::ranlux48 e2 = e1; in test2() local 40 assert(e1 == e2); in test2() 42 assert(e1 != e2); in test2() [all …]
|