Searched refs:Z (Results 1 – 7 of 7) sorted by relevance
/hardware/invensense/60xx/mlsdk/mlutils/ |
D | mputest.c | 276 #define Z (2) macro 471 Avg[X] = .0f, Avg[Y] = .0f, Avg[Z] = .0f; in inv_test_gyro_3050() 475 Avg[Z] += 1.f * z[i] / tmp; in inv_test_gyro_3050() 478 Avg[X], Avg[Y], Avg[Z]); in inv_test_gyro_3050() 483 Avg[Z] / adjGyroSens); in inv_test_gyro_3050() 499 RMS[X] = 0.f, RMS[Y] = 0.f, RMS[Z] = 0.f; in inv_test_gyro_3050() 503 RMS[Z] += (z[i] - Avg[Z]) * (z[i] - Avg[Z]); in inv_test_gyro_3050() 518 sqrt(RMS[Z] / total_count)); in inv_test_gyro_3050() 523 RMS[Z] / total_count); in inv_test_gyro_3050() 526 if (RMS[X] == 0 || RMS[Y] == 0 || RMS[Z] == 0) { in inv_test_gyro_3050() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | threading.h | 168 #define sem_init(X,Y,Z) semaphore_create(mach_task_self(), X, SYNC_POLICY_FIFO, Z)
|
/hardware/intel/img/libdrm/ |
D | Makefile.in | 490 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 518 *.tar.Z*) \ 519 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
D | aclocal.m4 | 2252 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then 3689 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' 3697 # +Z the default 3700 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' 3929 # +Z the default 3991 # +Z the default 3994 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' 8546 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ratectrl.c | 1136 int Z = cpi->mb.zbin_over_quant; in vp8_update_rate_correction_factors() local 1140 while (Z > 0) in vp8_update_rate_correction_factors() 1142 Z --; in vp8_update_rate_correction_factors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 92 name "gtest-X.Y.Z" which contains all of the source code. Here are 95 tar -xvzf gtest-X.Y.Z.tar.gz 96 tar -xvjf gtest-X.Y.Z.tar.bz2 97 unzip gtest-X.Y.Z.zip
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | quantize_sse4.asm | 149 sar edi, cl ; also sets Z bit
|