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:LIT64
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/nwfpe/
H
A
D
softfloat.c
297
return a &
LIT64
( 0x000FFFFFFFFFFFFF );
in extractFloat64Frac()
427
|| ( zSig + roundIncrement <
LIT64
( 0x8000000000000000 ) );
in roundAndPackFloat64()
578
roundIncrement =
LIT64
( 0x0000000000000400 );
in roundAndPackFloatx80()
579
roundMask =
LIT64
( 0x00000000000007FF );
in roundAndPackFloatx80()
582
roundIncrement =
LIT64
( 0x0000008000000000 );
in roundAndPackFloatx80()
583
roundMask =
LIT64
( 0x000000FFFFFFFFFF );
in roundAndPackFloatx80()
634
zSig0 =
LIT64
( 0x8000000000000000 );
in roundAndPackFloatx80()
661
&& ( zSig0 ==
LIT64
( 0xFFFFFFFFFFFFFFFF ) )
in roundAndPackFloatx80()
674
return packFloatx80( zSign, 0x7FFF,
LIT64
( 0x8000000000000000 ) );
in roundAndPackFloatx80()
681
|| ( zSig0 <
LIT64
(
in roundAndPackFloatx80()
[all...]
H
A
D
ARM-gcc.h
54
The `
LIT64
' macro takes as its argument a textual integer literal and if
58
name for the 64-bit integer type. Some compilers may allow `
LIT64
' to be
59
defined as the identity macro: `#define
LIT64
( a ) a'.
62
#define
LIT64
( a ) a##LL
macro
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H
A
D
softfloat.c
297
return a &
LIT64
( 0x000FFFFFFFFFFFFF );
in extractFloat64Frac()
427
|| ( zSig + roundIncrement <
LIT64
( 0x8000000000000000 ) );
in roundAndPackFloat64()
578
roundIncrement =
LIT64
( 0x0000000000000400 );
in roundAndPackFloatx80()
579
roundMask =
LIT64
( 0x00000000000007FF );
in roundAndPackFloatx80()
582
roundIncrement =
LIT64
( 0x0000008000000000 );
in roundAndPackFloatx80()
583
roundMask =
LIT64
( 0x000000FFFFFFFFFF );
in roundAndPackFloatx80()
634
zSig0 =
LIT64
( 0x8000000000000000 );
in roundAndPackFloatx80()
661
&& ( zSig0 ==
LIT64
( 0xFFFFFFFFFFFFFFFF ) )
in roundAndPackFloatx80()
674
return packFloatx80( zSign, 0x7FFF,
LIT64
( 0x8000000000000000 ) );
in roundAndPackFloatx80()
681
|| ( zSig0 <
LIT64
(
in roundAndPackFloatx80()
[all...]
H
A
D
ARM-gcc.h
54
The `
LIT64
' macro takes as its argument a textual integer literal and if
58
name for the 64-bit integer type. Some compilers may allow `
LIT64
' to be
59
defined as the identity macro: `#define
LIT64
( a ) a'.
62
#define
LIT64
( a ) a##LL
macro
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H
A
D
softfloat.c
42
#define
LIT64
( a ) a##LL
macro
116
return a &
LIT64
(0x000FFFFFFFFFFFFF);
in extractFloat64Frac()
257
aSig |=
LIT64
(0x4000000000000000);
in subFloat64Sigs()
260
bSig |=
LIT64
(0x4000000000000000);
in subFloat64Sigs()
273
bSig |=
LIT64
(0x4000000000000000);
in subFloat64Sigs()
276
aSig |=
LIT64
(0x4000000000000000);
in subFloat64Sigs()
305
bSig |=
LIT64
(0x2000000000000000);
in addFloat64Sigs()
316
aSig |=
LIT64
(0x2000000000000000);
in addFloat64Sigs()
326
zSig =
LIT64
(0x4000000000000000) + aSig + bSig;
in addFloat64Sigs()
330
aSig |=
LIT64
(
in addFloat64Sigs()
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H
A
D
softfloat.c
42
#define
LIT64
( a ) a##LL
macro
116
return a &
LIT64
(0x000FFFFFFFFFFFFF);
in extractFloat64Frac()
257
aSig |=
LIT64
(0x4000000000000000);
in subFloat64Sigs()
260
bSig |=
LIT64
(0x4000000000000000);
in subFloat64Sigs()
273
bSig |=
LIT64
(0x4000000000000000);
in subFloat64Sigs()
276
aSig |=
LIT64
(0x4000000000000000);
in subFloat64Sigs()
305
bSig |=
LIT64
(0x2000000000000000);
in addFloat64Sigs()
316
aSig |=
LIT64
(0x2000000000000000);
in addFloat64Sigs()
326
zSig =
LIT64
(0x4000000000000000) + aSig + bSig;
in addFloat64Sigs()
330
aSig |=
LIT64
(
in addFloat64Sigs()
[all...]
Completed in 9 milliseconds