Home
last modified time | relevance | path

Searched refs:FX_Div (Results 1 – 13 of 13) sorted by relevance

/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_atanidx.c334 return (u16)(c + FX_AtanIdxTable_[FX_Div(a, b) >> 5]); in FX_Atan2Idx()
336 return (u16)(c - FX_AtanIdxTable_[FX_Div(a, b) >> 5]); in FX_Atan2Idx()
Dfx_atan.c338 return (fx16)(c + FX_AtanTable_[FX_Div(a, b) >> 5]); in FX_Atan2()
340 return (fx16)(c - FX_AtanTable_[FX_Div(a, b) >> 5]); in FX_Atan2()
Dfx_cp.c44 fx32 FX_Div(fx32 numer, fx32 denom) in FX_Div() function
Dfx_mtx44.c588 one_tan = FX_Div((fx32)fovyCos, (fx32)fovySin); in MTX_PerspectiveW()
/TwlSDK-5.1.0/include/nitro/fx/
Dfx_cp.h38 fx32 FX_Div(fx32 numer, fx32 denom);
/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_superfine.c192 …wholeScore = FX_Div(wholeScore, wholeWeight * normalizeSize * 2); // normalizeSize*2 == doubleWi… in PRC_GetRecognizedEntriesEx_Superfine()
684 FX_Div(inputCurrentLength, inputLocalLength); in PRCi_CalcStrokeDistance_Superfine()
686 FX_Div(protoCurrentLength, protoLocalLength); in PRCi_CalcStrokeDistance_Superfine()
787 weight = FX_Div(inputLocalLength, inputStrokeLength); in PRCi_CalcStrokeDistance_Superfine()
788 tmp = FX_Div(protoLocalLength, protoStrokeLength); in PRCi_CalcStrokeDistance_Superfine()
Dprc_algo_standard.c257 wholeScore = FX_Div(wholeScore, wholeWeight * doubleWidth); in PRC_GetRecognizedEntriesEx_Standard()
Dprc_algo_common.c1040 tmpRatio = (fx16)FX_Div(sumSegmentToStrokeLength, data->strokeLengths[iStroke]); in PRCi_CalcExtraValues_Common()
1057 tmpRatio = (fx16)FX_Div(sumStrokeToWholeLength, data->wholeLength); in PRCi_CalcExtraValues_Common()
Dprc_algo_fine.c186 …wholeScore = FX_Div(wholeScore * 4, wholeWeight * normalizeSize); // 4 == (1<<FX32_SHIFT)/(512*2… in PRC_GetRecognizedEntriesEx_Fine()
/TwlSDK-5.1.0/build/demos/snd/synth/src/
Dmain.c168 osc.step = (fx16)FX_Div(GetFreq(tp.x * 4 + 60 * 64) << FX32_SHIFT, osc.rate); in NitroMain()
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dfx_append_vec.c666 diff = fabs(FX2D(FX_Div(vf1, vf2)) - vd1 / vd2); in Binary_operator_test_()
Dmain.c204 fx32 tmp = FX_Div(FX32_ONE * 2, FX32_ONE * 3); in test_FX_CP()
/TwlSDK-5.1.0/build/demos/math/fft-2/src/
Dmain.c368 osc.step = (fx16)FX_Div(GetFreq(tp.x * 12 + 60 * 64) << FX32_SHIFT, osc.rate); in NitroMain()