Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dcomplexndk.cpp193 …oat(firstParam), image = float(secondParam), anotherReal = float(mid3), anotherImage = float(mid4), in CPowF() local
195 float complex testComplex = {real, image}, anotherTestComplex = {anotherReal, anotherImage}; in CPowF()