| /third_party/boost/libs/phoenix/test/bind/ |
| D | bind_member_function_tests.cpp | 63 int a = 123; in main() local 67 test::z z_; in main() local
|
| /third_party/boost/libs/math/tools/ |
| D | hyp_1f1_big_data.cpp | 27 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/ |
| D | hypergeometric_1F1_addition_theorems_on_z.hpp | 72 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/ |
| D | rational.hpp | 176 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/vk-gl-cts/framework/common/ |
| D | tcuVector.hpp | 145 …Vector<T, 2> swizzle (int a, int b) const { DE_ASSERT(a >= 0 && a < Size); DE_ASSERT(b >= 0 && … in swizzle() 146 …Vector<T, 3> swizzle (int a, int b, int c) const { DE_ASSERT(a >= 0 && a < Size); DE_ASSERT(b >… in swizzle() 147 …Vector<T, 4> swizzle (int a, int b, int c, int d) const { DE_ASSERT(a >= 0 && a < Size); DE_ASS… in swizzle() 196 inline Vector<T, Size>::Vector (T x_, T y_, T z_) in Vector() 205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() 274 inline Vector<T, Size> operator- (const Vector<T, Size>& a) in operator -() 283 inline Vector<T, Size> operator+ (const Vector<T, Size>& a, const Vector<T, Size>& b) in operator +() 292 inline Vector<T, Size> operator- (const Vector<T, Size>& a, const Vector<T, Size>& b) in operator -() 301 inline Vector<T, Size> operator* (const Vector<T, Size>& a, const Vector<T, Size>& b) in operator *() 310 inline Vector<T, Size> operator/ (const Vector<T, Size>& a, const Vector<T, Size>& b) in operator /() [all …]
|
| /third_party/boost/libs/utility/test/ |
| D | base_from_member_test.cpp | 112 base_or_member *x_, *y_, *z_; member in base_class 252 object_id const & a, in operator ()()
|
| /third_party/flatbuffers/tests/ |
| D | native_type_test_generated.h | 31 float z_; variable 88 float a() const { in a() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | fixed_array_test.cc | 43 static bool IsOnStack(const ArrayType& a) { in IsOnStack() 90 int x_, y_, z_; member in __anon8b2297ab0111::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/ |
| D | fixed_array_test.cc | 43 static bool IsOnStack(const ArrayType& a) { in IsOnStack() 90 int x_, y_, z_; member in __anona64a5d960111::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/googletest/googletest/test/ |
| D | googletest-printers-test.cc | 138 double z_; member in foo::UnprintableInFoo 766 int a[5] = { 1, 2, 3, 4, 5 }; in TEST() local 772 int a[2][5] = { in TEST() local 781 const bool a[1] = { false }; in TEST() local 788 char a[] = { 'H', '\0', 'i' }; in TEST() local 794 const char a[] = "\0Hi"; in TEST() local 808 const char8_t a[] = u8"\0世界"; local 818 const char16_t a[] = {u'こ', u'\0', u'ん', u'に', u'ち', u'は'}; local 825 const char16_t a[] = u"\0こんにちは"; local 832 const char32_t a[] = {U'', U'\0', U''}; local [all …]
|