Home
last modified time | relevance | path

Searched defs:roundData (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/nwfpe/
H A Dsingle_cpdo.c27 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()
H A Dextended_cpdo.c26 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()
H A Ddouble_cpdo.c31 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()
H A Dsoftfloat.c762 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 …]
H A Dfpa11_cprt.c60 struct roundingData roundData; in PerformFLT() local
104 struct roundingData roundData; in PerformFIX() local
H A Dfpa11_cpdo.c23 struct roundingData roundData; in EmulateCPDO() local
H A Dfpa11_cpdt.c91 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
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/nwfpe/
H A Dsingle_cpdo.c27 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()
H A Dextended_cpdo.c26 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()
H A Ddouble_cpdo.c31 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()
H A Dsoftfloat.c762 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 …]
H A Dfpa11_cprt.c60 struct roundingData roundData; in PerformFLT() local
104 struct roundingData roundData; in PerformFIX() local
H A Dfpa11_cpdo.c23 struct roundingData roundData; in EmulateCPDO() local
H A Dfpa11_cpdt.c91 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
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/nwfpe/
H A Dsingle_cpdo.c27 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()
H A Dextended_cpdo.c26 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()
H A Ddouble_cpdo.c31 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()
H A Dsoftfloat.c762 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 …]
H A Dfpa11_cprt.c60 struct roundingData roundData; in PerformFLT() local
104 struct roundingData roundData; in PerformFIX() local
H A Dfpa11_cpdo.c23 struct roundingData roundData; in EmulateCPDO() local
H A Dfpa11_cpdt.c91 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
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dutiltest.c187 static struct testRoundData roundData[] = { variable