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

  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatunsitf_test.c 1 //===--------------- floatunsitf_test.c - Test __floatunsitf --------------===//
10 // This file tests __floatunsitf for the compiler_rt library.
21 COMPILER_RT_ABI long double __floatunsitf(unsigned int a);
25 long double x = __floatunsitf(a);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatunsitf.c 20 COMPILER_RT_ABI fp_t __floatunsitf(unsigned int a) { function in typeref:typename:COMPILER_RT_ABI fp_t
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 72 #define uint32_to_float128 __floatunsitf

Completed in 12 milliseconds