Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
DTiesStrategy.java51 AVERAGE, enumConstant
/external/swiftshader/src/Renderer/
DSurface.cpp3963 …#define AVERAGE(x, y) (((x) & (y)) + ((((x) ^ (y)) >> 1) & 0x7F7F7F7F) + (((x) ^ (y)) & 0x01010101… in resolve() macro
4257 …#define AVERAGE(x, y) (((x) & (y)) + ((((x) ^ (y)) >> 1) & 0x7FFF7FFF) + (((x) ^ (y)) & 0x00010001… in resolve() macro
4550 …#define AVERAGE(x, y) (((x) & (y)) + ((((x) ^ (y)) >> 1) & 0x7FFF7FFF) + (((x) ^ (y)) & 0x00010001… in resolve() macro
5846 #define AVERAGE(x, y) (((x) & (y)) + ((((x) ^ (y)) >> 1) & 0x7BEF) + (((x) ^ (y)) & 0x0821)) in resolve() macro
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h149 AVERAGE = 1, enumerator