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
defs:fsub
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
fp-ops.c
2
double
fsub
(double x, double y) { return x - y; }
in fsub()
function
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_opt_algebraic.c
200
struct qinst *
fsub
= c->defs[inst->src[1].index];
in qir_opt_algebraic()
local
215
struct qinst *
fsub
= c->defs[inst->src[0].index];
in qir_opt_algebraic()
local
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H
A
D
arithmetic-ops.c
31
static float
fsub
(float x, float y)
in fsub()
function
/third_party/node/deps/v8/src/codegen/ppc/
H
A
D
assembler-ppc.cc
1732
void Assembler::
fsub
(const DoubleRegister frt, const DoubleRegister fra,
in fsub()
function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/ia32/
H
A
D
assembler-ia32.cc
1988
void Assembler::
fsub
(int i) {
in fsub()
function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/x64/
H
A
D
assembler-x64.cc
2556
void Assembler::
fsub
(int i) {
in fsub()
function in v8::internal::Assembler
/third_party/vixl/src/aarch64/
H
A
D
assembler-sve-aarch64.cc
871
void Assembler::
fsub
(const ZRegister& zd,
in fsub()
function in vixl::aarch64::Assembler
890
void Assembler::
fsub
(const ZRegister& zd,
in fsub()
function in vixl::aarch64::Assembler
1019
void Assembler::
fsub
(const ZRegister& zd,
in fsub()
function in vixl::aarch64::Assembler
Completed in 38 milliseconds