Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivdf3.c21 COMPILER_RT_ABI fp_t __divdf3(fp_t a, fp_t b) { return __divXf3__(a, b); } in __divdf3() function
25 AEABI_RTABI fp_t __aeabi_ddiv(fp_t a, fp_t b) { return __divdf3(a, b); } in __aeabi_ddiv()
27 COMPILER_RT_ALIAS(__divdf3, __aeabi_ddiv)
H A Dapple_versioning.c233 NOT_HERE_UNTIL_AFTER_4_3(__divdf3)
/freebsd/lib/libc/softfloat/
H A DSymbol.map17 __divdf3;
H A Dsoftfloat-for-gcc.h42 #define float64_div __divdf3
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def106 HANDLE_LIBCALL(DIV_F64, "__divdf3")