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

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

Completed in 13 milliseconds