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

  /external/compiler-rt/lib/
fixxfdi.c 1 /* ===-- fixxfdi.c - Implement __fixxfdi -----------------------------------===
10 * This file implements __fixxfdi for the compiler_rt library.
31 __fixxfdi(long double a) function
apple_versioning.c 88 NOT_HERE_BEFORE_10_6(__fixxfdi)
  /external/compiler-rt/test/Unit/
fixxfdi_test.c 1 //===-- fixxfdi_test.c - Test __fixxfdi -----------------------------------===//
10 // This file tests __fixxfdi for the compiler_rt library.
28 di_int __fixxfdi(long double a);
32 di_int x = __fixxfdi(a);
34 printf("error in __fixxfdi(%LA) = %llX, expected %llX\n",

Completed in 34 milliseconds