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

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

Completed in 13 milliseconds