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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divtc3.c 1 /*===-- divtc3.c - Implement __divtc3 -------------------------------------===
10 * This file implements __divtc3 for the compiler_rt library.
21 __divtc3(long double __a, long double __b, long double __c, long double __d) function in typeref:typename:COMPILER_RT_ABI long double _Complex
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
divtc3_test.c 1 //===-- divtc3_test.c - Test __divtc3 -------------------------------------===//
10 // This file tests __divtc3 for the compiler_rt library.
24 __divtc3(long double __a, long double __b, long double __c, long double __d);
54 long double _Complex r = __divtc3(a, b, c, d);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
divtc3_test.c 1 //===-- divtc3_test.c - Test __divtc3 -------------------------------------===//
10 // This file tests __divtc3 for the compiler_rt library.
23 __divtc3(long double __a, long double __b, long double __c, long double __d);
53 long double _Complex r = __divtc3(a, b, c, d);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
divtc3.c 18 __divtc3(long double a, long double b, long double c, long double d) function in typeref:typename:long double _Complex

Completed in 13 milliseconds