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

  /external/compiler-rt/lib/
floatuntixf.c 1 /* ===-- floatuntixf.c - Implement __floatuntixf ---------------------------===
10 * This file implements __floatuntixf for the compiler_rt library.
32 __floatuntixf(tu_int a) function
apple_versioning.c 103 NOT_HERE_BEFORE_10_6(__floatuntixf)
  /external/compiler-rt/test/Unit/
floatuntixf_test.c 1 //===-- floatuntixf.c - Test __floatuntixf --------------------------------===//
10 // This file tests __floatuntixf for the compiler_rt library.
28 long double __floatuntixf(tu_int a);
32 long double x = __floatuntixf(a);
37 printf("error in __floatuntixf(0x%.16llX%.16llX) = %LA, expected %LA\n",

Completed in 2061 milliseconds