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
1292 switch (convolve(category, rhs.category)) {
1296 case convolve(fcNaN, fcZero):
1297 case convolve(fcNaN, fcNormal):
1298 case convolve(fcNaN, fcInfinity):
1299 case convolve(fcNaN, fcNaN):
1300 case convolve(fcNormal, fcZero):
1301 case convolve(fcInfinity, fcNormal):
1302 case convolve(fcInfinity, fcZero):
1305 case convolve(fcZer
[all...]
/external/skia/src/gpu/
H A DGrContext.cpp2008 void GrContext::convolve(GrTexture* texture, function in class:GrContext

Completed in 101 milliseconds