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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dtruncsfhf2.c16 COMPILER_RT_ABI NOINLINE uint16_t __truncsfhf2(float a) { function
21 return __truncsfhf2(a);
27 return __truncsfhf2(a);
30 AEABI_RTABI uint16_t __aeabi_f2h(float a) COMPILER_RT_ALIAS(__truncsfhf2); variable
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dtruncsfhf2.c34 __truncsfhf2 (SFtype a) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dtruncsfhf2_test.c1 //===--------------- truncsfhf2_test.c - Test __truncsfhf2 ----------------===//
10 // This file tests __truncsfhf2 for the compiler_rt library.
18 uint16_t __truncsfhf2(float a);
22 uint16_t x = __truncsfhf2(a);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dsfp-machine.h108 #define __truncsfhf2 __gnu_f2h_ieee macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dsfp-machine.h108 #define __truncsfhf2 __gnu_f2h_ieee macro

Completed in 296 milliseconds