Searched refs:x_value (Results 1 – 2 of 2) sorted by relevance
23 def verify_point(self, frame, var_name, var_typename, x_value, y_value): argument44 …self.assertEquals(v.GetValue(), str(x_value), "Make sure '%s' has a value of %i" % (valid_x_path, …
4 define void @foo(float* nocapture readonly %x_value, double* nocapture %output) #0 {5 %1 = bitcast float* %x_value to <4 x float>*