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

  /frameworks/compile/libbcc/runtime/lib/
floattidf.c 1 /* ===-- floattidf.c - Implement __floattidf -------------------------------===
10 * This file implements __floattidf for the compiler_rt library.
31 __floattidf(ti_int a) function
apple_versioning.c 86 NOT_HERE_BEFORE_10_6(__floattidf)
  /frameworks/compile/libbcc/runtime/test/Unit/
floattidf_test.c 1 //===-- floattidf.c - Test __floattidf ------------------------------------===//
10 // This file tests __floattidf for the compiler_rt library.
27 double __floattidf(ti_int a);
31 double x = __floattidf(a);
36 printf("error in __floattidf(0x%.16llX%.16llX) = %a, expected %a\n",

Completed in 211 milliseconds