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

  /external/libffi/testsuite/libffi.call/
nested_struct11.c 15 float a_y; member in struct:A
32 result.a.a_y = source.a.a_y;
40 source.a.a_x, source.a.a_y,
42 result.a.a_x, result.a.a_y,
117 CHECK (result.a.a_y == source.a.a_y);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct11.c 15 float a_y; member in struct:A
32 result.a.a_y = source.a.a_y;
40 source.a.a_x, source.a.a_y,
42 result.a.a_x, result.a.a_y,
117 CHECK (result.a.a_y == source.a.a_y);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct11.c 15 float a_y; member in struct:A
32 result.a.a_y = source.a.a_y;
40 source.a.a_x, source.a.a_y,
42 result.a.a_x, result.a.a_y,
117 CHECK (result.a.a_y == source.a.a_y);
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
training_utils_test.py 78 a_y = np.random.random((num_samples, output_dim_a))
83 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs)
87 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs)
  /external/google-breakpad/src/testing/test/
gmock_stress_test.cc 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}
  /external/googletest/googlemock/test/
gmock_stress_test.cc 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}
  /external/v8/testing/gmock/test/
gmock_stress_test.cc 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}

Completed in 334 milliseconds