Searched refs:__extendhfsf2 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dextendhfsf2.c17 COMPILER_RT_ABI NOINLINE float __extendhfsf2(uint16_t a) { function
22 return __extendhfsf2(a);
28 return __extendhfsf2(a);
31 AEABI_RTABI float __aeabi_h2f(uint16_t a) COMPILER_RT_ALIAS(__extendhfsf2); variable
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dextendhfsf2.c35 __extendhfsf2 (HFtype a) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dextendhfsf2_test.c1 //===--------------- extendhfsf2_test.c - Test __extendhfsf2 --------------===//
10 // This file tests __extendhfsf2 for the compiler_rt library.
18 float __extendhfsf2(uint16_t a);
22 float x = __extendhfsf2(a);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dsfp-machine.h107 #define __extendhfsf2 __gnu_h2f_ieee macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dsfp-machine.h107 #define __extendhfsf2 __gnu_h2f_ieee macro

Completed in 193 milliseconds