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

  /external/libffi/testsuite/libffi.call/
struct8.c 35 test_structure_8 ts8_arg; local
52 values[0] = &ts8_arg;
57 ts8_arg.f1 = 5.55f;
58 ts8_arg.f2 = 55.5f;
59 ts8_arg.f3 = -5.55f;
60 ts8_arg.f4 = -55.5f;
62 printf ("%g\n", ts8_arg.f1);
63 printf ("%g\n", ts8_arg.f2);
64 printf ("%g\n", ts8_arg.f3);
65 printf ("%g\n", ts8_arg.f4)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct8.c 35 test_structure_8 ts8_arg; local
52 values[0] = &ts8_arg;
57 ts8_arg.f1 = 5.55f;
58 ts8_arg.f2 = 55.5f;
59 ts8_arg.f3 = -5.55f;
60 ts8_arg.f4 = -55.5f;
62 printf ("%g\n", ts8_arg.f1);
63 printf ("%g\n", ts8_arg.f2);
64 printf ("%g\n", ts8_arg.f3);
65 printf ("%g\n", ts8_arg.f4)
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
struct8.c 35 test_structure_8 ts8_arg; local
52 values[0] = &ts8_arg;
57 ts8_arg.f1 = 5.55f;
58 ts8_arg.f2 = 55.5f;
59 ts8_arg.f3 = -5.55f;
60 ts8_arg.f4 = -55.5f;
62 printf ("%g\n", ts8_arg.f1);
63 printf ("%g\n", ts8_arg.f2);
64 printf ("%g\n", ts8_arg.f3);
65 printf ("%g\n", ts8_arg.f4)
    [all...]

Completed in 94 milliseconds