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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dtruncdfhf2.c13 COMPILER_RT_ABI uint16_t __truncdfhf2(double a) { return __truncXfYf2__(a); } function
17 AEABI_RTABI uint16_t __aeabi_d2h(double a) { return __truncdfhf2(a); }
19 COMPILER_RT_ALIAS(__truncdfhf2, __aeabi_d2h)
/barrelfish-master/lib/compiler-rt/test/
H A Dtruncdfhf2_test.c3 //===--------------- truncdfhf2_test.c - Test __truncdfhf2 ----------------===//
11 // This file tests __truncdfhf2 for the compiler_rt library.
19 uint16_t __truncdfhf2(double a);
23 uint16_t x = __truncdfhf2(a);

Completed in 87 milliseconds