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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatundisf.c 1 /*===-- floatundisf.c - Implement __floatundisf ---------------------------===
10 * This file implements __floatundisf for the compiler_rt library.
26 __floatundisf(du_int a) function in typeref:typename:COMPILER_RT_ABI float
80 return __floatundisf(a);
83 AEABI_RTABI float __aeabi_ul2f(du_int a) COMPILER_RT_ALIAS(__floatundisf);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatundisf.S 6 // float __floatundisf(du_int a);
20 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
33 END_COMPILERRT_FUNCTION(__floatundisf)
  /src/lib/libc/quad/
floatundisf.c 55 __floatundisf(u_quad_t x) function in typeref:typename:float
floatundisf_ieee754.c 44 float __floatundisf(u_quad_t);
50 __floatundisf(u_quad_t x) function in typeref:typename:float
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatundisf.S 6 // float __floatundisf(du_int a);
31 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
45 END_COMPILERRT_FUNCTION(__floatundisf)
76 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
103 END_COMPILERRT_FUNCTION(__floatundisf)
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatundisf_test.c 1 //===-- floatundisf_test.c - Test __floatundisf ---------------------------===//
10 // This file tests __floatundisf for the compiler_rt library.
25 float __floatundisf(du_int a);
29 float x = __floatundisf(a);
31 printf("error in __floatundisf(%llX) = %a, expected %a\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatundisf_test.c 1 //===-- floatundisf_test.c - Test __floatundisf ---------------------------===//
10 // This file tests __floatundisf for the compiler_rt library.
25 COMPILER_RT_ABI float __floatundisf(du_int a);
29 float x = __floatundisf(a);
31 printf("error in __floatundisf(%llX) = %a, expected %a\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
floatundisf.c 6 #define FUNCTION_NAME __floatundisf
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
floatundisf.c 6 #define FUNCTION_NAME __floatundisf
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 74 #define uint64_to_float32 __floatundisf
196 #define __floatundisf __aeabi_ul2f macro
  /src/common/lib/libc/quad/
quad.h 136 float __floatundisf(u_quad_t);
  /src/lib/libc_fp/arch/mips/
fpsf.S 159 LEAF_NOPROFILE(__floatundisf)
171 END(__floatundisf)

Completed in 22 milliseconds