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

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

Completed in 43 milliseconds