Searched refs:negate (Results 1 – 3 of 3) sorted by relevance
236 bool negate = false; in Parse() local238 negate = true; in Parse()310 out->setInt32(negate ? -x : x); in Parse()334 out->setFloat(negate ? -x : x); in Parse()
158 static float getChannelData(const std::array<float, N>& channelData, int64_t map, bool negate) { in getChannelData() argument159 return negate ? -channelData[map] : channelData[map]; in getChannelData()
29586 HSPLandroid/icu/impl/number/DecimalQuantity_AbstractBCD;->negate()V