links to this page:
pluginExports
Swiki Page List
MobVM/SmallSqueak Page Cluster
LargeIntegers_exports
Last updated at 12:09 am UTC on 17 January 2006
From LargeIntegers.c :
void* LargeIntegers_exports[][3] = {
{"LargeIntegers", "primAnyBitFromTo", (void*)primAnyBitFromTo},
{"LargeIntegers", "primDigitSubtractWith", (void*)primDigitSubtractWith},
{"LargeIntegers", "primDigitBitShift", (void*)primDigitBitShift},
{"LargeIntegers", "primDigitBitLogicWithOp", (void*)primDigitBitLogicWithOp},
{"LargeIntegers", "primDigitMultiplyNegative", (void*)primDigitMultiplyNegative},
{"LargeIntegers", "primDigitMultiplyWithNegative", (void*)primDigitMultiplyWithNegative},
{"LargeIntegers", "primCheckIfCModuleExists", (void*)primCheckIfCModuleExists},
{"LargeIntegers", "primDigitCompare", (void*)primDigitCompare},
{"LargeIntegers", "primDigitCompareWith", (void*)primDigitCompareWith},
{"LargeIntegers", "primDigitBitOr", (void*)primDigitBitOr},
{"LargeIntegers", "primNormalizePositive", (void*)primNormalizePositive},
{"LargeIntegers", "primDigitAdd", (void*)primDigitAdd},
{"LargeIntegers", "primDigitDivWithNegative", (void*)primDigitDivWithNegative},
{"LargeIntegers", "getModuleName", (void*)getModuleName},
{"LargeIntegers", "setInterpreter", (void*)setInterpreter},
{"LargeIntegers", "primNormalizeNegative", (void*)primNormalizeNegative},
{"LargeIntegers", "_primDigitBitShift", (void*)_primDigitBitShift},
{"LargeIntegers", "primDigitBitAnd", (void*)primDigitBitAnd},
{"LargeIntegers", "primDigitBitXor", (void*)primDigitBitXor},
{"LargeIntegers", "primDigitAddWith", (void*)primDigitAddWith},
{"LargeIntegers", "primDigitDivNegative", (void*)primDigitDivNegative},
{"LargeIntegers", "primAsLargeInteger", (void*)primAsLargeInteger},
{"LargeIntegers", "primDigitSubtract", (void*)primDigitSubtract},
{"LargeIntegers", "primGetModuleName", (void*)primGetModuleName},
{"LargeIntegers", "primDigitBitShiftMagnitude", (void*)primDigitBitShiftMagnitude},
{"LargeIntegers", "primNormalize", (void*)primNormalize},
{NULL, NULL, NULL}
};