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

  /external/libffi/testsuite/libffi.call/
float3.c 17 static double floating_2(long double a, double b, float c) function
65 floating_2 (ld, d, f);
67 ffi_call(&cif, FFI_FN(floating_2), &rd, values);
69 CHECK(rd - floating_2(ld, d, f) < DBL_EPSILON);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
float3.c 17 static double floating_2(long double a, double b, float c) function
65 floating_2 (ld, d, f);
67 ffi_call(&cif, FFI_FN(floating_2), &rd, values);
69 CHECK(rd - floating_2(ld, d, f) < DBL_EPSILON);

Completed in 227 milliseconds