Home | History | Annotate | Download | only in gtc

Lines Matching full:normalized

54 	/// First, converts the normalized floating-point value v into a 8-bit integer value.
67 /// Convert a single 8-bit integer to a normalized floating-point value.
79 /// First, converts each component of the normalized floating-point value v into 8-bit integer values.
96 /// Then, each component is converted to a normalized floating-point value to generate the returned two-component vector.
111 /// First, converts the normalized floating-point value v into 8-bit integer value.
125 /// Then, the value is converted to a normalized floating-point value to generate the returned scalar.
137 /// First, converts each component of the normalized floating-point value v into 8-bit integer values.
154 /// Then, each component is converted to a normalized floating-point value to generate the returned two-component vector.
169 /// First, converts the normalized floating-point value v into a 16-bit integer value.
183 /// Then, the value is converted to a normalized floating-point value to generate the returned scalar.
195 /// First, converts each component of the normalized floating-point value v into 16-bit integer values.
212 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector.
227 /// First, converts the normalized floating-point value v into 16-bit integer value.
241 /// Then, each component is converted to a normalized floating-point value to generate the returned scalar.
253 /// First, converts each component of the normalized floating-point value v into 16-bit integer values.
270 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector.
381 /// First, converts the first three components of the normalized floating-point value v into 10-bit signed integer values.
382 /// Then, converts the forth component of the normalized floating-point value v into 2-bit signed integer values.
400 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector.
416 /// First, converts the first three components of the normalized floating-point value v into 10-bit unsigned integer values.
417 /// Then, converts the forth component of the normalized floating-point value v into 2-bit signed uninteger values.
435 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector.
451 /// First, converts the first two components of the normalized floating-point value v into 11-bit signless floating-point values.
452 /// Then, converts the third component of the normalized floating-point value v into a 10-bit signless floating-point value.
463 /// Then, each component is converted to a normalized floating-point value to generate the returned three-component vector.