Searched refs:__truncdfsf2 (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dtruncdfsf2.c13 COMPILER_RT_ABI float __truncdfsf2(double a) { return __truncXfYf2__(a); } function
17 AEABI_RTABI float __aeabi_d2f(double a) { return __truncdfsf2(a); }
19 COMPILER_RT_ALIAS(__truncdfsf2, __aeabi_d2f)
H A Dapple_versioning.c318 NOT_HERE_UNTIL_AFTER_4_3(__truncdfsf2)
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dtruncdfsf2.c36 SFtype __truncdfsf2(DFtype a) function
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h43 #define float64_to_float32 __truncdfsf2
67 __strong_alias(__aeabi_d2f, __truncdfsf2);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dfpgnulib.c190 __truncdfsf2 (double a1)
276 float __truncdfsf2 (double);
350 float foo = __truncdfsf2 (__truncxfdf2 (ld));
189 __truncdfsf2 (double a1) function
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h98 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__truncdfsf2,__dtof)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h97 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__truncdfsf2,__dtof)
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dfpgnulib.c275 __truncdfsf2 (double a1)
375 float __truncdfsf2 (double);
472 float foo = __truncdfsf2 (__truncxfdf2 (ld));
274 __truncdfsf2 (double a1) function
/openbsd-current/gnu/gcc/gcc/config/
H A Dfp-bit.h316 # define df_to_sf __truncdfsf2
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h312 # define df_to_sf __truncdfsf2
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c498 __truncdfsf2 (double a1) function
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-df.S2193 .global __truncdfsf2
2194 .type __truncdfsf2, @function
2195 __truncdfsf2: label

Completed in 278 milliseconds