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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatdixf.c 5 /* long double __floatdixf(di_int a); */
11 long double __floatdixf(int64_t a) function in typeref:typename:long double
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatdixf.S 6 // float __floatdixf(di_int a);
19 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
28 END_COMPILERRT_FUNCTION(__floatdixf)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatdixf.c 1 /* ===-- floatdixf.c - Implement __floatdixf -------------------------------===
10 * This file implements __floatdixf for the compiler_rt library.
30 __floatdixf(di_int a) function in typeref:typename:COMPILER_RT_ABI long double
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
floatdixf.c 6 #define FUNCTION_NAME __floatdixf
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
floatdixf.c 6 #define FUNCTION_NAME __floatdixf
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatdixf_test.c 1 //===-- floatdixf_test.c - Test __floatdixf -------------------------------===//
10 // This file tests __floatdixf for the compiler_rt library.
26 long double __floatdixf(di_int a);
30 long double x = __floatdixf(a);
32 printf("error in __floatdixf(%llX) = %LA, expected %LA\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatdixf_test.c 1 //===-- floatdixf_test.c - Test __floatdixf -------------------------------===//
10 // This file tests __floatdixf for the compiler_rt library.
26 long COMPILER_RT_ABI double __floatdixf(di_int a);
30 long double x = __floatdixf(a);
32 printf("error in __floatdixf(%llX) = %LA, expected %LA\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 61 #define int64_to_floatx80 __floatdixf

Completed in 15 milliseconds