Searched refs:MAPM (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/mapm/
H A Dm_apm.h16 * 'license.txt' is available in the official MAPM distribution.
123 * added MAPM C++ wrapper class
176 int m_apm_refcount; /* <- used only by C++ MAPM class */
187 "MAPM Library Version 4.9.5 Copyright (C) 1999-2007, Michael C. Ring"
321 class MAPM { class
327 very fast, but that's why it's so ugly. A MAPM object is
401 int digits(const MAPM &otherVal) const
410 MAPM(void) /* Default constructor (takes no value) */ function in class:MAPM
412 MAPM(const MAPM function in class:MAPM
414 MAPM(M_APM m) /* M_APM constructor (refcount starts at one) */ function in class:MAPM
416 MAPM(const char *s) /* Constructor from string */ function in class:MAPM
418 MAPM(double d) /* Constructor from double-precision float */ function in class:MAPM
420 MAPM(int l) /* Constructor from int */ function in class:MAPM
422 MAPM(long l) /* Constructor from long int */ function in class:MAPM
[all...]
/haiku/headers/private/shared/
H A DExpressionParser.h36 class MAPM;
60 MAPM _ParseBinary();
61 MAPM _ParseSum();
62 MAPM _ParseProduct();
63 MAPM _ParsePower();
64 MAPM _ParseUnary();
65 void _InitArguments(MAPM values[],
67 MAPM _ParseFunction(const Token& token);
68 MAPM _ParseAtom();
69 MAPM _ParseFactoria
[all...]
/haiku/src/kits/shared/
H A DExpressionParser.cpp87 MAPM value;
317 // MAPM has no conversion from long long, so we need to improvise.
386 MAPM value = _ParseBinary();
422 MAPM value = _ParseBinary();
439 MAPM value = _ParseBinary();
451 MAPM
478 MAPM
482 MAPM value = _ParseProduct();
502 MAPM
506 MAPM valu
[all...]

Completed in 89 milliseconds