Searched refs:a_x (Results 1 – 10 of 10) sorted by relevance
/external/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/libffi/testsuite/libffi.closures/ |
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/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/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/webrtc/modules/audio_coding/audio_network_adaptor/util/ |
D | threshold_curve.h | 55 ThresholdCurve(float a_x, float a_y, float b_x, float b_y) in ThresholdCurve() argument 56 : ThresholdCurve(Point{a_x, a_y}, Point{b_x, b_y}) {} in ThresholdCurve()
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | multi_gpu_utils_test.py | 108 a_x = np.random.random((num_samples, input_dim_a)) 115 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs) 120 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs)
|
/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)
|
/external/python/cpython3/Lib/ |
D | filecmp.py | 193 a_x = os.path.join(self.left, x) 195 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
|
/external/llvm-project/clang/test/Parser/ |
D | cxx1z-decomposition.cpp | 8 auto [a_x, b_x, c_x] = S();
|