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

  /external/compiler-rt/lib/builtins/
negti2.c 1 /* ===-- negti2.c - Implement __negti2 -------------------------------------===
10 * This file implements __negti2 for the compiler_rt library.
22 __negti2(ti_int a) function
apple_versioning.c 120 NOT_HERE_BEFORE_10_6(__negti2)
  /external/compiler-rt/test/builtins/Unit/
negvti2_test.c 24 ti_int __negti2(ti_int a);
29 ti_int expected = __negti2(a);
negti2_test.c 1 //===-- negti2_test.c - Test __negti2 -------------------------------------===//
10 // This file tests __negti2 for the compiler_rt library.
21 ti_int __negti2(ti_int a);
25 ti_int x = __negti2(a);
34 printf("error in __negti2: -0x%.16llX%.16llX = 0x%.16llX%.16llX, "

Completed in 562 milliseconds