Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c880 float test_offset; in compareAndCompensateWithNearest() local
882 test_offset = in compareAndCompensateWithNearest()
896 test_offset = in compareAndCompensateWithNearest()
903 if (NANO_ABS(test_offset - compensated_offset[index]) >= in compareAndCompensateWithNearest()
905 compensated_offset[index] = test_offset; in compareAndCompensateWithNearest()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_mmap.py469 def test_offset (self): member in MmapTests