HomeSort by: relevance | last modified time | path
    Searched refs:__negvti2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
negvti2.c 1 /*===-- negvti2.c - Implement __negvti2 -----------------------------------===
10 *This file implements __negvti2 for the compiler_rt library.
24 __negvti2(ti_int a) function in typeref:typename:COMPILER_RT_ABI ti_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
negvti2_test.c 1 //===-- negvti2_test.c - Test __negvti2 -----------------------------------===//
10 // This file tests __negvti2 for the compiler_rt library.
23 ti_int __negvti2(ti_int a);
28 ti_int x = __negvti2(a);
38 printf("error in __negvti2(0x%.16llX%.16llX) = 0x%.16llX%.16llX, "
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
negvti2_test.c 1 //===-- negvti2_test.c - Test __negvti2 -----------------------------------===//
10 // This file tests __negvti2 for the compiler_rt library.
23 COMPILER_RT_ABI ti_int __negvti2(ti_int a);
28 ti_int x = __negvti2(a);
38 printf("error in __negvti2(0x%.16llX%.16llX) = 0x%.16llX%.16llX, "

Completed in 14 milliseconds