HomeSort by: relevance | last modified time | path
    Searched defs:__truncdfhf2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
truncdfhf2.c 14 COMPILER_RT_ABI uint16_t __truncdfhf2(double a) { function in typeref:typename:COMPILER_RT_ABI uint16_t
21 return __truncdfhf2(a);
24 AEABI_RTABI uint16_t __aeabi_d2h(double a) COMPILER_RT_ALIAS(__truncdfhf2);
truncdfhf2.c 14 COMPILER_RT_ABI uint16_t __truncdfhf2(double a) { function in typeref:typename:COMPILER_RT_ABI uint16_t
21 return __truncdfhf2(a);
24 AEABI_RTABI uint16_t __aeabi_d2h(double a) COMPILER_RT_ALIAS(__truncdfhf2);

Completed in 21 milliseconds