Home
last modified time | relevance | path

Searched +defs:a +defs:z_ (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/phoenix/test/bind/
Dbind_member_function_tests.cpp63 int a = 123; in main() local
67 test::z z_; in main() local
/third_party/boost/libs/math/tools/
Dhyp_1f1_big_data.cpp27 mp_t hypergeometric_1f1_generic_series(mp_t a_, mp_t b_, mp_t z_) in hypergeometric_1f1_generic_series()
34 mpfi_type a(a_), b(b_), z(z_), sum(0), term(1), diff, term0(0); in hypergeometric_1f1_generic_series() local
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_1F1_addition_theorems_on_z.hpp72 T term, b_minus_a_plus_n, M, M_next, a_, b_, z_; member
77 …T hypergeometric_1f1_recurrence_on_z_minus_zero(const T& a, const T& b, const T& z, int k, const P… in hypergeometric_1f1_recurrence_on_z_minus_zero()
/third_party/boost/boost/math/tools/
Drational.hpp176 inline V evaluate_polynomial_c_imp(const T* a, const V& val, const Tag*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp()
212 inline V evaluate_polynomial(const boost::array<T,N>& a, const V& val) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial()
233 inline V evaluate_even_polynomial(const boost::array<T,N>& a, const V& z) BOOST_MATH_NOEXCEPT(V) in evaluate_even_polynomial()
254 inline V evaluate_odd_polynomial(const boost::array<T,N>& a, const V& z) BOOST_MATH_NOEXCEPT(V) in evaluate_odd_polynomial()
281 V evaluate_rational(const T* num, const U* denom, const V& z_, std::size_t count) BOOST_MATH_NOEXCE… in evaluate_rational()
320 inline V evaluate_rational(const boost::array<T,N>& a, const boost::array<U,N>& b, const V& z) BOOS… in evaluate_rational()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkmacros.h28 #define GST_VK_STRUCT_1(a) \ argument
30 #define GST_VK_STRUCT_2(a, b) \ argument
32 #define GST_VK_STRUCT_3(a, b, c) \ argument
34 #define GST_VK_STRUCT_4(a, b, c, d) \ argument
36 #define GST_VK_STRUCT_5(a, b, c, d, e) \ argument
38 #define GST_VK_STRUCT_6(a, b, c, d, e, f) \ argument
40 #define GST_VK_STRUCT_7(a, b, c, d, e, f, g) \ argument
42 #define GST_VK_STRUCT_8(a, b, c, d, e, f, g, h) \ argument
116 #define GST_VK_OFFSET3D(offset,x_,y_,z_) \ argument
/third_party/boost/libs/utility/test/
Dbase_from_member_test.cpp112 base_or_member *x_, *y_, *z_; member in base_class
252 object_id const & a, in operator ()()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_test.cc43 static bool IsOnStack(const ArrayType& a) { in IsOnStack()
90 int x_, y_, z_; member in __anon55484b4f0111::ThreeInts
188 absl::FixedArray<int> a = {1, 2, 3}; in TEST() local
196 absl::FixedArray<int> a = {1, 2, 3}; in TEST() local
440 absl::FixedArray<size_t> a(1, 2); in TEST() local
521 TEST(FixedArrayTest, UsesGlobalAlloc) { absl::FixedArray<PickyDelete, 0> a(5); } in TEST() local
557 absl::FixedArray<int, 5 * sizeof(int)> a = {0, 1, 2, 3, 4}; in TEST() local
584 absl::FixedArray<int, 0> a = {0, 1, 2, 3, 4}; in TEST() local
773 absl::FixedArray<int, 32> a(10); in TEST() local
784 absl::FixedArray<char, 17> a(12); in TEST() local
[all …]
/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc43 static bool IsOnStack(const ArrayType& a) { in IsOnStack()
90 int x_, y_, z_; member in __anon100667ba0111::ThreeInts
188 absl::FixedArray<int> a = {1, 2, 3}; in TEST() local
196 absl::FixedArray<int> a = {1, 2, 3}; in TEST() local
440 absl::FixedArray<size_t> a(1, 2); in TEST() local
521 TEST(FixedArrayTest, UsesGlobalAlloc) { absl::FixedArray<PickyDelete, 0> a(5); } in TEST() local
557 absl::FixedArray<int, 5 * sizeof(int)> a = {0, 1, 2, 3, 4}; in TEST() local
584 absl::FixedArray<int, 0> a = {0, 1, 2, 3, 4}; in TEST() local
773 absl::FixedArray<int, 32> a(10); in TEST() local
784 absl::FixedArray<char, 17> a(12); in TEST() local
[all …]
/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc124 double z_; member in foo::UnprintableInFoo
599 int a[5] = { 1, 2, 3, 4, 5 }; in TEST() local
605 int a[2][5] = { in TEST() local
614 const bool a[1] = { false }; in TEST() local
621 char a[] = { 'H', '\0', 'i' }; in TEST() local
627 const char a[] = "\0Hi"; in TEST() local
634 const wchar_t a[] = { L'H', L'\0', L'i' }; in TEST() local
640 const wchar_t a[] = L"\0Hi"; in TEST() local
646 std::string a[3] = {"Hi", "Hello", "Ni hao"}; in TEST() local
652 int a[100] = { 1, 2, 3 }; in TEST() local
[all …]
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc133 double z_; member in foo::UnprintableInFoo
604 int a[5] = { 1, 2, 3, 4, 5 }; in TEST() local
610 int a[2][5] = { in TEST() local
619 const bool a[1] = { false }; in TEST() local
626 char a[] = { 'H', '\0', 'i' }; in TEST() local
632 const char a[] = "\0Hi"; in TEST() local
639 const wchar_t a[] = { L'H', L'\0', L'i' }; in TEST() local
645 const wchar_t a[] = L"\0Hi"; in TEST() local
651 std::string a[3] = {"Hi", "Hello", "Ni hao"}; in TEST() local
657 int a[100] = { 1, 2, 3 }; in TEST() local
[all …]