|
Functions |
YCPValue | i_plus (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_minus (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_mult (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_div (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_mod (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_and (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_xor (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_or (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_left (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_right (const YCPInteger &i1, const YCPInteger &i2) |
YCPValue | i_neg (const YCPInteger &i1) |
YCPValue | i_bnot (const YCPInteger &i1) |
YCPValue | i_tointeger (const YCPValue &v) |
Variables |
StaticDeclaration | static_declarations |