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

  /external/compiler-rt/lib/
absvsi2.c 1 /* ===-- absvsi2.c - Implement __absvsi2 -----------------------------------===
10 * This file implements __absvsi2 for the compiler_rt library.
22 __absvsi2(si_int a) function
apple_versioning.c 46 NOT_HERE_BEFORE_10_6(__absvsi2)
222 NOT_HERE_UNTIL_AFTER_4_3(__absvsi2)
  /external/compiler-rt/test/Unit/
absvsi2_test.c 1 //===-- absvsi2_test.c - Test __absvsi2 -----------------------------------===//
10 // This file tests __absvsi2 for the compiler_rt library.
22 si_int __absvsi2(si_int a);
26 si_int x = __absvsi2(a);
31 printf("error in __absvsi2(0x%X) = %d, expected positive %d\n",

Completed in 83 milliseconds