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:denum
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libsnd/src/GSM610/
H
A
D
add.c
208
* of the div (num,
denum
) arithmetic operation. Compute div
209
* which is the integer division of num by
denum
: with
denum
213
int16_t gsm_div (int16_t num, int16_t
denum
)
in gsm_div()
argument
216
int32_t L_denum =
denum
;
in gsm_div()
227
assert (num >= 0 &&
denum
>= num) ;
in gsm_div()
H
A
D
gsm610_priv.h
94
int16_t gsm_div (int16_t num, int16_t
denum
) ;
/third_party/ffmpeg/libavfilter/
H
A
D
af_anequalizer.c
45
double
denum
[4];
member
665
out+= S->b1 * S->num[0] - S->
denum
[0] * S->a1;
in section_process()
666
out+= S->b2 * S->num[1] - S->
denum
[1] * S->a2;
in section_process()
667
out+= S->b3 * S->num[2] - S->
denum
[2] * S->a3;
in section_process()
668
out+= S->b4 * S->num[3] - S->
denum
[3] * S->a4;
in section_process()
675
S->
denum
[3] = S->
denum
[2];
in section_process()
676
S->
denum
[2] = S->
denum
[1];
in section_process()
677
S->
denum
[
in section_process()
[all...]
Completed in 3 milliseconds