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

  /external/compiler-rt/lib/builtins/
floattisf.c 1 /* ===-- floattisf.c - Implement __floattisf -------------------------------===
10 * This file implements __floattisf for the compiler_rt library.
28 __floattisf(ti_int a) function
apple_versioning.c 96 NOT_HERE_BEFORE_10_6(__floattisf)
  /external/compiler-rt/test/builtins/Unit/
floattisf_test.c 1 //===-- floattisf_test.c - Test __floattisf -------------------------------===//
10 // This file tests __floattisf for the compiler_rt library.
27 float __floattisf(ti_int a);
31 float x = __floattisf(a);
36 printf("error in __floattisf(0x%.16llX%.16llX) = %a, expected %a\n",

Completed in 269 milliseconds