Searched defs:splat (Results 1 - 2 of 2) sorted by relevance

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp900 bool splat = proto.find('a') != std::string::npos; local
903 if (splat) {
904 // Call the non-splat builtin: chop off the "_n" suffix from the name.
951 if (splat && (i + 1) == e)
955 if ((splat || !argScalar) &&
1257 // Functions with 'a' (the splat code) in the type prototype should not get
1258 // their own builtin as they use the non-splat variant.
1298 // Functions with 'a' (the splat code) in the type prototype should not get
1299 // their own builtin as they use the non-splat variant.
1396 // Functions with 'a' (the splat cod
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js236 function $splat(obj){
609 args = (args != undefined) ? $splat(args) : Array.slice(arguments, (options.event) ? 1 : 0);
622 return this.apply(bind, $splat(args));
1181 $splat(items).each(function(item){
1792 $splat(value).each(function(val){
2174 value = $splat(value).map(function(val, i){
3277 values = $splat(values);
3291 value = (typeof value == 'string') ? value.split(' ') : $splat(value);
3591 params = $splat(params);

Completed in 276 milliseconds