Searched defs:roundData (Results 1 – 7 of 7) sorted by relevance
/linux/arch/arm/nwfpe/ |
A D | extended_cpdo.c | 26 static floatx80 floatx80_rsf(struct roundingData *roundData, floatx80 rFn, floatx80 rFm) in floatx80_rsf() 31 static floatx80 floatx80_rdv(struct roundingData *roundData, floatx80 rFn, floatx80 rFm) in floatx80_rdv() 51 static floatx80 floatx80_mvf(struct roundingData *roundData, floatx80 rFm) in floatx80_mvf() 56 static floatx80 floatx80_mnf(struct roundingData *roundData, floatx80 rFm) in floatx80_mnf() 62 static floatx80 floatx80_abs(struct roundingData *roundData, floatx80 rFm) in floatx80_abs() 78 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
|
A D | single_cpdo.c | 27 static float32 float32_rsf(struct roundingData *roundData, float32 rFn, float32 rFm) in float32_rsf() 32 static float32 float32_rdv(struct roundingData *roundData, float32 rFn, float32 rFm) in float32_rdv() 51 static float32 float32_mvf(struct roundingData *roundData, float32 rFm) in float32_mvf() 56 static float32 float32_mnf(struct roundingData *roundData, float32 rFm) in float32_mnf() 61 static float32 float32_abs(struct roundingData *roundData, float32 rFm) in float32_abs() 76 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
|
A D | double_cpdo.c | 31 static float64 float64_rsf(struct roundingData *roundData, float64 rFn, float64 rFm) in float64_rsf() 36 static float64 float64_rdv(struct roundingData *roundData, float64 rFn, float64 rFm) in float64_rdv() 56 static float64 float64_mvf(struct roundingData *roundData,float64 rFm) in float64_mvf() 61 static float64 float64_mnf(struct roundingData *roundData,float64 rFm) in float64_mnf() 75 static float64 float64_abs(struct roundingData *roundData,float64 rFm) in float64_abs() 99 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
|
A D | softfloat.c | 762 float32 int32_to_float32(struct roundingData *roundData, int32 a) in int32_to_float32() 835 int32 float32_to_int32( struct roundingData *roundData, float32 a ) in float32_to_int32() 968 float32 float32_round_to_int( struct roundingData *roundData, float32 a ) in float32_round_to_int() 1450 float32 float32_sqrt( struct roundingData *roundData, float32 a ) in float32_sqrt() 1652 int32 float64_to_int32( struct roundingData *roundData, float64 a ) in float64_to_int32() 1727 int32 float64_to_uint32( struct roundingData *roundData, float64 a ) in float64_to_uint32() 1796 float32 float64_to_float32( struct roundingData *roundData, float64 a ) in float64_to_float32() 1863 float64 float64_round_to_int( struct roundingData *roundData, float64 a ) in float64_round_to_int() 2331 float64 float64_sqrt( struct roundingData *roundData, float64 a ) in float64_sqrt() 2541 int32 floatx80_to_int32( struct roundingData *roundData, floatx80 a ) in floatx80_to_int32() [all …]
|
A D | fpa11_cprt.c | 60 struct roundingData roundData; in PerformFLT() local 104 struct roundingData roundData; in PerformFIX() local
|
A D | fpa11_cpdt.c | 91 static inline void storeSingle(struct roundingData *roundData, const unsigned int Fn, unsigned int … in storeSingle() 117 static inline void storeDouble(struct roundingData *roundData, const unsigned int Fn, unsigned int … in storeDouble() 259 struct roundingData roundData; in PerformSTF() local
|
A D | fpa11_cpdo.c | 23 struct roundingData roundData; in EmulateCPDO() local
|
Completed in 17 milliseconds