Searched refs:F32AsU32 (Results 1 – 3 of 3) sorted by relevance
114 *command++ = nn::math::F32AsU32( vec4.w ); in MakeUniformCommandVS()115 *command++ = nn::math::F32AsU32( vec4.z ); in MakeUniformCommandVS()116 *command++ = nn::math::F32AsU32( vec4.y ); in MakeUniformCommandVS()117 *command++ = nn::math::F32AsU32( vec4.x ); in MakeUniformCommandVS()146 *command++ = nn::math::F32AsU32( vec4[0].w ); in MakeUniformCommandVS()148 *command++ = nn::math::F32AsU32( vec4[0].z ); in MakeUniformCommandVS()149 *command++ = nn::math::F32AsU32( vec4[0].y ); in MakeUniformCommandVS()150 *command++ = nn::math::F32AsU32( vec4[0].x ); in MakeUniformCommandVS()154 *command++ = nn::math::F32AsU32( vec4[i].w ); in MakeUniformCommandVS()155 *command++ = nn::math::F32AsU32( vec4[i].z ); in MakeUniformCommandVS()[all …]
48 F32AsU32(f32 x) in F32AsU32() function79 s32 s = static_cast<s32>((F32AsU32(f) >> 23) & 0xFF); in FGetExpPart()95 u32 u = (F32AsU32(f) & 0x807FFFFF) | 0x3F800000; in FGetMantPart()
444 u32 expx = (F32AsU32(expxn) + (k << 23)) & 0x7FFFFFFF; in FExp()