Searched refs:__mulxc3 (Results 1 – 25 of 29) sorted by relevance
12
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | mulxc3_test.c | 24 __mulxc3(long double __a, long double __b, long double __c, long double __d); 54 long double _Complex r = __mulxc3(a, b, c, d); in test__mulxc3()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
H A D | mulxc3_test.c | 24 __mulxc3(long double __a, long double __b, long double __c, long double __d); 54 long double _Complex r = __mulxc3(a, b, c, d); in test__mulxc3()
|
/netbsd-src/lib/libm/ |
H A D | m.arm.expsym | 2 __mulxc3
|
H A D | m.hppa.expsym | 2 __mulxc3
|
H A D | m.ia64.expsym | 3 __mulxc3
|
H A D | m.mips.expsym | 2 __mulxc3
|
H A D | m.sparc.expsym | 2 __mulxc3
|
H A D | m.mipshf.expsym | 3 __mulxc3
|
H A D | m.armhf.expsym | 3 __mulxc3
|
H A D | m.sh3.expsym | 2 __mulxc3
|
H A D | m.vax.expsym | 5 __mulxc3
|
H A D | m.alpha.expsym | 3 __mulxc3
|
H A D | m.m68k.expsym | 22 __mulxc3
|
H A D | m.i386.expsym | 23 __mulxc3
|
H A D | m.x86_64.expsym | 23 __mulxc3
|
H A D | m.riscv.expsym | 30 __mulxc3
|
H A D | m.mips64.expsym | 29 __mulxc3
|
H A D | m.sparc64.expsym | 31 __mulxc3
|
H A D | m.aarch64.expsym | 32 __mulxc3
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcc2.h | 356 #ifndef __mulxc3 357 #define __mulxc3 __N(mulxc3) macro 473 extern XCtype __mulxc3 (XFtype, XFtype, XFtype, XFtype);
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcc2.h | 356 #ifndef __mulxc3 357 #define __mulxc3 __N(mulxc3) macro 473 extern XCtype __mulxc3 (XFtype, XFtype, XFtype, XFtype);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | mulxc3.c | 23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3() function
|
H A D | README.txt | 182 long double _Complex __mulxc3(long double a, long double b,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | libgcc.texi | 481 @deftypefnx {Runtime Function} {complex long double} __mulxc3 (long double @var{a}, long double @va…
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | libgcc.texi | 481 @deftypefnx {Runtime Function} {complex long double} __mulxc3 (long double @var{a}, long double @va…
|
12