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

  /external/compiler-rt/lib/builtins/
floatuntidf.c 1 /* ===-- floatuntidf.c - Implement __floatuntidf ---------------------------===
10 * This file implements __floatuntidf for the compiler_rt library.
28 __floatuntidf(tu_int a) function
apple_versioning.c 102 NOT_HERE_BEFORE_10_6(__floatuntidf)
  /external/compiler-rt/test/builtins/Unit/
floatuntidf_test.c 1 //===-- floatuntidf.c - Test __floatuntidf --------------------------------===//
10 // This file tests __floatuntidf for the compiler_rt library.
27 COMPILER_RT_ABI double __floatuntidf(tu_int a);
31 double x = __floatuntidf(a);
36 printf("error in __floatuntidf(0x%.16llX%.16llX) = %a, expected %a\n",

Completed in 912 milliseconds