Searched refs:__mulxc3 (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/
H A Dmulxc3_test.c4 //===-- mulxc3_test.c - Test __mulxc3 -------------------------------------===//
12 // This file tests __mulxc3 for the compiler_rt library.
29 __mulxc3(long double __a, long double __b, long double __c, long double __d);
59 long double _Complex r = __mulxc3(a, b, c, d);
/barrelfish-master/lib/compiler-rt/builtins/
H A Dmulxc3.c1 //===-- mulxc3.c - Implement __mulxc3 -------------------------------------===//
9 // This file implements __mulxc3 for the compiler_rt library.
20 COMPILER_RT_ABI Lcomplex __mulxc3(long double __a, long double __b, function
H A Dapple_versioning.c113 NOT_HERE_BEFORE_10_6(__mulxc3)

Completed in 39 milliseconds