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

  /external/compiler-rt/lib/
floatuntisf.c 1 /* ===-- floatuntisf.c - Implement __floatuntisf ---------------------------===
10 * This file implements __floatuntisf for the compiler_rt library.
30 __floatuntisf(tu_int a) function
apple_versioning.c 94 NOT_HERE_BEFORE_10_6(__floatuntisf)
  /external/compiler-rt/test/Unit/
floatuntisf_test.c 1 //===-- floatuntisf.c - Test __floatuntisf --------------------------------===//
10 // This file tests __floatuntisf for the compiler_rt library.
27 float __floatuntisf(tu_int a);
31 float x = __floatuntisf(a);
36 printf("error in __floatuntisf(0x%.16llX%.16llX) = %a, expected %a\n",

Completed in 39 milliseconds