HomeSort by: relevance | last modified time | path
    Searched refs:__divdc3 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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 in typeref:typename:COMPILER_RT_ABI Dcomplex
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
divdc3_test.c 1 //===-- divdc3_test.c - Test __divdc3 -------------------------------------===//
10 // This file tests __divdc3 for the compiler_rt library.
21 double _Complex __divdc3(double __a, double __b, double __c, double __d);
51 double _Complex r = __divdc3(a, b, c, d);
  /src/sys/external/bsd/compiler_rt/dist/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 20 milliseconds