Searched refs:mean (Results 1 – 4 of 4) sorted by relevance
219 intptr_t mean = meanHitRange.load(std::memory_order_relaxed); in updateMeanHitRange() local220 mean = mean ? (mean + hitRange) / 2 : hitRange; in updateMeanHitRange()221 meanHitRange.store(mean, std::memory_order_relaxed); in updateMeanHitRange()
9 "License" shall mean the terms and conditions for use, reproduction,12 "Licensor" shall mean the copyright owner or entity authorized by15 "Legal Entity" shall mean the union of the acting entity and all23 "You" (or "Your") shall mean an individual or Legal Entity26 "Source" form shall mean the preferred form for making modifications,30 "Object" form shall mean any form resulting from mechanical35 "Work" shall mean the work of authorship, whether in Source or40 "Derivative Works" shall mean any work, whether in Source or Object48 "Contribution" shall mean any work of authorship, including62 "Contributor" shall mean Licensor and any individual or Legal Entity
991 intptr_t mean = cacheBinModel.meanHitRange.load(std::memory_order_relaxed); in get() local992 mean = mean ? (mean + hitRange) / 2 : hitRange; in get()993 cacheBinModel.meanHitRange.store(mean, std::memory_order_relaxed); in get()
127 important to remember that spawning a task does not mean creating a