Home
last modified time | relevance | path

Searched refs:xmask (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlschemastypes.c4010 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local
4142 xmask = 0xf; in xmlSchemaCompareDates()
4145 xmask = 0x7; in xmlSchemaCompareDates()
4148 xmask = 0x1; in xmlSchemaCompareDates()
4151 xmask = 0x2; in xmlSchemaCompareDates()
4154 xmask = 0x3; in xmlSchemaCompareDates()
4157 xmask = 0x3; in xmlSchemaCompareDates()
4160 xmask = 0x6; in xmlSchemaCompareDates()
4163 xmask = 0x8; in xmlSchemaCompareDates()
4166 xmask = 0; in xmlSchemaCompareDates()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dmath_grad.py1089 xmask = selector_op(x, y)
1091 xgrad = array_ops.where(xmask, grad, zeros)
1092 ygrad = array_ops.where(xmask, zeros, grad)