Home
last modified time | relevance | path

Searched refs:__truncdfsf2 (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dtruncdfsf2.c13 COMPILER_RT_ABI float __truncdfsf2(double a) { return __truncXfYf2__(a); } in __truncdfsf2() function
17 AEABI_RTABI float __aeabi_d2f(double a) { return __truncdfsf2(a); } in __aeabi_d2f()
19 COMPILER_RT_ALIAS(__truncdfsf2, __aeabi_d2f)
H A Dapple_versioning.c318 NOT_HERE_UNTIL_AFTER_4_3(__truncdfsf2)
/openbsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h43 #define float64_to_float32 __truncdfsf2
67 __strong_alias(__aeabi_d2f, __truncdfsf2);
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dfpgnulib.c189 __truncdfsf2 (double a1) in __truncdfsf2() function
274 float __truncdfsf2 (double);
348 float foo = __truncdfsf2 (__truncxfdf2 (ld)); in __truncxfsf2()
/openbsd/gnu/gcc/gcc/config/soft-fp/
H A Dtruncdfsf2.c36 SFtype __truncdfsf2(DFtype a) in __truncdfsf2() function
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dfpgnulib.c274 __truncdfsf2 (double a1) in __truncdfsf2() function
373 float __truncdfsf2 (double);
470 float foo = __truncdfsf2 (__truncxfdf2 (ld)); in __truncxfsf2()
/openbsd/lib/libc/arch/arm/
H A DSymbols.list31 __truncdfsf2
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h98 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__truncdfsf2,__dtof)
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h97 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__truncdfsf2,__dtof)
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlibgcc-std.ver75 __truncdfsf2
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlibgcc-std.ver75 __truncdfsf2
H A Dfloatlib.c498 __truncdfsf2 (double a1) in __truncdfsf2() function
H A DFSFChangeLog991 (__truncdfsf2): Fixed normalization problems
/openbsd/gnu/gcc/gcc/
H A Dlibgcc-std.ver75 __truncdfsf2
/openbsd/gnu/gcc/gcc/config/
H A Dfp-bit.h316 # define df_to_sf __truncdfsf2
/openbsd/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h312 # define df_to_sf __truncdfsf2
/openbsd/gnu/gcc/gcc/config/xtensa/
H A Dieee754-df.S2193 .global __truncdfsf2
2194 .type __truncdfsf2, @function
2195 __truncdfsf2: label
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def301 HANDLE_LIBCALL(FPROUND_F64_F32, "__truncdfsf2")
/openbsd/gnu/gcc/gcc/doc/
H A Dlibgcc.texi289 @deftypefnx {Runtime Function} float __truncdfsf2 (double @var{a})
H A Dgccint.info504 -- Runtime Function: float __truncdfsf2 (double A)
31523 * __truncdfsf2: Soft float library routines.