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

  /external/compiler-rt/lib/builtins/
negdi2.c 1 /* ===-- negdi2.c - Implement __negdi2 -------------------------------------===
10 * This file implements __negdi2 for the compiler_rt library.
20 __negdi2(di_int a) function
apple_versioning.c 119 NOT_HERE_BEFORE_10_6(__negdi2)
308 NOT_HERE_UNTIL_AFTER_4_3(__negdi2)
  /external/compiler-rt/test/builtins/Unit/
negdi2_test.c 1 //===-- negdi2_test.c - Test __negdi2 -------------------------------------===//
10 // This file tests __negdi2 for the compiler_rt library.
19 COMPILER_RT_ABI di_int __negdi2(di_int a);
23 di_int x = __negdi2(a);
25 printf("error in __negdi2: -0x%llX = 0x%llX, expected 0x%llX\n",
  /external/compiler-rt/test/builtins/timing/
negdi2.c 6 #define FUNCTION_NAME __negdi2

Completed in 1283 milliseconds