search for: point_count

Displaying 2 results from an estimated 2 matches for "point_count".

2013 Mar 06
2
Fwd: How to conditionally remove dataframe rows?
Hi, I have a data frame with two columns. I need to remove duplicated rows in first column, but I need to do it conditionally to values of the second column. Example: Point_counts Psi_Sp 1 A 0 2 A 1 3 B 1 4 B 2 5 B 0 6 C 1 7 D 1 8...
2015 Aug 06
2
LibCallAliasAnalysis class instantiation parameter
...at derive from LibCallInfo. Is this derived class intended to be supplied from a compiler front-end, library writer, or the llvm backend? I was looking at a case similar to the following: #include <math.h> double x[1000], y[1000]; double angle; void rotate(int point_count) { int i; for (i=0; i < point_count; i++) { double tmp_x = x[i]; x[i] = tmp_x * cos(angle) - y[i] * sin(angle); y[i] = y[i] * cos(angle) + tmp_x * sin(angle); } } In this case, the queries done by getModRefI...