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

/external/compiler-rt/test/Unit/
H A Dfixunstfdi_test.c1 //===-- fixunstfdi_test.c - Test __fixunstfdi -----------------------------===//
10 // This file tests __fixunstfdi for the compiler_rt library.
27 du_int __fixunstfdi(long double a);
31 du_int x = __fixunstfdi(a);
33 printf("error in __fixunstfdi(%LA) = %llX, expected %llX\n",
/external/compiler-rt/lib/ppc/
H A Dfixunstfdi.c5 /* uint64_t __fixunstfdi(long double x); */
10 uint64_t __fixunstfdi(long double input) function
/external/compiler-rt/lib/
H A Dapple_versioning.c76 NOT_HERE_BEFORE_10_6(__fixunstfdi)

Completed in 138 milliseconds