NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | BINARY(opd) (opd >= ePOW) |
Functions | |
static Int8 | to_int (Int8 m_Val) |
static double | to_float (double m_Val) |
static Int8 | gcd (Int8 x, Int8 y) |
static Int8 | invmod (Int8 x, Int8 y) |
static Int8 | prime (Int8 n) |
unsigned | string_hash_function (const char *p) |
Definition at line 293 of file expr.cpp.
References r().
Referenced by CExprParser::CExprParser(), CTrans_table::CTrans_table(), euclidAlgorithmVector(), and CGen_code_table_imp::GetTransTable().
Definition at line 328 of file expr.cpp.
References n.
Referenced by CExprParser::CExprParser(), and CPrimeNumbersJob::Run().
unsigned string_hash_function | ( | const char * | p | ) |
Definition at line 376 of file expr.cpp.
References g().
Referenced by CExprParser::AddSymbol(), and CExprParser::GetSymbol().
|
static |
Definition at line 287 of file expr.cpp.
Referenced by CExprParser::CExprParser().