Searched refs:area (Results 1 – 5 of 5) sorted by relevance
822 double area = 0d; in getCircleArea() local824 area = new Circle(radius).getArea(); in getCircleArea()826 return area; in getCircleArea()
3092 ArrayRef<const int32_t> area = constant_area_.GetBuffer(); in AddConstantArea() local3094 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()3096 EmitInt32(area[i]); in AddConstantArea()
3886 ArrayRef<const int32_t> area = constant_area_.GetBuffer(); in AddConstantArea() local3887 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()3889 EmitInt32(area[i]); in AddConstantArea()
2143 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.
2261 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.