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

  /src/sys/external/bsd/compiler_rt/dist/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 in typeref:typename:COMPILER_RT_ABI Lcomplex
  /src/sys/external/bsd/compiler_rt/dist/test/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);
  /src/sys/external/bsd/compiler_rt/dist/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 14 milliseconds