Searched refs:mid4 (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 165 napi_get_value_double(env, args[INDEX3], &mid4);
in CPow() 166 double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4};
in CPow() 188 double firstParam, secondParam, mid3, mid4;
in CPowF() local 192 napi_get_value_double(env, args[INDEX3], &mid4);
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 221 napi_get_value_double(env, args[INDEX3], &mid4);
in CPowL() 222 long double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4};
in CPowL()
|
Completed in 4 milliseconds