Lines Matching refs:SK_FUNCTION
35 SK_FUNCTION(abs), enumerator
36 SK_FUNCTION(acos), enumerator
37 SK_FUNCTION(asin), enumerator
38 SK_FUNCTION(atan), enumerator
39 SK_FUNCTION(atan2), enumerator
40 SK_FUNCTION(ceil), enumerator
41 SK_FUNCTION(cos), enumerator
42 SK_FUNCTION(exp), enumerator
43 SK_FUNCTION(floor), enumerator
44 SK_FUNCTION(log), enumerator
45 SK_FUNCTION(max), enumerator
46 SK_FUNCTION(min), enumerator
47 SK_FUNCTION(pow), enumerator
48 SK_FUNCTION(random), enumerator
49 SK_FUNCTION(round), enumerator
50 SK_FUNCTION(sin), enumerator
51 SK_FUNCTION(sqrt), enumerator
52 SK_FUNCTION(tan) enumerator
142 case SK_FUNCTION(abs): in executeFunction()
145 case SK_FUNCTION(acos): in executeFunction()
148 case SK_FUNCTION(asin): in executeFunction()
151 case SK_FUNCTION(atan): in executeFunction()
154 case SK_FUNCTION(atan2): in executeFunction()
157 case SK_FUNCTION(ceil): in executeFunction()
160 case SK_FUNCTION(cos): in executeFunction()
163 case SK_FUNCTION(exp): in executeFunction()
166 case SK_FUNCTION(floor): in executeFunction()
169 case SK_FUNCTION(log): in executeFunction()
172 case SK_FUNCTION(max): in executeFunction()
179 case SK_FUNCTION(min): in executeFunction()
186 case SK_FUNCTION(pow): in executeFunction()
192 case SK_FUNCTION(random): in executeFunction()
195 case SK_FUNCTION(round): in executeFunction()
198 case SK_FUNCTION(sin): in executeFunction()
201 case SK_FUNCTION(sqrt): { in executeFunction()
206 case SK_FUNCTION(tan): in executeFunction()