Home
last modified time | relevance | path

Searched defs:__divsf3 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/ia64/
Dlib1funcs.asm127 .proc __divsf3 label
128 __divsf3: label
/freebsd-12-stable/contrib/gcc/config/soft-fp/
Ddivsf3.c35 SFtype __divsf3(SFtype a, SFtype b) in __divsf3() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
Ddivsf3.c22 COMPILER_RT_ABI fp_t __divsf3(fp_t a, fp_t b) { return __divXf3__(a, b); } in __divsf3() function