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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixunsxfsi_test.c 1 //===-- fixunsxfsi_test.c - Test __fixunsxfsi -----------------------------===//
10 // This file tests __fixunsxfsi for the compiler_rt library.
29 su_int __fixunsxfsi(long double a);
33 su_int x = __fixunsxfsi(a);
35 printf("error in __fixunsxfsi(%LA) = %X, expected %X\n", a, x, expected);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunsxfsi_test.c 1 //===-- fixunsxfsi_test.c - Test __fixunsxfsi -----------------------------===//
10 // This file tests __fixunsxfsi for the compiler_rt library.
29 COMPILER_RT_ABI su_int __fixunsxfsi(long double a);
33 su_int x = __fixunsxfsi(a);
35 printf("error in __fixunsxfsi(%LA) = %X, expected %X\n", a, x, expected);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunsxfsi.c 1 /* ===-- fixunsxfsi.c - Implement __fixunsxfsi -----------------------------===
10 * This file implements __fixunsxfsi for the compiler_rt library.
33 __fixunsxfsi(long double a) function in typeref:typename:COMPILER_RT_ABI su_int
  /src/lib/libc/gen/
fixunstfsi_ieee754.c 48 #define FIXUNS __fixunsxfsi
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 101 #define floatx80_to_uint32_round_to_zero __fixunsxfsi

Completed in 12 milliseconds