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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dtruncsfhf2.c15 COMPILER_RT_ABI NOINLINE uint16_t __truncsfhf2(float a) { function
19 COMPILER_RT_ABI uint16_t __gnu_f2h_ieee(float a) { return __truncsfhf2(a); }
23 AEABI_RTABI uint16_t __aeabi_f2h(float a) { return __truncsfhf2(a); }
25 COMPILER_RT_ALIAS(__truncsfhf2, __aeabi_f2h)
/barrelfish-master/lib/compiler-rt/test/
H A Dtruncsfhf2_test.c3 //===--------------- truncsfhf2_test.c - Test __truncsfhf2 ----------------===//
11 // This file tests __truncsfhf2 for the compiler_rt library.
19 uint16_t __truncsfhf2(float a);
23 uint16_t x = __truncsfhf2(a);

Completed in 88 milliseconds