HomeSort by: relevance | last modified time | path
    Searched refs:__floattisf (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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 in typeref:typename:COMPILER_RT_ABI float
  /src/sys/external/bsd/compiler_rt/dist/test/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",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floattisf_test.c 1 //===-- floattisf_test.c - Test __floattisf -------------------------------===//
10 // This file tests __floattisf for the compiler_rt library.
27 COMPILER_RT_ABI float __floattisf(ti_int a);
31 float x = __floattisf(a);
36 printf("error in __floattisf(0x%.16llX%.16llX) = %a, expected %a\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 64 #define int128_to_float32 __floattisf

Completed in 12 milliseconds