Searched refs:sinValue (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stringsndk.cpp | 42 int sinValue = strcasecmp(valueFirst, valueSecond);
in Strcasecmp() local 44 napi_create_int32(env, sinValue, &result);
in Strcasecmp() 56 int sinValue = strcasecmp_l(valueFirst, valueSecond, locale);
in Strcasecmp_l() local 58 napi_create_int32(env, sinValue, &result);
in Strcasecmp_l() 71 int sinValue = strncasecmp(valueFirst, valueSecond, valueThird);
in Strncasecmp() local 73 napi_create_int32(env, sinValue, &result);
in Strncasecmp() 88 int sinValue;
in Strncasecmp_l() local 91 sinValue = strncasecmp_l(valueFirst, valueSecond, valueThird, locale);
in Strncasecmp_l() 93 sinValue = strncasecmp_l(valueFirst, valueSecond, valueThird, nullptr);
in Strncasecmp_l() 96 napi_create_int32(env, sinValue, in Strncasecmp_l() [all...] |
H A D | stringndk.cpp | 225 int sinValue = strcmp(valueFirst, valueSecond);
in Strcmp() local 227 napi_create_int32(env, sinValue, &result);
in Strcmp() 238 int sinValue = strcoll(valueFirst, valueSecond);
in Strcoll() local 240 napi_create_int32(env, sinValue, &result);
in Strcoll() 252 int sinValue = strcoll_l(valueFirst, valueSecond, locale);
in Strcoll_l() local 254 napi_create_int32(env, sinValue, &result);
in Strcoll_l() 264 int sinValue = strlen(valueFirst);
in Strlen() local 266 napi_create_int32(env, sinValue, &result);
in Strlen()
|
H A D | mathndk.cpp | 1464 double sinValue = sin(valueZero);
in Sin() local 1466 napi_create_double(env, sinValue, &result);
in Sin() 1477 double sinValue = sinf(valueZero);
in Sinf() local 1479 napi_create_double(env, sinValue, &result);
in Sinf() 1490 double sinValue = sinh(valueZero);
in Sinh() local 1492 napi_create_double(env, sinValue, &result);
in Sinh() 1503 double sinValue = sinhf(valueZero);
in Sinhf() local 1505 napi_create_double(env, sinValue, &result);
in Sinhf() 1516 double sinValue = sinhl(valueZero);
in Sinhl() local 1518 napi_create_double(env, sinValue, in Sinhl() 1529 double sinValue = sinl(valueZero); Sinl() local 1542 double sinValue = sqrt(valueZero); Sqrt() local 1555 double sinValue = sqrtf(valueZero); Sqrtf() local 1568 double sinValue = sqrtl(valueZero); Sqrtl() local [all...] |
Completed in 9 milliseconds