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

/frameworks/compile/libbcc/runtime/lib/
H A Dabsvti2.c10 * This file implements __absvti2 for the compiler_rt library.
25 __absvti2(ti_int a) function
H A Dapple_versioning.c39 NOT_HERE_BEFORE_10_6(__absvti2)
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dabsvti2_test.c1 //===-- absvti2_test.c - Test __absvti2 -----------------------------------===//
10 // This file tests __absvti2 for the compiler_rt library.
24 ti_int __absvti2(ti_int a);
28 ti_int x = __absvti2(a);
40 printf("error in __absvti2(0x%llX%.16llX) = "

Completed in 58 milliseconds