Home
last modified time | relevance | path

Searched refs:__fixsfdi (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Dfixsfdi_test.c25 di_int __fixsfdi(float a);
29 di_int x = __fixsfdi(a); in test__fixsfdi()
/frameworks/compile/libbcc/runtime/lib/
Dfixsfdi.c27 __fixsfdi(float a) in __fixsfdi() function
Dapple_versioning.c67 NOT_HERE_BEFORE_10_6(__fixsfdi)
/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntimeStub.h37 extern di_int __fixsfdi(float);
DRuntime.def139 DEF_LLVM_RUNTIME(__fixsfdi)
/frameworks/compile/libbcc/runtime/
DRuntimeDoc.rst77 __fixsfdi : long (float a) // (long)a, rounding toward 0 [[llvm]]
DREADME.txt116 di_int __fixsfdi( float a);