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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatuntisf.c 1 /* ===-- floatuntisf.c - Implement __floatuntisf ---------------------------===
10 * This file implements __floatuntisf for the compiler_rt library.
28 __floatuntisf(tu_int a) function in typeref:typename:COMPILER_RT_ABI float
  /src/sys/external/bsd/compiler_rt/dist/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",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatuntisf_test.c 1 //===-- floatuntisf.c - Test __floatuntisf --------------------------------===//
10 // This file tests __floatuntisf for the compiler_rt library.
27 COMPILER_RT_ABI float __floatuntisf(tu_int a);
31 float x = __floatuntisf(a);
36 printf("error in __floatuntisf(0x%.16llX%.16llX) = %a, expected %a\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 79 #define uint128_to_float32 __floatuntisf

Completed in 15 milliseconds