Searched refs:float64 (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dsoftfloat.h51 typedef unsigned long long float64; typedef
121 float64 int32_to_float64( signed int );
133 float64 float32_to_float64( float32 );
163 signed int float64_to_int32( float64 );
164 signed int float64_to_int32_round_to_zero( float64 );
165 float32 float64_to_float32( float64 );
167 floatx80 float64_to_floatx80( float64 );
175 float64 float64_round_to_int( float64 );
176 float64 float64_ad
[all...]
H A Ddouble_cpdo.c26 float64 float64_exp(float64 Fm);
27 float64 float64_ln(float64 Fm);
28 float64 float64_sin(float64 rFm);
29 float64 float64_cos(float64 rFm);
30 float64 float64_arcsin(float64 rF
[all...]
H A Dfpa11.h52 float64 fDouble;
H A Dsoftfloat.c288 INLINE bits64 extractFloat64Frac( float64 a )
300 INLINE int16 extractFloat64Exp( float64 a )
312 INLINE flag extractFloat64Sign( float64 a )
350 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig )
380 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig )
444 static float64
770 float64 int32_to_float64( int32 a )
894 float64 float32_to_float64( float32 a )
1640 int32 float64_to_int32( float64 a )
1668 int32 float64_to_int32_round_to_zero( float64
[all...]
H A Dfpopcode.c40 const float64 float64Constant[] = {
H A Dfpopcode.h375 static inline const float64 getDoubleConstant(const unsigned int nIndex)
377 extern const float64 float64Constant[];
H A Dfpa11_cprt.c32 extern flag float64_is_nan( float64);
H A Dfpa11_cpdt.c126 float64 f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Ddouble_cpdo.c27 float64 f64;
31 float64 float64_exp(float64 Fm);
32 float64 float64_ln(float64 Fm);
33 float64 float64_sin(float64 rFm);
34 float64 float64_cos(float64 rFm);
35 float64 float64_arcsi
[all...]
H A Dsoftfloat.h54 typedef u64 float64; typedef
128 float64 int32_to_float64( signed int );
140 float64 float32_to_float64( float32 );
170 signed int float64_to_int32( struct roundingData *, float64 );
171 signed int float64_to_int32_round_to_zero( float64 );
172 float32 float64_to_float32( struct roundingData *, float64 );
174 floatx80 float64_to_floatx80( float64 );
182 float64 float64_round_to_int( struct roundingData *, float64 );
183 float64 float64_ad
[all...]
H A Dfpopcode.c42 const float64 float64Constant[] = {
H A Dfpa11.h58 float64 fDouble;
H A Dsoftfloat.c274 INLINE bits64 extractFloat64Frac( float64 a )
286 INLINE int16 extractFloat64Exp( float64 a )
330 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig )
360 static float64 roundAndPackFloat64( struct roundingData *roundData, flag zSign, int16 zExp, bits64 zSig )
424 static float64
752 float64 int32_to_float64( int32 a )
876 float64 float32_to_float64( float32 a )
1624 int32 float64_to_int32( struct roundingData *roundData, float64 a )
1652 int32 float64_to_int32_round_to_zero( float64 a )
1699 int32 float64_to_uint32( struct roundingData *roundData, float64
[all...]
H A Dfpa11_cprt.c275 float64 rFm = getDoubleConstant(Fm);
276 float64 rFn = fpa11->fpreg[Fn].fDouble;
323 float64 rFm, rFn;
H A Dfpopcode.h379 static inline __attribute_pure__ float64 getDoubleConstant(const unsigned int nIndex)
381 extern const float64 float64Constant[];
481 extern const float64 float64Constant[];
H A Dfpa11_cpdt.c133 float64 f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dtypedefs.h336 typedef double float64; typedef
350 typedef float64 float_t;

Completed in 127 milliseconds