HomeSort by: relevance | last modified time | path
    Searched defs:smallrhs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_int_sioimath.h 635 int32_t smalllhs, smallrhs; local
638 isl_sioimath_decode_small(rhs, &smallrhs)) {
640 dst, (int64_t) smalllhs + (int64_t) smallrhs);
656 int32_t smalllhs, smallrhs; local
659 isl_sioimath_decode_small(rhs, &smallrhs)) {
661 dst, (int64_t) smalllhs - (int64_t) smallrhs);
677 int32_t smalllhs, smallrhs; local
680 isl_sioimath_decode_small(rhs, &smallrhs)) {
682 dst, (int64_t) smalllhs * (int64_t) smallrhs);
isl_int_sioimath.h 635 int32_t smalllhs, smallrhs; local
638 isl_sioimath_decode_small(rhs, &smallrhs)) {
640 dst, (int64_t) smalllhs + (int64_t) smallrhs);
656 int32_t smalllhs, smallrhs; local
659 isl_sioimath_decode_small(rhs, &smallrhs)) {
661 dst, (int64_t) smalllhs - (int64_t) smallrhs);
677 int32_t smalllhs, smallrhs; local
680 isl_sioimath_decode_small(rhs, &smallrhs)) {
682 dst, (int64_t) smalllhs * (int64_t) smallrhs);

Completed in 74 milliseconds