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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunstfdi.c 1 /* ===-- fixunstfdi.c - Implement __fixunstfdi -----------------------------===
19 __fixunstfdi(fp_t a) { function in typeref:typename:COMPILER_RT_ABI du_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixunstfdi_test.c 1 //===-- fixunstfdi_test.c - Test __fixunstfdi -----------------------------===//
10 // This file tests __fixunstfdi for the compiler_rt library.
27 du_int __fixunstfdi(long double a);
31 du_int x = __fixunstfdi(a);
33 printf("error in __fixunstfdi(%LA) = %llX, expected %llX\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunstfdi_test.c 1 //===-- fixunstfdi_test.c - Test __fixunstfdi -----------------------------===//
10 // This file tests __fixunstfdi for the compiler_rt library.
28 COMPILER_RT_ABI du_int __fixunstfdi(long double a);
32 du_int x = __fixunstfdi(a);
34 printf("error in __fixunstfdi(%LA) = %llX, expected %llX\n",
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
fixunstfdi.c 5 /* uint64_t __fixunstfdi(long double x); */
10 uint64_t __fixunstfdi(long double input) function in typeref:typename:uint64_t
  /src/lib/libc/gen/
fixunstfdi_ieee754.c 46 #define FIXUNS __fixunstfdi
  /src/common/lib/libc/quad/
quad.h 128 u_quad_t __fixunstfdi(long double);
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 107 #define float128_to_uint64_round_to_zero __fixunstfdi

Completed in 16 milliseconds