Searched refs:floatx80 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
28 floatx80 floatx80_sin(floatx80 rFm);
29 floatx80 floatx80_cos(floatx80 rFm);
30 floatx80 floatx80_arcsin(floatx80 rF
[all...]
H A Dsoftfloat.h39 floating-point format `floatx80'. If this macro is not defined, the
40 `floatx80' type will not be defined, and none of the functions that either
41 input or output the `floatx80' type will be defined.
64 } __attribute__ ((packed,aligned(4))) floatx80; typedef in typeref:struct:__anon8064
130 floatx80 int32_to_floatx80( signed int );
142 floatx80 float32_to_floatx80( float32 );
174 floatx80 float64_to_floatx80( float64 );
204 signed int floatx80_to_int32( struct roundingData *, floatx80 );
205 signed int floatx80_to_int32_round_to_zero( floatx80 );
206 float32 floatx80_to_float32( struct roundingData *, floatx80 );
[all...]
H A Dfpopcode.c30 const floatx80 floatx80Constant[] = {
H A Dfpa11.h60 floatx80 fExtended;
H A Dsoftfloat.c442 INLINE bits64 extractFloatx80Frac( floatx80 a )
455 INLINE int32 extractFloatx80Exp( floatx80 a )
468 INLINE flag extractFloatx80Sign( floatx80 a )
500 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig )
502 floatx80 z;
536 static floatx80
705 static floatx80
778 floatx80 int32_to_floatx80( int32 a )
908 floatx80 float32_to_floatx80( float32 a )
1802 floatx80 float64_to_floatx8
[all...]
H A Dfpopcode.h372 static inline floatx80 __pure getExtendedConstant(const unsigned int nIndex)
374 extern const floatx80 floatx80Constant[];
H A Dfpa11_cprt.c163 floatx80 rFn, rFm;
H A Dfpa11_cpdt.c166 floatx80 f;

Completed in 158 milliseconds