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:b_f
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1_pred.c
222
int opposite, a_f,
b_f
, c_f;
in ff_vc1_pred_mv()
local
316
b_f
= v->mv_f[dir][xy - wrap + off + v->blocks_off];
in ff_vc1_pred_mv()
317
num_oppfield +=
b_f
;
in ff_vc1_pred_mv()
318
num_samefield += 1 -
b_f
;
in ff_vc1_pred_mv()
323
b_f
= 0;
in ff_vc1_pred_mv()
357
if (b_valid && !
b_f
) {
in ff_vc1_pred_mv()
372
if (b_valid &&
b_f
) {
in ff_vc1_pred_mv()
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
H
A
D
ceval.h
604
b_f
= ceval_frac_part(b);
in ceval_gcd()
local
607
if (a_f == 0 &&
b_f
== 0) {
in ceval_gcd()
/third_party/backends/backend/
H
A
D
avision.c
5975
double a_f,
b_f
;
in send_3x3_matrix()
local
5992
b_f
= a_f - (double) a_i; /* float */
in send_3x3_matrix()
5994
m |= (uint16_t) (
b_f
* 1024);
in send_3x3_matrix()
Completed in 16 milliseconds