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:fabs_d
(Results
1 - 8
of
8
) sorted by relevance
/third_party/optimized-routines/math/test/
H
A
D
ulp.c
611
#define
fabs_d
fabs
macro
/third_party/node/deps/v8/src/codegen/loong64/
H
A
D
assembler-loong64.h
598
void
fabs_d
(FPURegister fd, FPURegister fj);
H
A
D
assembler-loong64.cc
1785
void Assembler::
fabs_d
(FPURegister fd, FPURegister fj) {
in fabs_d()
function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/riscv64/
H
A
D
assembler-riscv64.h
1076
void
fabs_d
(FPURegister rd, FPURegister rs) { fsgnjx_d(rd, rs, rs); }
in fabs_d()
function
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H
A
D
liftoff-assembler-loong64.h
1309
FP_UNOP(f64_abs,
fabs_d
)
/third_party/node/deps/v8/src/compiler/backend/loong64/
H
A
D
code-generator-loong64.cc
1235
__
fabs_d
(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H
A
D
code-generator-riscv64.cc
1307
__
fabs_d
(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H
A
D
liftoff-assembler-riscv64.h
1424
FP_UNOP(f64_abs,
fabs_d
)
Completed in 33 milliseconds