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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatdisf.c 9 float __floatdisf(int64_t a) function in typeref:typename:float
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatdisf.S 6 // float __floatdisf(di_int a);
19 DEFINE_COMPILERRT_FUNCTION(__floatdisf)
30 END_COMPILERRT_FUNCTION(__floatdisf)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatdisf.c 1 /*===-- floatdisf.c - Implement __floatdisf -------------------------------===
10 * This file implements __floatdisf for the compiler_rt library.
26 __floatdisf(di_int a) function in typeref:typename:COMPILER_RT_ABI float
83 return __floatdisf(a);
86 AEABI_RTABI float __aeabi_l2f(di_int a) COMPILER_RT_ALIAS(__floatdisf);
  /src/lib/libc/quad/
floatdisf.c 55 __floatdisf(quad_t x) function in typeref:typename:float
floatdisf_ieee754.c 45 float __floatdisf(quad_t);
51 __floatdisf(quad_t x) function in typeref:typename:float
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatdisf_test.c 1 //===-- floatdisf_test.c - Test __floatdisf -------------------------------===//
10 // This file tests __floatdisf for the compiler_rt library.
25 float __floatdisf(di_int a);
29 float x = __floatdisf(a);
31 printf("error in __floatdisf(%llX) = %a, expected %a\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatdisf_test.c 1 //===-- floatdisf_test.c - Test __floatdisf -------------------------------===//
10 // This file tests __floatdisf for the compiler_rt library.
25 COMPILER_RT_ABI float __floatdisf(di_int a);
29 float x = __floatdisf(a);
31 printf("error in __floatdisf(%llX) = %a, expected %a\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
floatdisf.c 6 #define FUNCTION_NAME __floatdisf
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
floatdisf.c 6 #define FUNCTION_NAME __floatdisf
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 59 #define int64_to_float32 __floatdisf
190 #define __floatdisf __aeabi_l2f macro
  /src/common/lib/libc/quad/
quad.h 133 float __floatdisf(quad_t);
  /src/lib/libc_fp/arch/mips/
fpsf.S 143 LEAF_NOPROFILE(__floatdisf)
149 END(__floatdisf)

Completed in 56 milliseconds