Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:slope_table2
(Results
1 - 1
of
1
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
gl646.cpp
473
auto
slope_table2
= create_slope_table_for_speed(motor->slope2, motor->slope2.max_speed_w,
in init_regs_for_scan_session()
local
622
if (slope_table1.table.size() >
slope_table2
.table.size() + 100) {
in init_regs_for_scan_session()
623
slope_table2
.expand_table(slope_table1.table.size() - 100, 1);
in init_regs_for_scan_session()
625
if (
slope_table2
.table.size() > slope_table1.table.size() + 100) {
in init_regs_for_scan_session()
626
slope_table1.expand_table(
slope_table2
.table.size() - 100, 1);
in init_regs_for_scan_session()
629
if (slope_table1.table.size() >=
slope_table2
.table.size()) {
in init_regs_for_scan_session()
630
backward_steps += (slope_table1.table.size() -
slope_table2
.table.size()) * 2;
in init_regs_for_scan_session()
632
forward_steps += (
slope_table2
.table.size() - slope_table1.table.size()) * 2;
in init_regs_for_scan_session()
649
regs->find_reg(0x24).value =
slope_table2
.table.size();
in init_regs_for_scan_session()
772
feedl = feedl - 2 *
slope_table2
in init_regs_for_scan_session()
[all...]
Completed in 3 milliseconds