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

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dfixdfdi_test.c1 //===-- fixdfdi_test.c - Test __fixdfdi -----------------------------------===//
10 // This file tests __fixdfdi for the compiler_rt library.
25 di_int __fixdfdi(double a);
29 di_int x = __fixdfdi(a);
31 printf("error in __fixdfdi(%A) = %llX, expected %llX\n", a, x, expected);
/frameworks/compile/libbcc/runtime/lib/
H A Dfixdfdi.c1 /* ===-- fixdfdi.c - Implement __fixdfdi -----------------------------------===
10 * This file implements __fixdfdi for the compiler_rt library.
27 __fixdfdi(double a) function
H A Dapple_versioning.c65 NOT_HERE_BEFORE_10_6(__fixdfdi)
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DRuntimeStub.h36 extern di_int __fixdfdi(double);
H A DRuntime.def135 DEF_LLVM_RUNTIME(__fixdfdi)

Completed in 475 milliseconds