Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_log.c26 extern struct fp_ext *fp_fdiv(struct fp_ext *dest, const struct fp_ext *src);
91 fp_fdiv(&tmp, dest); in fp_fsqrt()
H A Dfp_arith.h36 fp_fdiv(struct fp_ext *dest, struct fp_ext *src);
H A Dfp_scan.S317 .long fp_fdiv, fp_fmod, fp_fadd, fp_fmul
443 fp_dosingleprec fp_fdiv
452 fp_dodoubleprec fp_fdiv
H A Dfp_arith.c222 /* fp_fdiv: Implements the "kernel" of the FDIV, FSDIV, FDDIV and
229 fp_fdiv(struct fp_ext *dest, struct fp_ext *src) in fp_fdiv() function
485 we know that this is only called on the output of fp_fdiv, in fp_roundint()
490 In the case of fp_fdiv, observe that 0x80000000 / 0xffff = in fp_roundint()
593 fp_fdiv(&tmp, src); /* NOTE: src might be modified */ in modrem_kernel()
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_log.c26 extern struct fp_ext *fp_fdiv(struct fp_ext *dest, const struct fp_ext *src);
91 fp_fdiv(&tmp, dest); in fp_fsqrt()
H A Dfp_arith.h36 fp_fdiv(struct fp_ext *dest, struct fp_ext *src);
H A Dfp_scan.S317 .long fp_fdiv, fp_fmod, fp_fadd, fp_fmul
443 fp_dosingleprec fp_fdiv
452 fp_dodoubleprec fp_fdiv
H A Dfp_arith.c222 /* fp_fdiv: Implements the "kernel" of the FDIV, FSDIV, FDDIV and
229 fp_fdiv(struct fp_ext *dest, struct fp_ext *src) in fp_fdiv() function
485 we know that this is only called on the output of fp_fdiv, in fp_roundint()
490 In the case of fp_fdiv, observe that 0x80000000 / 0xffff = in fp_roundint()
593 fp_fdiv(&tmp, src); /* NOTE: src might be modified */ in modrem_kernel()

Completed in 4 milliseconds