Searched refs:FX_F32_TO_FX32 (Results 1 – 5 of 5) sorted by relevance
56 #define FX_F32_TO_FX32(x) ((fx32)(((x) > 0) ? \ macro60 #define FX32_CONST(x) FX_F32_TO_FX32(x)
108 s = (fx16)FX_F32_TO_FX32(sinf(rad)); in FX_Init()
546 const fx32 aspect = FX_F32_TO_FX32(1.3333f); in MTX_perspective_test_()547 const fx32 n = FX_F32_TO_FX32(0.5f); in MTX_perspective_test_()548 const fx32 f = FX_F32_TO_FX32(100.0f); in MTX_perspective_test_()549 const fx32 scaleW = FX_F32_TO_FX32(64.0f); in MTX_perspective_test_()
189 fx32 fxl = FX_F32_TO_FX32(lhs); in getErrorBtweenFx32AnbF32_Multiple()190 fx32 fxr = FX_F32_TO_FX32(rhs); in getErrorBtweenFx32AnbF32_Multiple()
334 return FX_F32_TO_FX32(dst_size / (f32)src_size + 0.0009f); in DSP_CalcScalingFactorFx32()