HomeSort by relevance Sort by last modified time
    Searched refs:ASN (Results 1 - 2 of 2) sorted by null

  /cts/apps/CameraITS/pymodules/its/
dng.py 136 ASN: The AsShotNeutral value, as a length-3 numpy array.
159 # ASN = CC * CM * XYZCAL
160 ASN = numpy.dot(numpy.dot(CC, CM), XYZCAL)
163 ASN = ASN / max(ASN)
165 return ASN
  /external/llvm/lib/IR/
Attributes.cpp 552 const AttributeSetNode *ASN = getSlotNode(I);
555 for (AttributeSetNode::iterator II = ASN->begin(),
556 IE = ASN->end(); II != IE; ++II) {
565 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16;
567 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
905 AttributeSetNode *ASN = getAttributes(Index);
906 return ASN ? ASN->hasAttribute(Kind) : false;
910 AttributeSetNode *ASN = getAttributes(Index);
911 return ASN ? ASN->hasAttribute(Kind) : false
    [all...]

Completed in 345 milliseconds