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

  /external/libffi/testsuite/libffi.call/
float3.c 12 static double floating_1(float a, double b, long double c) function
48 floating_1 (f, d, ld);
50 ffi_call(&cif, FFI_FN(floating_1), &rd, values);
52 CHECK(rd - floating_1(f, d, ld) < DBL_EPSILON);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
float3.c 12 static double floating_1(float a, double b, long double c) function
48 floating_1 (f, d, ld);
50 ffi_call(&cif, FFI_FN(floating_1), &rd, values);
52 CHECK(rd - floating_1(f, d, ld) < DBL_EPSILON);

Completed in 199 milliseconds