Home
last modified time | relevance | path

Searched refs:FX_F32_TO_FX32 (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.5/include/nitro/fx/
Dfx.h56 #define FX_F32_TO_FX32(x) ((fx32)(((x) > 0) ? \ macro
60 #define FX32_CONST(x) FX_F32_TO_FX32(x)
/TwlSDK-5.5/build/libraries/fx/common/src/
Dfx.c108 s = (fx16)FX_F32_TO_FX32(sinf(rad)); in FX_Init()
/TwlSDK-5.5/build/demos/fx/test/src/
Dfx_append_mtx.c546 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_()
Dmain.c189 fx32 fxl = FX_F32_TO_FX32(lhs); in getErrorBtweenFx32AnbF32_Multiple()
190 fx32 fxr = FX_F32_TO_FX32(rhs); in getErrorBtweenFx32AnbF32_Multiple()
/TwlSDK-5.5/include/twl/dsp/common/
Dgraphics.h334 return FX_F32_TO_FX32(dst_size / (f32)src_size + 0.0009f); in DSP_CalcScalingFactorFx32()