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

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dtruncdfhf2.c13 COMPILER_RT_ABI dst_t __truncdfhf2(double a) { return __truncXfYf2__(a); } function
17 AEABI_RTABI dst_t __aeabi_d2h(double a) { return __truncdfhf2(a); }
19 COMPILER_RT_ALIAS(__truncdfhf2, __aeabi_d2h)

Completed in 160 milliseconds