HomeSort by relevance Sort by last modified time
    Searched defs:c22 (Results 1 - 6 of 6) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
mag_cal.h 63 float c22; member in struct:MagCalParameters
76 float c00, c01, c02, c10, c11, c12, c20, c21, c22; member in struct:MagCal
101 float c22);
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx11.cpp 7 char c22 = '\u0022'; // ", ok variable
p2-cxx98.cpp 7 char c22 = '\u0022'; // ", expected-error {{character '"' cannot be specified by a universal character name}} variable
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7746.go 32 c22 = c21 * c21
33 c23 = c22 * c22
31 c22 = c21 * c21 const
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7746.go 32 c22 = c21 * c21
33 c23 = c22 * c22
31 c22 = c21 * c21 const
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 602 __m128i c14, c16, c18, c20, c22, c24; local
634 c22 = _mm_shuffle_epi32(x, 0x55);
697 o0 = _mm_add_epi32(o0, _mm_madd_epi16( _mm_unpacklo_epi16(p34, p35), c22));
712 o1 = _mm_add_epi32(o1, _mm_madd_epi16( _mm_unpacklo_epi16(p35, p36), c22));
727 o2 = _mm_add_epi32(o2, _mm_madd_epi16( _mm_unpacklo_epi16(p36, p37), c22));
742 o3 = _mm_add_epi32(o3, _mm_madd_epi16( _mm_unpacklo_epi16(p37,p38), c22));
    [all...]

Completed in 252 milliseconds