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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
mulodi4.c 1 /*===-- mulodi4.c - Implement __mulodi4 -----------------------------------===
10 * This file implements __mulodi4 for the compiler_rt library.
22 __mulodi4(di_int a, di_int b, int* overflow) function in typeref:typename:COMPILER_RT_ABI di_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
mulodi4_test.c 1 //===-- mulodi4_test.c - Test __mulodi4 -----------------------------------===//
10 // This file tests __mulodi4 for the compiler_rt library.
17 extern di_int __mulodi4(di_int a, di_int b, int* overflow);
22 di_int x = __mulodi4(a, b, &ov);
24 printf("error in __mulodi4: overflow=%d expected=%d\n",
27 printf("error in __mulodi4: 0x%llX * 0x%llX = 0x%llX (overflow=%d), "
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
mulodi4_test.c 1 //===-- mulodi4_test.c - Test __mulodi4 -----------------------------------===//
10 // This file tests __mulodi4 for the compiler_rt library.
17 extern COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int* overflow);
22 di_int x = __mulodi4(a, b, &ov);
24 printf("error in __mulodi4: overflow=%d expected=%d\n",
27 printf("error in __mulodi4: 0x%llX * 0x%llX = 0x%llX (overflow=%d), "

Completed in 14 milliseconds