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

/frameworks/compile/libbcc/runtime/lib/
H A Dfixunssfsi.c1 /* ===-- fixunssfsi.c - Implement __fixunssfsi -----------------------------===
10 * This file implements __fixunssfsi for the compiler_rt library.
30 __fixunssfsi(float a) function
H A Dapple_versioning.c74 NOT_HERE_BEFORE_10_6(__fixunssfsi)
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dfixunssfsi_test.c1 //===-- fixunssfsi_test.c - Test __fixunssfsi -----------------------------===//
10 // This file tests __fixunssfsi for the compiler_rt library.
27 su_int __fixunssfsi(float a);
31 su_int x = __fixunssfsi(a);
33 printf("error in __fixunssfsi(%A) = %X, expected %X\n", a, x, expected);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DBCCRuntimeStub.h39 extern su_int __fixunssfsi(float);
H A DBCCRuntime.def148 DEF_LLVM_OR_VFP_RUNTIME(__fixunssfsi)

Completed in 81 milliseconds