Searched defs:rFn (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/arm/nwfpe/ |
D | fpa11_cprt.c | 163 floatx80 rFn, rFm; in PerformComparison() local 251 float32 rFn = fpa11->fpreg[Fn].fSingle; in PerformComparison() local 272 float64 rFn = fpa11->fpreg[Fn].fDouble; in PerformComparison() local 297 float32 rFn = fpa11->fpreg[Fn].fSingle; in PerformComparison() local 319 float64 rFm, rFn; in PerformComparison() local
|
D | extended_cpdo.c | 38 static floatx80 floatx80_rsf(struct roundingData *roundData, floatx80 rFn, floatx80 rFm) in floatx80_rsf() 43 static floatx80 floatx80_rdv(struct roundingData *roundData, floatx80 rFn, floatx80 rFm) in floatx80_rdv() 121 floatx80 rFn; in ExtendedCPDO() local
|
D | single_cpdo.c | 39 static float32 float32_rsf(struct roundingData *roundData, float32 rFn, float32 rFm) in float32_rsf() 44 static float32 float32_rdv(struct roundingData *roundData, float32 rFn, float32 rFm) in float32_rdv() 106 float32 rFn; in SingleCPDO() local
|
D | double_cpdo.c | 43 static float64 float64_rsf(struct roundingData *roundData, float64 rFn, float64 rFm) in float64_rsf() 48 static float64 float64_rdv(struct roundingData *roundData, float64 rFn, float64 rFm) in float64_rdv() 138 float64 rFn; in DoubleCPDO() local
|