CloneSet333


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4250.954block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1442
Bio/PDB/Vector.py
2446
Bio/PDB/Vector.py
Clone Instance
1
Line Count
4
Source Line
42
Source File
Bio/PDB/Vector.py

            y = numpy.sqrt(m11-m00-m22+0.5) 
            x = m[0,1]/(2*y) 
            z = m[1,2]/(2*y) 


Clone Instance
2
Line Count
4
Source Line
46
Source File
Bio/PDB/Vector.py

            z = numpy.sqrt(m22-m00-m11+0.5) 
            x = m[0,2]/(2*z) 
            y = m[1,2]/(2*z) 


Clone AbstractionParameter Count: 5Parameter Bindings

   [[#variable7c3bfcc0]]= numpy.sqrt( [[#variable7c3bec20]]-m00- [[#variable7c3bfd40]]+0.5) 
  x = m[0, [[#variable7c3bfc80]]]/(2* [[#variable7c3bfcc0]]) 
   [[#variable7c3bfd00]]= m[1,2]/(2* [[#variable7c3bfcc0]]) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7c3bfcc0]]
y 
12[[#7c3bfcc0]]
z 
21[[#7c3bec20]]
m11 
22[[#7c3bec20]]
m22 
31[[#7c3bfd40]]
m22 
32[[#7c3bfd40]]
m11 
41[[#7c3bfc80]]
1 
42[[#7c3bfc80]]
2 
51[[#7c3bfd00]]
z 
52[[#7c3bfd00]]
y