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

  /external/compiler-rt/lib/builtins/
divxc3.c 1 /* ===-- divxc3.c - Implement __divxc3 -------------------------------------===
10 * This file implements __divxc3 for the compiler_rt library.
22 __divxc3(long double __a, long double __b, long double __c, long double __d) function
apple_versioning.c 70 NOT_HERE_BEFORE_10_6(__divxc3)
  /external/compiler-rt/test/builtins/Unit/
divxc3_test.c 1 //===-- divxc3_test.c - Test __divxc3 -------------------------------------===//
10 // This file tests __divxc3 for the compiler_rt library.
24 __divxc3(long double __a, long double __b, long double __c, long double __d);
54 long double _Complex r = __divxc3(a, b, c, d);

Completed in 2786 milliseconds