Home
last modified time | relevance | path

Searched refs:a_x (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dnested_struct11.c14 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/libffi/testsuite/libffi.call/
Dnested_struct11.c14 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/
Dgmock_stress_test.cc70 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/
DMathFunctionsImpl.h26 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()
DMathFunctions.h819 template<typename T> T generic_fast_tanh_float(const T& a_x);
/external/tensorflow/tensorflow/python/keras/utils/
Dmulti_gpu_utils_test.py91 a_x = np.random.random((num_samples, input_dim_a))
98 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs)
102 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs)
/external/python/cpython3/Lib/
Dfilecmp.py192 a_x = os.path.join(self.left, x)
194 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
/external/python/cpython2/Lib/
Dfilecmp.py183 a_x = os.path.join(self.left, x)
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)