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

/external/compiler-rt/lib/builtins/
H A Dabsvdi2.c1 /*===-- absvdi2.c - Implement __absvdi2 -----------------------------------===
10 * This file implements __absvdi2 for the compiler_rt library.
22 __absvdi2(di_int a) function
H A Dapple_versioning.c46 NOT_HERE_BEFORE_10_6(__absvdi2)
222 NOT_HERE_UNTIL_AFTER_4_3(__absvdi2)
/external/compiler-rt/test/builtins/Unit/
H A Dabsvdi2_test.c1 //===-- absvdi2_test.c - Test __absvdi2 -----------------------------------===//
10 // This file tests __absvdi2 for the compiler_rt library.
22 di_int __absvdi2(di_int a);
26 di_int x = __absvdi2(a);
31 printf("error in __absvdi2(0x%llX) = %lld, expected positive %lld\n",

Completed in 88 milliseconds