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

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

Completed in 11 milliseconds