Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.cpp321 float n2 = 2.0f * nearPlane; in Perspective() local
325 result.f_[0] = n2 / width; in Perspective()
330 result.f_[5] = n2 / height; in Perspective()
336 result.f_[14] = farPlane * rcpnmf * n2; in Perspective()
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/src/
DTradeFedNativeTestSampleLib.cpp37 unsigned long n2 = 0; in fibonacci_iterative() local
46 unsigned long current = n1 + n2; in fibonacci_iterative()
47 n2 = n1; in fibonacci_iterative()
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/
DAsn1BerParserTest.java325 public long n2; field in Asn1BerParserTest.SequenceWithIntegers
396 public Integer n2; field in Asn1BerParserTest.ChoiceWithClashingOptions