HomeSort by: relevance | last modified time | path
    Searched refs:__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);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
truncdfhf2_test.c 1 //===--------------- truncdfhf2_test.c - Test __truncdfhf2 ----------------===//
10 // This file tests __truncdfhf2 for the compiler_rt library.
18 uint16_t __truncdfhf2(double a);
22 uint16_t x = __truncdfhf2(a);

Completed in 13 milliseconds