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:kSSignMask
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vixl/src/aarch64/
H
A
D
instructions-aarch64.h
85
const uint64_t
kSSignMask
= UINT64_C(0x80000000);
member
/third_party/vixl/test/aarch64/
H
A
D
test-assembler-fp-aarch64.cc
5045
ASSERT_EQUAL_FP32(RawbitsToFloat(sn_raw & ~
kSSignMask
), s2);
5046
ASSERT_EQUAL_FP32(RawbitsToFloat(sn_raw ^
kSSignMask
), s3);
5049
ASSERT_EQUAL_FP32(RawbitsToFloat(qn_raw & ~
kSSignMask
), s12);
5050
ASSERT_EQUAL_FP32(RawbitsToFloat(qn_raw ^
kSSignMask
), s13);
5343
ASSERT_EQUAL_FP32(RawbitsToFloat(n_raw & ~
kSSignMask
), s11);
5344
ASSERT_EQUAL_FP32(RawbitsToFloat(n_raw ^
kSSignMask
), s12);
H
A
D
test-assembler-sve-aarch64.cc
17394
uint32_t sa_proc_n = sa_proc ^
kSSignMask
;
17395
uint32_t sn_proc_n = sn_proc ^
kSSignMask
;
17396
uint32_t qa_proc_n = qa_proc ^
kSSignMask
;
17397
uint32_t qn_proc_n = qn_proc ^
kSSignMask
;
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
constants-arm64.h
81
const int64_t
kSSignMask
= 0x1LL << kSSignBit;
member
Completed in 26 milliseconds