S16ToF32

nn::math::S16ToF32 Function

Syntax

f32 S16ToF32(
     s16 x
);

Parameters

Name Description
in x Value to convert to f32 format.

Return Values

Returns an f32-type value that has the same value as x.

Description

Converts values in s16 format to f32 format.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL