Searched defs:convolve (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DAPFloat.cpp27 #define convolve(lhs, rhs) ((lhs) * 4 + (rhs)) macro
1290 switch (convolve(category, rhs.category)) {
1294 case convolve(fcNaN, fcZero):
1295 case convolve(fcNaN, fcNormal):
1296 case convolve(fcNaN, fcInfinity):
1297 case convolve(fcNaN, fcNaN):
1298 case convolve(fcNormal, fcZero):
1299 case convolve(fcInfinity, fcNormal):
1300 case convolve(fcInfinity, fcZero):
1303 case convolve(fcZer
[all...]
/external/skia/src/gpu/
H A DGrContext.cpp2008 void GrContext::convolve(GrTexture* texture, function in class:GrContext

Completed in 334 milliseconds