Searched refs:TGFUNCTION (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/starmath/source/ |
H A D | parse.cxx | 154 { "cos", TCOS, '\0', TGFUNCTION, 5}, 155 { "cosh", TCOSH, '\0', TGFUNCTION, 5}, 156 { "cot", TCOT, '\0', TGFUNCTION, 5}, 157 { "coth", TCOTH, '\0', TGFUNCTION, 5}, 180 { "exp", TEXP, '\0', TGFUNCTION, 5}, 186 { "func", TFUNC, '\0', TGFUNCTION, 5}, 223 { "ln", TLN, '\0', TGFUNCTION, 5}, 224 { "log", TLOG, '\0', TGFUNCTION, 5}, 289 { "sin", TSIN, '\0', TGFUNCTION, 5}, 290 { "sinh", TSINH, '\0', TGFUNCTION, 5}, [all …]
|
/aoo41x/main/starmath/inc/ |
H A D | parse.hxx | 52 #define TGFUNCTION 0x00000100 macro
|
Completed in 199 milliseconds