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

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

Completed in 33 milliseconds