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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunsxfdi.c 1 /* ===-- fixunsxfdi.c - Implement __fixunsxfdi -----------------------------===
10 * This file implements __fixunsxfdi for the compiler_rt library.
34 __fixunsxfdi(long double a) function in typeref:typename:COMPILER_RT_ABI du_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixunsxfdi_test.c 1 //===-- fixunsxfdi_test.c - Test __fixunsxfdi -----------------------------===//
10 // This file tests __fixunsxfdi for the compiler_rt library.
31 du_int __fixunsxfdi(long double a);
35 du_int x = __fixunsxfdi(a);
37 printf("error in __fixunsxfdi(%LA) = %llX, expected %llX\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunsxfdi_test.c 1 //===-- fixunsxfdi_test.c - Test __fixunsxfdi -----------------------------===//
10 // This file tests __fixunsxfdi for the compiler_rt library.
31 COMPILER_RT_ABI du_int __fixunsxfdi(long double a);
35 du_int x = __fixunsxfdi(a);
37 printf("error in __fixunsxfdi(%LA) = %llX, expected %llX\n",
  /src/lib/libc/gen/
fixunstfdi_ieee754.c 44 #define FIXUNS __fixunsxfdi
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 106 #define floatx80_to_uint64_round_to_zero __fixunsxfdi

Completed in 13 milliseconds