Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.cpp236 bool negate = false; in Parse() local
238 negate = true; in Parse()
310 out->setInt32(negate ? -x : x); in Parse()
334 out->setFloat(negate ? -x : x); in Parse()
/device/google/trout/hal/sensors/2.1/
DSensor.cpp158 static float getChannelData(const std::array<float, N>& channelData, int64_t map, bool negate) { in getChannelData() argument
159 return negate ? -channelData[map] : channelData[map]; in getChannelData()
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt29586 HSPLandroid/icu/impl/number/DecimalQuantity_AbstractBCD;->negate()V