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

  /src/lib/libc/arch/m68k/hardfloat/
truncdfsf2.S 47 ENTRY(__truncdfsf2) function
53 END(__truncdfsf2)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
truncdfsf2.c 14 COMPILER_RT_ABI float __truncdfsf2(double a) { function in typeref:typename:COMPILER_RT_ABI float
21 return __truncdfsf2(a);
24 AEABI_RTABI float __aeabi_d2f(double a) COMPILER_RT_ALIAS(__truncdfsf2);
  /src/lib/libc_vfp/
vfpsf.S 51 #define __truncdfsf2 __aeabi_d2f macro
102 ENTRY(__truncdfsf2) function
111 END(__truncdfsf2)
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 124 #define float64_to_float32 __truncdfsf2
212 #define __truncdfsf2 __aeabi_d2f macro

Completed in 18 milliseconds