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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatundixf.S 6 // long double __floatundixf(du_int a);
21 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
29 END_COMPILERRT_FUNCTION(__floatundixf)
53 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
64 END_COMPILERRT_FUNCTION(__floatundixf)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatundixf.c 1 /* ===-- floatundixf.c - Implement __floatundixf ---------------------------===
10 * This file implements __floatundixf for the compiler_rt library.
29 __floatundixf(du_int a) function in typeref:typename:COMPILER_RT_ABI long double
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatundixf.S 6 // long double __floatundixf(du_int a);16
28 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
41 END_COMPILERRT_FUNCTION(__floatundixf)
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
floatundixf.c 6 #define FUNCTION_NAME __floatundixf
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
floatundixf.c 6 #define FUNCTION_NAME __floatundixf
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatundixf_test.c 1 //===-- floatundixf_test.c - Test __floatundixf ---------------------------===//
10 // This file tests __floatundixf for the compiler_rt library.
27 long double __floatundixf(du_int a);
31 long double x = __floatundixf(a);
33 printf("error in __floatundixf(%llX) = %LA, expected %LA\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatundixf_test.c 1 //===-- floatundixf_test.c - Test __floatundixf ---------------------------===//
10 // This file tests __floatundixf for the compiler_rt library.
27 COMPILER_RT_ABI long double __floatundixf(du_int a);
31 long double x = __floatundixf(a);
33 printf("error in __floatundixf(%llX) = %LA, expected %LA\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 76 #define uint64_to_floatx80 __floatundixf

Completed in 19 milliseconds