Home
last modified time | relevance | path

Searched refs:__fixsfdi (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dfixsfdi.c18 COMPILER_RT_ABI di_int __fixsfdi(float a) { in __fixsfdi() function
34 COMPILER_RT_ABI di_int __fixsfdi(fp_t a) { return __fixint(a); } in __fixsfdi() function
40 AEABI_RTABI di_int __aeabi_f2lz(fp_t a) { return __fixsfdi(a); } in __aeabi_f2lz()
42 COMPILER_RT_ALIAS(__fixsfdi, __aeabi_f2lz)
47 COMPILER_RT_ALIAS(__fixsfdi, __stoi64)
H A Dapple_versioning.c71 NOT_HERE_BEFORE_10_6(__fixsfdi)
250 NOT_HERE_UNTIL_AFTER_4_3(__fixsfdi)
H A DREADME.txt137 di_int __fixsfdi( float a);
/openbsd/lib/libc/quad/
H A Dfixsfdi.c44 __fixsfdi(float x) in __fixsfdi() function
59 __strong_alias(__aeabi_f2lz, __fixsfdi);
H A Dquad.h103 quad_t __fixsfdi(float) __dso_protected;
/openbsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h38 #define float32_to_int64_round_to_zero __fixsfdi
60 __strong_alias(__aeabi_f2lz, __fixsfdi);
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Dfixdfdi.h258 DItype_x __fixsfdi (float a1);
262 __fixsfdi (float a1) in __fixsfdi() function
305 #define __fixsfdi ___fixsfdi macro
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dppc64-fp.c37 extern DItype __fixsfdi (SFtype);
55 __fixsfdi (SFtype a) in __fixsfdi() function
/openbsd/gnu/gcc/gcc/config/soft-fp/
H A Dfixsfdi.c35 DItype __fixsfdi(SFtype a) in __fixsfdi() function
/openbsd/gnu/gcc/gcc/config/s390/
H A Dfixdfdi.h408 DItype_x __fixsfdi (float a1);
412 __fixsfdi (float a1) in __fixsfdi() function
455 #define __fixsfdi ___fixsfdi macro
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dppc64-fp.c39 extern DItype __fixsfdi (SFtype);
70 __fixsfdi (SFtype a) in __fixsfdi() function
/openbsd/lib/libc/arch/arm/quad/
H A Dfixsfdi.c55 __fixsfdi(float x) in __fixsfdi() function
/openbsd/sys/lib/libkern/
H A Dquad.h103 quad_t __fixsfdi(float);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.h217 #define __fixsfdi __NDW(fixsf,) macro
271 extern DWtype __fixsfdi (SFtype);
H A Dlibgcc-std.ver90 __fixsfdi
/openbsd/gnu/llvm/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc42 EXPLICIT_SYMBOL(__fixsfdi)
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h74 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixsfdi,__ftoll)
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h73 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixsfdi,__ftoll)
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlibgcc-std.ver90 __fixsfdi
/openbsd/gnu/gcc/gcc/
H A Dlibgcc2.h279 #define __fixsfdi __NDW(fixsf,) macro
366 extern DWtype __fixsfdi (SFtype);
H A Dlibgcc-std.ver90 __fixsfdi
/openbsd/gnu/gcc/gcc/config/xtensa/
H A Dieee754-sf.S1369 .global __fixsfdi
1370 .type __fixsfdi, @function
1371 __fixsfdi: label
/openbsd/gnu/llvm/llvm/include/llvm/Config/
H A Dconfig.h.cmake260 /* Have host's __fixsfdi */
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def313 HANDLE_LIBCALL(FPTOSINT_F32_I64, "__fixsfdi")
/openbsd/lib/libc/
H A DSymbols.list1216 __fixsfdi

12