HomeSort by relevance Sort by last modified time
    Searched refs:c20 (Results 1 - 11 of 11) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
mag_cal.h 61 float c20; member in struct:MagCalParameters
76 float c00, c01, c02, c10, c11, c12, c20, c21, c22; member in struct:MagCal
100 float c10, float c11, float c12, float c20, float c21,
mag_cal.c 125 moc->c20 = mag_cal_parameters->c20;
248 float c10, float c11, float c12, float c20, float c21,
256 moc->c20 = c20;
265 *zo = moc->c20 * xi + moc->c21 * yi + moc->c22 * zi;
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx11.cpp 6 char c20 = '\u0020'; // ' ', ok variable
p2-cxx98.cpp 6 char c20 = '\u0020'; // ' ', expected-error {{character ' ' cannot be specified by a universal character name}} variable
  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 100 psubd xmm2, xmm4 ; c21 c20 d21 d20
136 punpckhqdq xmm2, xmm3 ; c23 c22 c21 c20
140 packssdw xmm2, xmm5 ; d23 d22 d21 d20 c23 c22 c21 c20
  /external/skia/src/core/
SkMipMap.cpp 141 auto c20 = F::Expand(p2[0]); local
143 auto c = add_121(c00, c10, c20);
197 auto c20 = F::Expand(p2[0]); local
200 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21);
  /external/skqp/src/core/
SkMipMap.cpp 141 auto c20 = F::Expand(p2[0]); local
143 auto c = add_121(c00, c10, c20);
197 auto c20 = F::Expand(p2[0]); local
200 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21);
  /external/perfetto/src/traced/probes/ftrace/
cpu_reader_benchmark.cc 226 00000c20: 6c69 6e67 6572 0000 4b02 0000 6200 0000 linger..K...b...
cpu_reader_unittest.cc 556 00000060: 6572 6e6f 6f6e 2c20 776f 726c 6421 0a00 ernoon, world!..
    [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 552 category c20; category c21; category c22; category c23;
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 267 Output c20 = ops::Const(s.WithOpName("c20"), 20.0f, {2}); local
329 std::vector<string> fetch = {"c3", "c20"};
    [all...]

Completed in 473 milliseconds