Searched refs:mid3 (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | complexndk.cpp | 161 double firstParam, secondParam, mid3, mid4, getRealAndImage;
in CPow() local 164 napi_get_value_double(env, args[INDEX2], &mid3);
in CPow() 166 double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4};
in CPow() 188 double firstParam, secondParam, mid3, mid4;
in CPowF() local 191 napi_get_value_double(env, args[INDEX2], &mid3);
in CPowF() 193 float real = float(firstParam), image = float(secondParam), anotherReal = float(mid3), anotherImage = float(mid4),
in CPowF() 217 double firstParam, secondParam, mid3, mid4, getRealAndImage;
in CPowL() local 220 napi_get_value_double(env, args[INDEX2], &mid3);
in CPowL() 222 long double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4};
in CPowL()
|
Completed in 6 milliseconds