HomeSort by relevance Sort by last modified time
    Searched refs:__absvti2 (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/
absvti2.c 10 * This file implements __absvti2 for the compiler_rt library.
24 __absvti2(ti_int a) function
apple_versioning.c 39 NOT_HERE_BEFORE_10_6(__absvti2)
  /external/compiler-rt/test/Unit/
absvti2_test.c 1 //===-- 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 664 milliseconds