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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
muloti4.c 1 /*===-- muloti4.c - Implement __muloti4 -----------------------------------===
10 * This file implements __muloti4 for the compiler_rt library.
24 __muloti4(ti_int a, ti_int b, int* overflow) function in typeref:typename:COMPILER_RT_ABI ti_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
muloti4_test.c 1 //===-- muloti4_test.c - Test __muloti4 -----------------------------------===//
23 ti_int __muloti4(ti_int a, ti_int b, int *overflow);
28 ti_int x = __muloti4(a, b, &ov);
39 printf("error in __muloti4: overflow=%d expected=%d\n",
41 printf("error in __muloti4: 0x%.16llX%.16llX * 0x%.16llX%.16llX = "
57 printf("error in __muloti4: 0x%.16llX%.16llX * 0x%.16llX%.16llX = "
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
muloti4_test.c 1 //===-- muloti4_test.c - Test __muloti4 -----------------------------------===//
23 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow);
28 ti_int x = __muloti4(a, b, &ov);
39 printf("error in __muloti4: overflow=%d expected=%d\n",
41 printf("error in __muloti4: 0x%.16llX%.16llX * 0x%.16llX%.16llX = "
57 printf("error in __muloti4: 0x%.16llX%.16llX * 0x%.16llX%.16llX = "

Completed in 13 milliseconds