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

  /external/compiler-rt/lib/builtins/
divdc3.c 1 /* ===-- divdc3.c - Implement __divdc3 -------------------------------------===
10 * This file implements __divdc3 for the compiler_rt library.
21 __divdc3(double __a, double __b, double __c, double __d) function
apple_versioning.c 65 NOT_HERE_BEFORE_10_6(__divdc3)
239 NOT_HERE_UNTIL_AFTER_4_3(__divdc3)
  /external/compiler-rt/test/builtins/Unit/
divdc3_test.c 1 //===-- divdc3_test.c - Test __divdc3 -------------------------------------===//
10 // This file tests __divdc3 for the compiler_rt library.
22 __divdc3(double __a, double __b, double __c, double __d);
52 double _Complex r = __divdc3(a, b, c, d);

Completed in 662 milliseconds