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

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
truncdfsf2.c 14 COMPILER_RT_ABI float __truncdfsf2(double a) { function
21 return __truncdfsf2(a);
24 AEABI_RTABI float __aeabi_d2f(double a) COMPILER_RT_ALIAS(__truncdfsf2); variable
  /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/external/gpl3/gcc/dist/libgcc/soft-fp/
truncdfsf2.c 34 __truncdfsf2 (DFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
truncdfsf2.c 36 __truncdfsf2 (DFtype a) function
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
truncdfsf2.S 29 FUNC(__truncdfsf2)
30 .global __truncdfsf2
32 __truncdfsf2: label
53 ENDFUNC(__truncdfsf2)
54 #define __truncdfsf2 __truncdfsf2_asm define
57 .global __truncdfsf2
59 FUNC(__truncdfsf2)
60 __truncdfsf2: label
134 ENDFUNC(__truncdfsf2)
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
truncdfsf2.S 29 FUNC(__truncdfsf2)
30 .global __truncdfsf2
32 __truncdfsf2: label
53 ENDFUNC(__truncdfsf2)
54 #define __truncdfsf2 __truncdfsf2_asm define
57 .global __truncdfsf2
59 FUNC(__truncdfsf2)
60 __truncdfsf2: label
134 ENDFUNC(__truncdfsf2)
  /src/external/gpl3/gcc/dist/libgcc/config/arc/
dp-hack.h 72 #define __truncdfsf2 __truncdfsf2_c macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
dp-hack.h 72 #define __truncdfsf2 __truncdfsf2_c macro
  /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 define
102 ENTRY(__truncdfsf2) function
111 END(__truncdfsf2)
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 96 #define __truncdfsf2 __aeabi_d2f macro
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
sfp-machine.h 97 #define __truncdfsf2 __c6xabi_cvtdf macro
  /src/external/gpl3/gcc/dist/libgcc/config/frv/
frv-abi.h 102 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__truncdfsf2,__dtof)
  /src/external/gpl3/gcc/dist/libgcc/config/pru/
sfp-machine.h 98 #define __truncdfsf2 __pruabi_cvtdf macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 96 #define __truncdfsf2 __aeabi_d2f macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
sfp-machine.h 97 #define __truncdfsf2 __c6xabi_cvtdf macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/frv/
frv-abi.h 102 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__truncdfsf2,__dtof)
  /src/external/gpl3/gcc.old/dist/libgcc/config/pru/
sfp-machine.h 98 #define __truncdfsf2 __pruabi_cvtdf macro
  /src/lib/libc_fp/arch/mips/
fpsf.S 92 LEAF_NOPROFILE(__truncdfsf2)
98 END(__truncdfsf2)
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
fpgnulib.c 297 __truncdfsf2 (double a1)
435 float __truncdfsf2 (double);
571 float foo = __truncdfsf2 (__truncxfdf2 (ld));
296 __truncdfsf2 (double a1) function
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
fpgnulib.c 280 __truncdfsf2 (double a1)
416 float __truncdfsf2 (double);
569 float foo = __truncdfsf2 (__truncxfdf2 (ld));
279 __truncdfsf2 (double a1) function
  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.h 282 # define df_to_sf __truncdfsf2
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 282 # define df_to_sf __truncdfsf2
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
f7-wraps.h 197 ;; type_t __truncdfsf2 (double) ; truncdfsf2
199 _DEFUN __truncdfsf2
204 _ENDF __truncdfsf2

Completed in 62 milliseconds

1 2