Searched refs:FX_Div (Results 1 – 13 of 13) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/fx/common/src/ |
| D | fx_atanidx.c | 334 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()
|
| D | fx_atan.c | 338 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()
|
| D | fx_cp.c | 44 fx32 FX_Div(fx32 numer, fx32 denom) in FX_Div() function
|
| D | fx_mtx44.c | 588 one_tan = FX_Div((fx32)fovyCos, (fx32)fovySin); in MTX_PerspectiveW()
|
| /TwlSDK-5.1.0/include/nitro/fx/ |
| D | fx_cp.h | 38 fx32 FX_Div(fx32 numer, fx32 denom);
|
| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_superfine.c | 192 …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()
|
| D | prc_algo_standard.c | 257 wholeScore = FX_Div(wholeScore, wholeWeight * doubleWidth); in PRC_GetRecognizedEntriesEx_Standard()
|
| D | prc_algo_common.c | 1040 tmpRatio = (fx16)FX_Div(sumSegmentToStrokeLength, data->strokeLengths[iStroke]); in PRCi_CalcExtraValues_Common() 1057 tmpRatio = (fx16)FX_Div(sumStrokeToWholeLength, data->wholeLength); in PRCi_CalcExtraValues_Common()
|
| D | prc_algo_fine.c | 186 …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/ |
| D | main.c | 168 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/ |
| D | fx_append_vec.c | 666 diff = fabs(FX2D(FX_Div(vf1, vf2)) - vd1 / vd2); in Binary_operator_test_()
|
| D | main.c | 204 fx32 tmp = FX_Div(FX32_ONE * 2, FX32_ONE * 3); in test_FX_CP()
|
| /TwlSDK-5.1.0/build/demos/math/fft-2/src/ |
| D | main.c | 368 osc.step = (fx16)FX_Div(GetFreq(tp.x * 12 + 60 * 64) << FX32_SHIFT, osc.rate); in NitroMain()
|