Home | History | Annotate | Download | only in profviz

Lines Matching defs:double

224   FLOAT_TYPES: {"float":0,"double":0},
249 "%double": 8
250 }['%'+type]; // add '%' since float and double confuse Closure compiler as keys, and also spidermonkey as a compiler will remove 's from '_i8' etc
292 if (type == 'i64' || type == 'double' || vararg) return 8;
578 case 'double': HEAPF64[((ptr)>>3)]=value; break;
594 case 'double': return HEAPF64[((ptr)>>3)];
1571 if (type === 'double') {
1578 type = 'i32'; // varargs are always i32, i64, or double
1702 // Flatten i64-1 [low, high] into a (slightly rounded) double
1794 var currArg = getNextArg('double');