HomeSort by relevance Sort by last modified time
    Searched defs:c20 (Results 1 - 6 of 6) 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,
  /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/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/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 127 milliseconds