HomeSort by relevance Sort by last modified time
    Searched refs:__divti3 (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/runtime/lib/
divti3.c 1 /* ===-- divti3.c - Implement __divti3 -------------------------------------===
10 * This file implements __divti3 for the compiler_rt library.
24 __divti3(ti_int a, ti_int b) function
apple_versioning.c 60 NOT_HERE_BEFORE_10_6(__divti3)
  /frameworks/compile/libbcc/runtime/test/Unit/
divti3_test.c 1 //===-- 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 104 milliseconds