Home
last modified time | relevance | path

Searched refs:__muldf3 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmuldf3.c17 COMPILER_RT_ABI fp_t __muldf3(fp_t a, fp_t b) { return __mulXf3__(a, b); } in __muldf3() function
21 AEABI_RTABI fp_t __aeabi_dmul(fp_t a, fp_t b) { return __muldf3(a, b); } in __aeabi_dmul()
23 COMPILER_RT_ALIAS(__muldf3, __aeabi_dmul)
H A Dapple_versioning.c291 NOT_HERE_UNTIL_AFTER_4_3(__muldf3)
/freebsd/lib/libc/softfloat/
H A DSymbol.map34 __muldf3;
H A Dsoftfloat-for-gcc.h37 #define float64_mul __muldf3
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def101 HANDLE_LIBCALL(MUL_F64, "__muldf3")