Searched refs:float32 (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dsingle_cpdo.c27 float32 float32_exp(float32 Fm);
28 float32 float32_ln(float32 Fm);
29 float32 float32_sin(float32 rFm);
30 float32 float32_cos(float32 rFm);
31 float32 float32_arcsin(float32 rF
[all...]
H A Dsoftfloat.h53 typedef u32 float32; typedef
127 float32 int32_to_float32( struct roundingData *, signed int );
138 signed int float32_to_int32( struct roundingData *, float32 );
139 signed int float32_to_int32_round_to_zero( float32 );
140 float64 float32_to_float64( float32 );
142 floatx80 float32_to_floatx80( float32 );
150 float32 float32_round_to_int( struct roundingData*, float32 );
151 float32 float32_add( struct roundingData *, float32, float3
[all...]
H A Dfpopcode.c53 const float32 float32Constant[] = {
H A Dfpa11.h57 float32 fSingle;
H A Dfpa11_cprt.c254 float32 rFm = getSingleConstant(Fm);
255 float32 rFn = fpa11->fpreg[Fn].fSingle;
300 float32 rFm = fpa11->fpreg[Fm].fSingle;
301 float32 rFn = fpa11->fpreg[Fn].fSingle;
H A Dsoftfloat.c113 INLINE bits32 extractFloat32Frac( float32 a )
125 INLINE int16 extractFloat32Exp( float32 a )
169 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
197 static float32 roundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig )
259 static float32
734 float32 int32_to_float32(struct roundingData *roundData, int32 a)
807 int32 float32_to_int32( struct roundingData *roundData, float32 a )
838 int32 float32_to_int32_round_to_zero( float32 a )
876 float64 float32_to_float64( float32 a )
908 floatx80 float32_to_floatx80( float32
[all...]
H A Dfpopcode.h385 static inline __attribute_pure__ float32 getSingleConstant(const unsigned int nIndex)
387 extern const float32 float32Constant[];
482 extern const float32 float32Constant[];
H A Dfpa11_cpdt.c107 float32 f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dsoftfloat.h50 typedef unsigned long int float32; typedef
120 float32 int32_to_float32( signed int );
131 signed int float32_to_int32( float32 );
132 signed int float32_to_int32_round_to_zero( float32 );
133 float64 float32_to_float64( float32 );
135 floatx80 float32_to_floatx80( float32 );
143 float32 float32_round_to_int( float32 );
144 float32 float32_add( float32, float3
[all...]
H A Dsingle_cpdo.c26 float32 float32_exp(float32 Fm);
27 float32 float32_ln(float32 Fm);
28 float32 float32_sin(float32 rFm);
29 float32 float32_cos(float32 rFm);
30 float32 float32_arcsin(float32 rF
[all...]
H A Dfpa11.h53 float32 fSingle;
H A Dsoftfloat.c121 INLINE bits32 extractFloat32Frac( float32 a )
133 INLINE int16 extractFloat32Exp( float32 a )
145 INLINE flag extractFloat32Sign( float32 a )
183 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
211 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
273 static float32
752 float32 int32_to_float32( int32 a )
825 int32 float32_to_int32( float32 a )
856 int32 float32_to_int32_round_to_zero( float32 a )
894 float64 float32_to_float64( float32
[all...]
H A Dfpopcode.c51 const float32 float32Constant[] = {
H A Dfpopcode.h381 static inline const float32 getSingleConstant(const unsigned int nIndex)
383 extern const float32 float32Constant[];
H A Dfpa11_cprt.c33 extern flag float32_is_nan( float32);
H A Dfpa11_cpdt.c100 float32 f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dtypedefs.h329 /* define float32/64, float_t */
332 typedef float float32; typedef
348 typedef float32 float_t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex48 \subsubsection{float32_unpack} \label{vorbis:spec:float32:unpack}
53 purposes of this example, we will unpack a Vorbis float32 into a
H A D03-codebook.tex169 1) [codebook_minimum_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
170 2) [codebook_delta_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)

Completed in 91 milliseconds