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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
trunctfsf2.c 18 COMPILER_RT_ABI float __trunctfsf2(long double a) { function in typeref:typename:COMPILER_RT_ABI float
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
trunctfsf2_test.c 1 //===--------------- trunctfsf2_test.c - Test __trunctfsf2 ----------------===//
10 // This file tests __trunctfsf2 for the compiler_rt library.
21 COMPILER_RT_ABI float __trunctfsf2(long double a);
25 float x = __trunctfsf2(a);
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 122 #define float128_to_float32 __trunctfsf2

Completed in 13 milliseconds