Searched refs:fp_fmod (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_arith.h | 40 fp_fmod(struct fp_ext *dest, struct fp_ext *src);
|
H A D | fp_scan.S | 317 .long fp_fdiv, fp_fmod, fp_fadd, fp_fmul
|
H A D | fp_arith.c | 603 /* fp_fmod: Implements the kernel of the FMOD instruction. 611 fp_fmod(struct fp_ext *dest, struct fp_ext *src) in fp_fmod() function
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_arith.h | 40 fp_fmod(struct fp_ext *dest, struct fp_ext *src);
|
H A D | fp_arith.c | 603 /* fp_fmod: Implements the kernel of the FMOD instruction. 611 fp_fmod(struct fp_ext *dest, struct fp_ext *src) in fp_fmod() function
|
H A D | fp_scan.S | 317 .long fp_fdiv, fp_fmod, fp_fadd, fp_fmul
|
Completed in 3 milliseconds