Home | History | Annotate | Download | only in src

Lines Matching refs:function

38 function MathConstructor() {}
45 function MathAbs(x) {
53 function MathAcos(x) {
59 function MathAsin(x) {
65 function MathAtan(x) {
73 function MathAtan2(y, x) {
80 function MathCeil(x) {
86 function MathCos(x) {
92 function MathExp(x) {
98 function MathFloor(x) {
114 function MathLog(x) {
120 function MathMax(arg1, arg2) { // length == 2
153 function MathMin(arg1, arg2) { // length == 2
186 function MathPow(x, y) {
193 function MathRandom() {
198 function MathRound(x) {
204 function MathSin(x) {
210 function MathSqrt(x) {
216 function MathTan(x) {
224 function SetUpMath() {