Lines Matching full:float

28 /// Converts a 16-bit half-precision float value into a 32-bit float
36 /// A 16-bit half-precision float value.
37 /// \returns The converted 32-bit float value.
38 static __inline float __DEFAULT_FN_ATTRS128
46 /// Converts a 32-bit single-precision float value to a 16-bit
47 /// half-precision float value.
52 /// unsigned short _cvtss_sh(float a, const int imm);
58 /// A 32-bit single-precision float value to be converted to a 16-bit
59 /// half-precision float value.
67 /// \returns The converted 16-bit half-precision float value.
72 /// Converts a 128-bit vector containing 32-bit float values into a
73 /// 128-bit vector containing 16-bit half-precision float values.
84 /// A 128-bit vector containing 32-bit float values.
92 /// \returns A 128-bit vector containing converted 16-bit half-precision float
98 /// Converts a 128-bit vector containing 16-bit half-precision float
99 /// values into a 128-bit vector containing 32-bit float values.
106 /// A 128-bit vector containing 16-bit half-precision float values. The lower
108 /// \returns A 128-bit vector of [4 x float] containing converted float values.
115 /// Converts a 256-bit vector of [8 x float] into a 128-bit vector
116 /// containing 16-bit half-precision float values.
127 /// A 256-bit vector containing 32-bit single-precision float values to be
128 /// converted to 16-bit half-precision float values.
137 /// float values.
141 /// Converts a 128-bit vector containing 16-bit half-precision float
142 /// values into a 256-bit vector of [8 x float].
149 /// A 128-bit vector containing 16-bit half-precision float values to be
150 /// converted to 32-bit single-precision float values.
151 /// \returns A vector of [8 x float] containing the converted 32-bit
152 /// single-precision float values.