Home
last modified time | relevance | path

Searched refs:powRemain (Results 1 – 2 of 2) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/backupcode/cpubackend/
H A DCPULRN.cpp71 …float powRemain = powfParam[0] + t * (powfParam[1] + t * (powfParam[2] + t * (powfParam[3] + t * (… in powfWithContext() local
72 result *= powRemain; in powfWithContext()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DCommonOptFunction.cpp1451 float powRemain = in MNNPowC8() local
1454 result *= powRemain; in MNNPowC8()