Searched refs:FP_CMP_D (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/math-emu/ |
H A D | fcmpu.c | 31 FP_CMP_D(cmp, A, B, 2); in fcmpu()
|
H A D | fcmpo.c | 34 FP_CMP_D(cmp, A, B, 2); in fcmpo()
|
H A D | math_efp.c | 476 FP_CMP_D(IR, DA, DB, 3); in do_spe_mathemu()
|
/linux/include/math-emu/ |
H A D | double.h | 117 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,2,r,X,Y,un) macro 192 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,1,r,X,Y,un) macro
|
/linux/arch/alpha/math-emu/ |
H A D | math.c | 173 FP_CMP_D(res, DA, DB, 3); in alpha_fp_emul()
|
/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 482 FP_CMP_D(IR, DB, DA, 3); in do_one_mathemu()
|