Searched refs:a_x (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | nested_struct11.c | 14 float a_x; member 31 result.a.a_x = source.a.a_x; in C_fn() 40 source.a.a_x, source.a.a_y, in C_fn() 42 result.a.a_x, result.a.a_y, in C_fn() 116 CHECK (result.a.a_x == source.a.a_x); in main()
|
/external/google-breakpad/src/testing/test/ |
D | gmock_stress_test.cc | 70 explicit Base(int a_x) : x_(a_x) {} in Base() argument 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1() argument 87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2() argument
|
/external/googletest/googlemock/test/ |
D | gmock_stress_test.cc | 70 explicit Base(int a_x) : x_(a_x) {} in Base() argument 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1() argument 87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2() argument
|
/external/v8/testing/gmock/test/ |
D | gmock_stress_test.cc | 70 explicit Base(int a_x) : x_(a_x) {} in Base() argument 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1() argument 87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2() argument
|
/external/eigen/Eigen/src/Core/ |
D | MathFunctionsImpl.h | 26 T generic_fast_tanh_float(const T& a_x) in generic_fast_tanh_float() argument 37 const T x = pmax(minus_9,pmin(plus_9,a_x)); in generic_fast_tanh_float()
|
D | MathFunctions.h | 819 template<typename T> T generic_fast_tanh_float(const T& a_x);
|
/external/python/cpython2/Lib/ |
D | filecmp.py | 183 a_x = os.path.join(self.left, x) 185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
|