Searched refs:xmask (Results 1 – 5 of 5) sorted by relevance
195 if (xmask) destination.x = v.x;235 if (xmask) destination.x = u.x;274 if (xmask) destination.x = t.x - u.x;288 if (xmask) destination.x = (t.x >= 0) ? t.x : -t.x;
2198 The variables "xmask", "ymask", "zmask", and "wmask" are booleans2248 if (xmask) destination.x = t.x;2278 if (xmask) destination.x = t.x * u.x;2308 if (xmask) destination.x = t.x + u.x;2349 if (xmask) destination.x = t.x * u.x + v.x;2374 if (xmask) destination.x = u.x;2399 if (xmask) destination.x = u.x;2433 if (xmask) destination.x = v.x;2464 if (xmask) destination.x = v.x;2489 if (xmask) destination.x = 1.0;[all …]
4116 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local4256 xmask = 0xf; in xmlSchemaCompareDates()4259 xmask = 0x7; in xmlSchemaCompareDates()4262 xmask = 0x1; in xmlSchemaCompareDates()4265 xmask = 0x2; in xmlSchemaCompareDates()4268 xmask = 0x3; in xmlSchemaCompareDates()4271 xmask = 0x3; in xmlSchemaCompareDates()4274 xmask = 0x6; in xmlSchemaCompareDates()4277 xmask = 0x8; in xmlSchemaCompareDates()4280 xmask = 0; in xmlSchemaCompareDates()[all …]