Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103525.log85 g32
187 g32
201 g32
287 g32
301 g32
395 g32
408 g32
485 g32
499 g32
593 g32
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20140116_103515.log85 g32
187 g32
201 g32
287 g32
301 g32
395 g32
408 g32
485 g32
499 g32
593 g32
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/
Dtouch_firmware_report-link-fw_1.0.AA-complete-20140116_103446.log85 g32
169 g32
183 g32
222 g32
299 g32
313 g32
390 g32
403 g32
439 g32
511 g32
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log85 g32
187 g32
201 g32
287 g32
301 g32
395 g32
408 g32
485 g32
499 g32
593 g32
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20140116_103521.log85 g32
187 g32
201 g32
287 g32
301 g32
395 g32
408 g32
488 g32
502 g32
571 g32
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
Dtouch_firmware_report-link-fw_1.0.AA-complete-20140116_103340.log85 g32
187 g32
201 g32
287 g32
301 g32
395 g32
408 g32
485 g32
499 g32
593 g32
[all …]
/external/dng_sdk/source/
Ddng_bad_pixels.cpp932 int32 g32 = p3 [2]; in FixIsolatedPixel() local
945 Abs_int32 (g12 - g32) + in FixIsolatedPixel()
958 Abs_int32 (g10 - g32) + in FixIsolatedPixel()
970 Abs_int32 (g30 - g32) + in FixIsolatedPixel()
971 Abs_int32 (g32 - g34) + in FixIsolatedPixel()
980 Abs_int32 (g14 - g32) + in FixIsolatedPixel()
1352 int32 g32 = p3 [2 * cs]; in FixSingleColumn() local
1411 Abs_int32 (g32 - g56) + in FixSingleColumn()
1419 Abs_int32 (g32 - g36) + in FixSingleColumn()
/external/skia/tests/
DMathTest.cpp626 static const PairRec<uint32_t> g32[] = { in DEF_TEST() local
644 for (size_t i = 0; i < SK_ARRAY_COUNT(g32); ++i) { in DEF_TEST()
645 REPORTER_ASSERT(reporter, g32[i].fYang == SkEndianSwap32(g32[i].fYin)); in DEF_TEST()