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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
mulosi4.c 1 /*===-- mulosi4.c - Implement __mulosi4 -----------------------------------===
10 * This file implements __mulosi4 for the compiler_rt library.
22 __mulosi4(si_int a, si_int b, int* overflow) function in typeref:typename:COMPILER_RT_ABI si_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
mulosi4_test.c 1 //===-- mulosi4_test.c - Test __mulosi4 -----------------------------------===//
10 // This file tests __mulosi4 for the compiler_rt library.
21 si_int __mulosi4(si_int a, si_int b, int *overflow);
26 si_int x = __mulosi4(a, b, &ov);
28 printf("error in __mulosi4: overflow=%d expected=%d\n",
31 printf("error in __mulosi4: 0x%X * 0x%X = 0x%X (overflow=%d), "
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
mulosi4_test.c 1 //===-- mulosi4_test.c - Test __mulosi4 -----------------------------------===//
10 // This file tests __mulosi4 for the compiler_rt library.
21 COMPILER_RT_ABI si_int __mulosi4(si_int a, si_int b, int *overflow);
26 si_int x = __mulosi4(a, b, &ov);
28 printf("error in __mulosi4: overflow=%d expected=%d\n",
31 printf("error in __mulosi4: 0x%X * 0x%X = 0x%X (overflow=%d), "

Completed in 12 milliseconds