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

/external/compiler-rt/lib/builtins/
H A Ddivti3.c1 /* ===-- divti3.c - Implement __divti3 -------------------------------------===
10 * This file implements __divti3 for the compiler_rt library.
22 __divti3(ti_int a, ti_int b) function
H A Dapple_versioning.c69 NOT_HERE_BEFORE_10_6(__divti3)
/external/compiler-rt/test/builtins/Unit/
H A Ddivti3_test.c1 //===-- divti3_test.c - Test __divti3 -------------------------------------===//
10 // This file tests __divti3 for the compiler_rt library.
21 ti_int __divti3(ti_int a, ti_int b);
25 ti_int x = __divti3(a, b);
36 printf("error in __divti3: 0x%llX%.16llX / 0x%llX%.16llX = "

Completed in 101 milliseconds