Home | History | Annotate | Download | only in src

Lines Matching refs:function

19 function MathConstructor() {}
25 function MathAbs(x) {
33 function MathAcosJS(x) {
38 function MathAsinJS(x) {
43 function MathAtanJS(x) {
50 function MathAtan2JS(y, x) {
55 function MathCeil(x) {
60 function MathExp(x) {
65 function MathFloor(x) {
81 function MathLog(x) {
86 function MathMax(arg1, arg2) { // length == 2
113 function MathMin(arg1, arg2) { // length == 2
140 function MathPow(x, y) {
146 function MathRandom() {
157 function MathRound(x) {
162 function MathSqrt(x) {
167 function MathImul(x, y) {
172 function MathSign(x) {
181 function MathTrunc(x) {
190 function MathTanh(x) {
202 function MathAsinh(x) {
212 function MathAcosh(x) {
221 function MathAtanh(x) {
231 function MathLog10(x) {
237 function MathLog2(x) {
242 function MathHypot(x, y) { // Function length is 2.
274 function MathFroundJS(x) {
279 function MathClz32(x) {
296 function MathCbrt(x) {
306 function CubeRoot(x) {
317 function SetUpMath() {