HomeSort by relevance Sort by last modified time
    Searched refs:a_x (Results 1 - 12 of 12) sorted by null

  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct11.c 14 float a_x; member in struct:A
31 result.a.a_x = source.a.a_x;
40 source.a.a_x, source.a.a_y,
42 result.a.a_x, result.a.a_y,
116 CHECK (result.a.a_x == source.a.a_x);
  /external/eigen/Eigen/src/Core/
MathFunctionsImpl.h 26 T generic_fast_tanh_float(const T& a_x)
33 // step such that if a_x is nan, x will be either 9 or -9,
37 const T x = pmax(minus_9,pmin(plus_9,a_x));
MathFunctions.h 819 template<typename T> T generic_fast_tanh_float(const T& a_x);
    [all...]
  /external/google-breakpad/src/testing/test/
gmock_stress_test.cc 70 explicit Base(int a_x) : x_(a_x) {}
79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}
87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {}
  /external/googletest/googlemock/test/
gmock_stress_test.cc 70 explicit Base(int a_x) : x_(a_x) {}
79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}
87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {}
  /external/v8/testing/gmock/test/
gmock_stress_test.cc 70 explicit Base(int a_x) : x_(a_x) {}
79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}
87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 182 a_x = os.path.join(self.left, x)
184 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
  /external/python/cpython2/Lib/
filecmp.py 183 a_x = os.path.join(self.left, x)
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 183 a_x = os.path.join(self.left, x)
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 183 a_x = os.path.join(self.left, x)
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 183 a_x = os.path.join(self.left, x)
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 183 a_x = os.path.join(self.left, x)
185 self.subdirs[x] = dircmp(a_x, b_x, self.ignore, self.hide)

Completed in 753 milliseconds