Home | History | Annotate | Download | only in src

Lines Matching refs:AllocateHeapNumber

4211   return Heap::AllocateHeapNumber(x + y);
4221 return Heap::AllocateHeapNumber(x - y);
4231 return Heap::AllocateHeapNumber(x * y);
4240 return Heap::AllocateHeapNumber(-x);
4644 return Heap::AllocateHeapNumber(fabs(x));
4698 return Heap::AllocateHeapNumber(result);
4794 return Heap::AllocateHeapNumber(powi(x, y));
4805 return Heap::AllocateHeapNumber(sqrt(x));
4808 return Heap::AllocateHeapNumber(1.0 / sqrt(x));
4817 return Heap::AllocateHeapNumber(pow(x, y));
4851 return Heap::AllocateHeapNumber(sqrt(x));
5801 Heap::AllocateHeapNumber(static_cast<ElementType>(val)));
5808 Handle<Object> e(Heap::AllocateHeapNumber(array->get(j)));