Searched refs:fp_fdiv (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_arith.h38 fp_fdiv(struct fp_ext *dest, struct fp_ext *src);
H A Dfp_log.c26 extern struct fp_ext *fp_fdiv(struct fp_ext *dest, const struct fp_ext *src);
92 fp_fdiv(&tmp, dest);
H A Dfp_scan.S313 .long fp_fdiv, fp_fmod, fp_fadd, fp_fmul
439 fp_dosingleprec fp_fdiv
448 fp_dodoubleprec fp_fdiv
H A Dfp_arith.c224 /* fp_fdiv: Implements the "kernel" of the FDIV, FSDIV, FDDIV and
231 fp_fdiv(struct fp_ext *dest, struct fp_ext *src) function
487 we know that this is only called on the output of fp_fdiv,
492 In the case of fp_fdiv, observe that 0x80000000 / 0xffff =
594 fp_fdiv(&tmp, src); /* NOTE: src might be modified */

Completed in 102 milliseconds