Home
last modified time | relevance | path

Searched refs:__aeabi_f2h (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dtruncsfhf2.c26 AEABI_RTABI uint16_t __aeabi_f2h(float a) { in __aeabi_f2h() function
30 AEABI_RTABI uint16_t __aeabi_f2h(float a) COMPILER_RT_ALIAS(__truncsfhf2);
/netbsd-src/sys/arch/arm/include/
H A Daeabi.h95 short __aeabi_f2h(float f) __aapcs; // IEEE 754 binary32 (float) to binary16 storage format (VFP ha…