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

  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
_fixunstfdi.S 2 #define __fixunstfti __fixunstfti_compat define
9 #undef __fixunstfti
10 .symver __fixunstfti_compat, __fixunstfti@GCC_3.0
lib1funcs.S 775 .global __fixunstfti
776 .proc __fixunstfti
777 __fixunstfti: label
782 .endp __fixunstfti
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
_fixunstfdi.S 2 #define __fixunstfti __fixunstfti_compat define
9 #undef __fixunstfti
10 .symver __fixunstfti_compat, __fixunstfti@GCC_3.0
lib1funcs.S 775 .global __fixunstfti
776 .proc __fixunstfti
777 __fixunstfti: label
782 .endp __fixunstfti
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunstfti.c 19 __fixunstfti(fp_t a) { function
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixunstfti.c 33 __fixunstfti (TFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
fixunstfti.c 34 __fixunstfti (TFtype a) function
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunstfti_test.c 1 //===-- fixunstfti_test.c - Test __fixunstfti -----------------------------===//
10 // This file tests __fixunstfti for the compiler_rt library.
29 COMPILER_RT_ABI tu_int __fixunstfti(long double a);
33 tu_int x = __fixunstfti(a);
42 printf("error in __fixunstfti(%.20Lf) = 0x%.16llX%.16llX, "
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 112 #define float128_to_uint128_round_to_zero __fixunstfti

Completed in 19 milliseconds