Searched refs:__negdi2 (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dnegdi2.c1 //===-- negdi2.c - Implement __negdi2 -------------------------------------===//
9 // This file implements __negdi2 for the compiler_rt library.
17 COMPILER_RT_ABI di_int __negdi2(di_int a) { function
H A Dapple_versioning.c114 NOT_HERE_BEFORE_10_6(__negdi2)
301 NOT_HERE_UNTIL_AFTER_4_3(__negdi2)
/barrelfish-master/lib/libc/quad/
H A Dnegdi2.c46 __negdi2(a) function
/barrelfish-master/lib/compiler-rt/test/
H A Dnegdi2_test.c2 //===-- 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",
/barrelfish-master/lib/compiler-rt/test/timing/
H A Dnegdi2.c6 #define FUNCTION_NAME __negdi2

Completed in 47 milliseconds