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

  /external/libffi/testsuite/libffi.call/
float2.c 12 static long double ldblit(float f) function
38 printf ("%Lf\n", ldblit(f));
41 ffi_call(&cif, FFI_FN(ldblit), &ld, values);
47 printf ("%Lf, %Lf, %Lf, %Lf\n", ld, ldblit(f), ld - ldblit(f), LDBL_EPSILON);
51 if (ld - ldblit(f) < LDBL_EPSILON)
  /external/libffi/
ChangeLog.v1 409 (return_ll, ldblit): New functions to test long long and long

Completed in 60 milliseconds