Searched refs:roundValue (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mathndk.cpp | 50 int roundValue = llround(value);
in LLround() local 52 napi_create_int32(env, roundValue, &result);
in LLround() 62 int roundValue = llroundf(value);
in LLroundf() local 64 napi_create_int32(env, roundValue, &result);
in LLroundf() 75 int roundValue = llroundl(value);
in LLroundl() local 77 napi_create_int32(env, roundValue, &result);
in LLroundl() 88 int roundValue = llrint(value);
in LLrint() local 90 napi_create_int32(env, roundValue, &result);
in LLrint() 100 int roundValue = llrintf(value);
in LLrintf() local 102 napi_create_int32(env, roundValue, in LLrintf() 125 int roundValue = llrintl(value); LLrintl() local 1730 double roundValue = round(valueZero); Round() local [all...] |
Completed in 5 milliseconds