Home
last modified time | relevance | path

Searched refs:fp_sqrt (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dsim-main.h800 uint64_t fp_sqrt (SIM_STATE, uint64_t op, FP_formats fmt);
801 #define SquareRoot(op,fmt) fp_sqrt(SIM_ARGS, op, fmt)
Dcp1.c1409 fp_sqrt(sim_cpu *cpu, in fp_sqrt() function
DChangeLog-20211492 (fp_sqrt): New functions, implemented in terms of the above.
1496 (fp_recip, fp_sqrt): New prototypes.