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

  /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/arch/m68k/hardfloat/
truncdfsf2.S 47 ENTRY(__truncdfsf2) function
53 END(__truncdfsf2)
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
truncdfsf2_test.c 1 //===--------------- truncdfsf2_test.c - Test __truncdfsf2 ----------------===//
10 // This file tests __truncdfsf2 for the compiler_rt library.
18 float __truncdfsf2(double a);
22 float actual = __truncdfsf2(a);
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 124 #define float64_to_float32 __truncdfsf2
212 #define __truncdfsf2 __aeabi_d2f macro
  /src/lib/libc_vfp/
vfpsf.S 51 #define __truncdfsf2 __aeabi_d2f macro
102 ENTRY(__truncdfsf2) function
111 END(__truncdfsf2)
  /src/lib/libc_fp/arch/mips/
fpsf.S 92 LEAF_NOPROFILE(__truncdfsf2)
98 END(__truncdfsf2)

Completed in 17 milliseconds