Searched refs:__divti3 (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Ddivti3.c1 //===-- divti3.c - Implement __divti3 -------------------------------------===//
9 // This file implements __divti3 for the compiler_rt library.
19 COMPILER_RT_ABI ti_int __divti3(ti_int a, ti_int b) { function
H A Dapple_versioning.c64 NOT_HERE_BEFORE_10_6(__divti3)
/barrelfish-master/lib/compiler-rt/test/
H A Ddivti3_test.c3 //===-- divti3_test.c - Test __divti3 -------------------------------------===//
11 // This file tests __divti3 for the compiler_rt library.
22 COMPILER_RT_ABI ti_int __divti3(ti_int a, ti_int b);
26 ti_int x = __divti3(a, b);
37 printf("error in __divti3: 0x%llX%.16llX / 0x%llX%.16llX = "

Completed in 38 milliseconds