Home
last modified time | relevance | path

Searched refs:valB_P (Results 1 – 1 of 1) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DPos_Print.cpp95 int CompareValue(const Value * valA_P, const Value * valB_P) in CompareValue() argument
105 cmp = valA_P->Val[0] - valB_P->Val[0]; in CompareValue()
111 VecLengthSquB = valB_P->Val[0] * valB_P->Val[0] + in CompareValue()
112 valB_P->Val[1] * valB_P->Val[1] + in CompareValue()
113 valB_P->Val[2] * valB_P->Val[2]; in CompareValue()