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:Const_
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/
H
A
D
exception.h
14
#define
Const_
(x) $##x
macro
16
#define
Const_
(x) x
macro
23
#define FPU_BUSY
Const_
(0x8000) /* FPU busy bit (8087 compatibility) */
24
#define EX_ErrorSummary
Const_
(0x0080) /* Error summary status */
26
#define EX_INTERNAL
Const_
(0x8000) /* Internal error in wm-FPU-emu */
27
#define EX_StackOver
Const_
(0x0041|SW_C1) /* stack overflow */
28
#define EX_StackUnder
Const_
(0x0041) /* stack underflow */
30
#define EX_Precision
Const_
(0x0020) /* loss of precision */
31
#define EX_Underflow
Const_
(0x0010) /* underflow */
32
#define EX_Overflow
Const_
(
[all...]
H
A
D
control_w.h
23
#define CW_Precision
Const_
(0x0020) /* loss of precision mask */
24
#define CW_Underflow
Const_
(0x0010) /* underflow mask */
25
#define CW_Overflow
Const_
(0x0008) /* overflow mask */
26
#define CW_ZeroDiv
Const_
(0x0004) /* divide by zero mask */
27
#define CW_Denormal
Const_
(0x0002) /* denormalized operand mask */
28
#define CW_Invalid
Const_
(0x0001) /* invalid operation mask */
/kernel/linux/linux-6.6/arch/x86/math-emu/
H
A
D
exception.h
14
#define
Const_
(x) $##x
macro
16
#define
Const_
(x) x
macro
23
#define FPU_BUSY
Const_
(0x8000) /* FPU busy bit (8087 compatibility) */
24
#define EX_ErrorSummary
Const_
(0x0080) /* Error summary status */
26
#define EX_INTERNAL
Const_
(0x8000) /* Internal error in wm-FPU-emu */
27
#define EX_StackOver
Const_
(0x0041|SW_C1) /* stack overflow */
28
#define EX_StackUnder
Const_
(0x0041) /* stack underflow */
30
#define EX_Precision
Const_
(0x0020) /* loss of precision */
31
#define EX_Underflow
Const_
(0x0010) /* underflow */
32
#define EX_Overflow
Const_
(
[all...]
H
A
D
control_w.h
23
#define CW_Precision
Const_
(0x0020) /* loss of precision mask */
24
#define CW_Underflow
Const_
(0x0010) /* underflow mask */
25
#define CW_Overflow
Const_
(0x0008) /* overflow mask */
26
#define CW_ZeroDiv
Const_
(0x0004) /* divide by zero mask */
27
#define CW_Denormal
Const_
(0x0002) /* denormalized operand mask */
28
#define CW_Invalid
Const_
(0x0001) /* invalid operation mask */
Completed in 2 milliseconds