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:tre
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_afirdsp.h
45
const float
tre
= t[2 * n ];
in fcmul_add_c()
local
48
sum[2 * n ] +=
tre
* cre - tim * cim;
in fcmul_add_c()
49
sum[2 * n + 1] +=
tre
* cim + tim * cre;
in fcmul_add_c()
62
const double
tre
= t[2 * n ];
in dcmul_add_c()
local
65
sum[2 * n ] +=
tre
* cre - tim * cim;
in dcmul_add_c()
66
sum[2 * n + 1] +=
tre
* cim + tim * cre;
in dcmul_add_c()
/third_party/ffmpeg/tests/checkasm/
H
A
D
af_afir.c
60
float
tre
= src1[idx];
in test_fcmul_add()
local
63
fabs(
tre
) + fabs(tim) + fabs(cre) + fabs(cim) +
in test_fcmul_add()
64
fabs(
tre
* cre) + fabs(tim * cim) +
in test_fcmul_add()
65
fabs(
tre
* cim) + fabs(tim * cre) +
in test_fcmul_add()
66
fabs(
tre
* cre - tim * cim) +
in test_fcmul_add()
67
fabs(
tre
* cim + tim * cre) +
in test_fcmul_add()
/third_party/node/deps/v8/src/codegen/s390/
H
A
D
constants-s390.h
1234
V(
tre
, TRE, 0xB2A5) /* type = RRE TRANSLATE EXTENDED */ \
Completed in 6 milliseconds