IQMathLibrary  1.0
Functions
_IQNtoF.c File Reference

Detailed Description

Functions to convert IQN type to floating point.



#include <stdint.h>
#include "../support/support.h"
Include dependency graph for _IQNtoF.c:

Functions

__STATIC_INLINE float __IQNtoF (int_fast32_t iqNInput, int8_t q_value)
 Converts IQN type to floating point. More...
 
float _IQ30toF (int32_t a)
 Converts input to floating point using IQ30 format. More...
 
float _IQ29toF (int32_t a)
 Converts input to floating point using IQ29 format. More...
 
float _IQ28toF (int32_t a)
 Converts input to floating point using IQ28 format. More...
 
float _IQ27toF (int32_t a)
 Converts input to floating point using IQ27 format. More...
 
float _IQ26toF (int32_t a)
 Converts input to floating point using IQ26 format. More...
 
float _IQ25toF (int32_t a)
 Converts input to floating point using IQ25 format. More...
 
float _IQ24toF (int32_t a)
 Converts input to floating point using IQ24 format. More...
 
float _IQ23toF (int32_t a)
 Converts input to floating point using IQ23 format. More...
 
float _IQ22toF (int32_t a)
 Converts input to floating point using IQ22 format. More...
 
float _IQ21toF (int32_t a)
 Converts input to floating point using IQ21 format. More...
 
float _IQ20toF (int32_t a)
 Converts input to floating point using IQ20 format. More...
 
float _IQ19toF (int32_t a)
 Converts input to floating point using IQ19 format. More...
 
float _IQ18toF (int32_t a)
 Converts input to floating point using IQ18 format. More...
 
float _IQ17toF (int32_t a)
 Converts input to floating point using IQ17 format. More...
 
float _IQ16toF (int32_t a)
 Converts input to floating point using IQ16 format. More...
 
float _IQ15toF (int32_t a)
 Converts input to floating point using IQ15 format. More...
 
float _IQ14toF (int32_t a)
 Converts input to floating point using IQ14 format. More...
 
float _IQ13toF (int32_t a)
 Converts input to floating point using IQ13 format. More...
 
float _IQ12toF (int32_t a)
 Converts input to floating point using IQ12 format. More...
 
float _IQ11toF (int32_t a)
 Converts input to floating point using IQ11 format. More...
 
float _IQ10toF (int32_t a)
 Converts input to floating point using IQ10 format. More...
 
float _IQ9toF (int32_t a)
 Converts input to floating point using IQ9 format. More...
 
float _IQ8toF (int32_t a)
 Converts input to floating point using IQ8 format. More...
 
float _IQ7toF (int32_t a)
 Converts input to floating point using IQ7 format. More...
 
float _IQ6toF (int32_t a)
 Converts input to floating point using IQ6 format. More...
 
float _IQ5toF (int32_t a)
 Converts input to floating point using IQ5 format. More...
 
float _IQ4toF (int32_t a)
 Converts input to floating point using IQ4 format. More...
 
float _IQ3toF (int32_t a)
 Converts input to floating point using IQ3 format. More...
 
float _IQ2toF (int32_t a)
 Converts input to floating point using IQ2 format. More...
 
float _IQ1toF (int32_t a)
 Converts input to floating point using IQ1 format. More...
 

Function Documentation

§ __IQNtoF()

__STATIC_INLINE float __IQNtoF ( int_fast32_t  iqNInput,
int8_t  q_value 
)

Converts IQN type to floating point.

Parameters
iqNInputIQN type value input to be converted.
q_valueIQ format.
Returns
Conversion of iqNInput to floating point.

Referenced by _IQ10toF(), _IQ11toF(), _IQ12toF(), _IQ13toF(), _IQ14toF(), _IQ15toF(), _IQ16toF(), _IQ17toF(), _IQ18toF(), _IQ19toF(), _IQ1toF(), _IQ20toF(), _IQ21toF(), _IQ22toF(), _IQ23toF(), _IQ24toF(), _IQ25toF(), _IQ26toF(), _IQ27toF(), _IQ28toF(), _IQ29toF(), _IQ2toF(), _IQ30toF(), _IQ3toF(), _IQ4toF(), _IQ5toF(), _IQ6toF(), _IQ7toF(), _IQ8toF(), and _IQ9toF().

§ _IQ30toF()

float _IQ30toF ( int32_t  a)

Converts input to floating point using IQ30 format.

Parameters
aIQ30 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ29toF()

float _IQ29toF ( int32_t  a)

Converts input to floating point using IQ29 format.

Parameters
aIQ29 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ28toF()

float _IQ28toF ( int32_t  a)

Converts input to floating point using IQ28 format.

Parameters
aIQ28 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ27toF()

float _IQ27toF ( int32_t  a)

Converts input to floating point using IQ27 format.

Parameters
aIQ27 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ26toF()

float _IQ26toF ( int32_t  a)

Converts input to floating point using IQ26 format.

Parameters
aIQ26 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ25toF()

float _IQ25toF ( int32_t  a)

Converts input to floating point using IQ25 format.

Parameters
aIQ25 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ24toF()

float _IQ24toF ( int32_t  a)

Converts input to floating point using IQ24 format.

Parameters
aIQ24 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ23toF()

float _IQ23toF ( int32_t  a)

Converts input to floating point using IQ23 format.

Parameters
aIQ23 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ22toF()

float _IQ22toF ( int32_t  a)

Converts input to floating point using IQ22 format.

Parameters
aIQ22 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ21toF()

float _IQ21toF ( int32_t  a)

Converts input to floating point using IQ21 format.

Parameters
aIQ21 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ20toF()

float _IQ20toF ( int32_t  a)

Converts input to floating point using IQ20 format.

Parameters
aIQ20 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ19toF()

float _IQ19toF ( int32_t  a)

Converts input to floating point using IQ19 format.

Parameters
aIQ19 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ18toF()

float _IQ18toF ( int32_t  a)

Converts input to floating point using IQ18 format.

Parameters
aIQ18 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ17toF()

float _IQ17toF ( int32_t  a)

Converts input to floating point using IQ17 format.

Parameters
aIQ17 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ16toF()

float _IQ16toF ( int32_t  a)

Converts input to floating point using IQ16 format.

Parameters
aIQ16 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ15toF()

float _IQ15toF ( int32_t  a)

Converts input to floating point using IQ15 format.

Parameters
aIQ15 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ14toF()

float _IQ14toF ( int32_t  a)

Converts input to floating point using IQ14 format.

Parameters
aIQ14 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ13toF()

float _IQ13toF ( int32_t  a)

Converts input to floating point using IQ13 format.

Parameters
aIQ13 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ12toF()

float _IQ12toF ( int32_t  a)

Converts input to floating point using IQ12 format.

Parameters
aIQ12 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ11toF()

float _IQ11toF ( int32_t  a)

Converts input to floating point using IQ11 format.

Parameters
aIQ11 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ10toF()

float _IQ10toF ( int32_t  a)

Converts input to floating point using IQ10 format.

Parameters
aIQ10 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ9toF()

float _IQ9toF ( int32_t  a)

Converts input to floating point using IQ9 format.

Parameters
aIQ9 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ8toF()

float _IQ8toF ( int32_t  a)

Converts input to floating point using IQ8 format.

Parameters
aIQ8 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ7toF()

float _IQ7toF ( int32_t  a)

Converts input to floating point using IQ7 format.

Parameters
aIQ7 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ6toF()

float _IQ6toF ( int32_t  a)

Converts input to floating point using IQ6 format.

Parameters
aIQ6 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ5toF()

float _IQ5toF ( int32_t  a)

Converts input to floating point using IQ5 format.

Parameters
aIQ5 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ4toF()

float _IQ4toF ( int32_t  a)

Converts input to floating point using IQ4 format.

Parameters
aIQ4 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ3toF()

float _IQ3toF ( int32_t  a)

Converts input to floating point using IQ3 format.

Parameters
aIQ3 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ2toF()

float _IQ2toF ( int32_t  a)

Converts input to floating point using IQ2 format.

Parameters
aIQ2 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

§ _IQ1toF()

float _IQ1toF ( int32_t  a)

Converts input to floating point using IQ1 format.

Parameters
aIQ1 type value to be converted.
Returns
Conversion of input to floating point.

References __IQNtoF().

© Copyright 1995-2023, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale