Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Darray_init.rs10 long long lla[4] = {34};
44 _RS_ASSERT(lla[0] == 34);
45 _RS_ASSERT(lla[1] == 0);
46 _RS_ASSERT(lla[2] == 0);
47 _RS_ASSERT(lla[3] == 0);
DComputeTest.java363 long[] lla = s.get_lla(); in checkInit() local
364 assertTrue(lla[0] == 34); in checkInit()
365 assertTrue(lla[1] == 0); in checkInit()
366 assertTrue(lla[2] == 0); in checkInit()
367 assertTrue(lla[3] == 0); in checkInit()
368 assertTrue(lla.length == 4); in checkInit()
/cts/tests/tests/location/src/android/location/cts/psedorange/
DUserPositionVelocityWeightedLeastSquare.java703 GeodeticLlaValues lla = in calculateTroposphericCorrectionMeters() local
709 geoidHeightMeters = lla.altitudeMeters; in calculateTroposphericCorrectionMeters()
711 elevationAzimuthDist.elevationRadians, lla.latitudeRadians, elevationMetersAboveSeaLevel, in calculateTroposphericCorrectionMeters()
715 elevationAzimuthDist.elevationRadians, lla.latitudeRadians, in calculateTroposphericCorrectionMeters()
716 lla.altitudeMeters - geoidHeightMeters, dayOfYear1To366); in calculateTroposphericCorrectionMeters()