Home
last modified time | relevance | path

Searched defs:roundValue (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dmathndk.cpp51 int roundValue = llround(value); in LLround() local
63 int roundValue = llroundf(value); in LLroundf() local
76 int roundValue = llroundl(value); in LLroundl() local
89 int roundValue = llrint(value); in LLrint() local
101 int roundValue = llrintf(value); in LLrintf() local
126 int roundValue = llrintl(value); in LLrintl() local
1731 double roundValue = round(valueZero); in Round() local