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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
absvdi2.c 1 /*===-- absvdi2.c - Implement __absvdi2 -----------------------------------===
10 * This file implements __absvdi2 for the compiler_rt library.
22 __absvdi2(di_int a) function in typeref:typename:COMPILER_RT_ABI di_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
absvdi2_test.c 1 //===-- absvdi2_test.c - Test __absvdi2 -----------------------------------===//
10 // This file tests __absvdi2 for the compiler_rt library.
22 di_int __absvdi2(di_int a);
26 di_int x = __absvdi2(a);
31 printf("error in __absvdi2(0x%llX) = %lld, expected positive %lld\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
absvdi2_test.c 1 //===-- absvdi2_test.c - Test __absvdi2 -----------------------------------===//
10 // This file tests __absvdi2 for the compiler_rt library.
22 COMPILER_RT_ABI di_int __absvdi2(di_int a);
26 di_int x = __absvdi2(a);
31 printf("error in __absvdi2(0x%llX) = %lld, expected positive %lld\n",

Completed in 15 milliseconds