Lines Matching refs:Computes

235   -- Result: Computes "L rem R" where L and R are UNSIGNED vectors.
240 -- Result: Computes "L rem R" where L and R are SIGNED vectors.
245 -- Result: Computes "L rem R" where L is an UNSIGNED vector and R is a
252 -- Result: Computes "L rem R" where R is an UNSIGNED vector and L is a
259 -- Result: Computes "L rem R" where L is SIGNED vector and R is an INTEGER.
265 -- Result: Computes "L rem R" where R is SIGNED vector and L is an INTEGER.
276 -- Result: Computes "L mod R" where L and R are UNSIGNED vectors.
281 -- Result: Computes "L mod R" where L and R are SIGNED vectors.
286 -- Result: Computes "L mod R" where L is an UNSIGNED vector and R
293 -- Result: Computes "L mod R" where R is an UNSIGNED vector and L
300 -- Result: Computes "L mod R" where L is a SIGNED vector and
307 -- Result: Computes "L mod R" where L is an INTEGER and
318 -- Result: Computes "L > R" where L and R are UNSIGNED vectors possibly
324 -- Result: Computes "L > R" where L and R are SIGNED vectors possibly
330 -- Result: Computes "L > R" where L is a non-negative INTEGER and
336 -- Result: Computes "L > R" where L is a INTEGER and
342 -- Result: Computes "L > R" where L is an UNSIGNED vector and
348 -- Result: Computes "L > R" where L is a SIGNED vector and
356 -- Result: Computes "L < R" where L and R are UNSIGNED vectors possibly
362 -- Result: Computes "L < R" where L and R are SIGNED vectors possibly
368 -- Result: Computes "L < R" where L is a non-negative INTEGER and
374 -- Result: Computes "L < R" where L is an INTEGER and
380 -- Result: Computes "L < R" where L is an UNSIGNED vector and
386 -- Result: Computes "L < R" where L is a SIGNED vector and
394 -- Result: Computes "L <= R" where L and R are UNSIGNED vectors possibly
400 -- Result: Computes "L <= R" where L and R are SIGNED vectors possibly
406 -- Result: Computes "L <= R" where L is a non-negative INTEGER and
412 -- Result: Computes "L <= R" where L is an INTEGER and
418 -- Result: Computes "L <= R" where L is an UNSIGNED vector and
424 -- Result: Computes "L <= R" where L is a SIGNED vector and
432 -- Result: Computes "L >= R" where L and R are UNSIGNED vectors possibly
438 -- Result: Computes "L >= R" where L and R are SIGNED vectors possibly
444 -- Result: Computes "L >= R" where L is a non-negative INTEGER and
450 -- Result: Computes "L >= R" where L is an INTEGER and
456 -- Result: Computes "L >= R" where L is an UNSIGNED vector and
462 -- Result: Computes "L >= R" where L is a SIGNED vector and
470 -- Result: Computes "L = R" where L and R are UNSIGNED vectors possibly
476 -- Result: Computes "L = R" where L and R are SIGNED vectors possibly
482 -- Result: Computes "L = R" where L is a non-negative INTEGER and
488 -- Result: Computes "L = R" where L is an INTEGER and
494 -- Result: Computes "L = R" where L is an UNSIGNED vector and
500 -- Result: Computes "L = R" where L is a SIGNED vector and
508 -- Result: Computes "L /= R" where L and R are UNSIGNED vectors possibly
514 -- Result: Computes "L /= R" where L and R are SIGNED vectors possibly
520 -- Result: Computes "L /= R" where L is a non-negative INTEGER and
526 -- Result: Computes "L /= R" where L is an INTEGER and
532 -- Result: Computes "L /= R" where L is an UNSIGNED vector and
538 -- Result: Computes "L /= R" where L is a SIGNED vector and