Home
last modified time | relevance | path

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

/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/libffi/testsuite/libffi.closures/
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/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/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/webrtc/modules/audio_coding/audio_network_adaptor/util/
Dthreshold_curve.h55 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/
Dmulti_gpu_utils_test.py108 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/
Dfilecmp.py183 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/
Dfilecmp.py193 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/
Dcxx1z-decomposition.cpp8 auto [a_x, b_x, c_x] = S();