Searched refs:n2 (Results 1 – 3 of 3) sorted by relevance
321 float n2 = 2.0f * nearPlane; in Perspective() local325 result.f_[0] = n2 / width; in Perspective()330 result.f_[5] = n2 / height; in Perspective()336 result.f_[14] = farPlane * rcpnmf * n2; in Perspective()
37 unsigned long n2 = 0; in fibonacci_iterative() local46 unsigned long current = n1 + n2; in fibonacci_iterative()47 n2 = n1; in fibonacci_iterative()
325 public long n2; field in Asn1BerParserTest.SequenceWithIntegers396 public Integer n2; field in Asn1BerParserTest.ChoiceWithClashingOptions