HomeSort by relevance Sort by last modified time
    Searched defs:splat (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
NeonEmitter.cpp 924 bool splat = proto.find('a') != std::string::npos; local
927 if (splat) {
928 // Call the non-splat builtin: chop off the "_n" suffix from the name.
975 if (splat && (i + 1) == e)
979 if ((splat || !argScalar) &&
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 236 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){
    [all...]

Completed in 603 milliseconds