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

/external/compiler-rt/lib/builtins/
H A Dfixunsxfsi.c1 /* ===-- fixunsxfsi.c - Implement __fixunsxfsi -----------------------------===
10 * This file implements __fixunsxfsi for the compiler_rt library.
34 __fixunsxfsi(long double a) function
H A Dapple_versioning.c87 NOT_HERE_BEFORE_10_6(__fixunsxfsi)
/external/compiler-rt/test/builtins/Unit/
H A Dfixunsxfsi_test.c1 //===-- fixunsxfsi_test.c - Test __fixunsxfsi -----------------------------===//
10 // This file tests __fixunsxfsi for the compiler_rt library.
29 su_int __fixunsxfsi(long double a);
33 su_int x = __fixunsxfsi(a);
35 printf("error in __fixunsxfsi(%LA) = %X, expected %X\n", a, x, expected);

Completed in 148 milliseconds