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:Dbl_exponent
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H
A
D
dfcmp.c
52
if( (
Dbl_exponent
(leftp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
53
|| (
Dbl_exponent
(rightp1) == DBL_INFINITY_EXPONENT) )
in dbl_fcmp()
58
if( ((
Dbl_exponent
(leftp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
62
((
Dbl_exponent
(rightp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
76
else if( ((
Dbl_exponent
(leftp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
79
((
Dbl_exponent
(rightp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
H
A
D
fcnvfxt.c
194
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_sgl_fcnvfxt()
259
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_dbl_fcnvfxt()
H
A
D
dfrem.c
51
if ((opnd1_exponent =
Dbl_exponent
(opnd1p1)) == DBL_INFINITY_EXPONENT) {
in dbl_frem()
98
if ((opnd2_exponent =
Dbl_exponent
(opnd2p1)) == DBL_INFINITY_EXPONENT) {
in dbl_frem()
H
A
D
fcnvfut.c
193
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_sgl_fcnvfut()
262
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_dbl_fcnvfut()
H
A
D
dfadd.c
61
if ((result_exponent =
Dbl_exponent
(leftp1)) == DBL_INFINITY_EXPONENT)
in dbl_fadd()
161
result_exponent =
Dbl_exponent
(leftp1);
in dbl_fadd()
165
if((right_exponent =
Dbl_exponent
(rightp1)) == 0)
in dbl_fadd()
H
A
D
dfsub.c
61
if ((result_exponent =
Dbl_exponent
(leftp1)) == DBL_INFINITY_EXPONENT)
in dbl_fsub()
162
result_exponent =
Dbl_exponent
(leftp1);
in dbl_fsub()
167
if((right_exponent =
Dbl_exponent
(rightp1)) == 0)
in dbl_fsub()
H
A
D
dfmpy.c
156
dest_exponent =
Dbl_exponent
(opnd1p1) +
Dbl_exponent
(opnd2p1) -DBL_BIAS;
in dbl_fmpy()
H
A
D
denormal.c
94
exponent =
Dbl_exponent
(opndp1) - DBL_WRAP;
in dbl_denormalize()
H
A
D
fcnvfx.c
274
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_sgl_fcnvfx()
385
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_dbl_fcnvfx()
H
A
D
dfdiv.c
162
dest_exponent =
Dbl_exponent
(opnd1p1) -
Dbl_exponent
(opnd2p1) + DBL_BIAS;
in dbl_fdiv()
H
A
D
fcnvfu.c
296
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_sgl_fcnvfu()
419
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_dbl_fcnvfu()
H
A
D
dfsqrt.c
53
if ((src_exponent =
Dbl_exponent
(srcp1)) == DBL_INFINITY_EXPONENT) {
in dbl_fsqrt()
H
A
D
frnd.c
153
if ((src_exponent =
Dbl_exponent
(srcp1)) == DBL_INFINITY_EXPONENT) {
in dbl_frnd()
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H
A
D
dfcmp.c
52
if( (
Dbl_exponent
(leftp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
53
|| (
Dbl_exponent
(rightp1) == DBL_INFINITY_EXPONENT) )
in dbl_fcmp()
58
if( ((
Dbl_exponent
(leftp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
62
((
Dbl_exponent
(rightp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
76
else if( ((
Dbl_exponent
(leftp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
79
((
Dbl_exponent
(rightp1) == DBL_INFINITY_EXPONENT)
in dbl_fcmp()
H
A
D
dfrem.c
51
if ((opnd1_exponent =
Dbl_exponent
(opnd1p1)) == DBL_INFINITY_EXPONENT) {
in dbl_frem()
98
if ((opnd2_exponent =
Dbl_exponent
(opnd2p1)) == DBL_INFINITY_EXPONENT) {
in dbl_frem()
H
A
D
fcnvfxt.c
194
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_sgl_fcnvfxt()
259
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_dbl_fcnvfxt()
H
A
D
fcnvfut.c
193
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_sgl_fcnvfut()
262
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_dbl_fcnvfut()
H
A
D
dfadd.c
61
if ((result_exponent =
Dbl_exponent
(leftp1)) == DBL_INFINITY_EXPONENT)
in dbl_fadd()
161
result_exponent =
Dbl_exponent
(leftp1);
in dbl_fadd()
165
if((right_exponent =
Dbl_exponent
(rightp1)) == 0)
in dbl_fadd()
H
A
D
dfsub.c
61
if ((result_exponent =
Dbl_exponent
(leftp1)) == DBL_INFINITY_EXPONENT)
in dbl_fsub()
162
result_exponent =
Dbl_exponent
(leftp1);
in dbl_fsub()
167
if((right_exponent =
Dbl_exponent
(rightp1)) == 0)
in dbl_fsub()
H
A
D
dfmpy.c
156
dest_exponent =
Dbl_exponent
(opnd1p1) +
Dbl_exponent
(opnd2p1) -DBL_BIAS;
in dbl_fmpy()
H
A
D
denormal.c
94
exponent =
Dbl_exponent
(opndp1) - DBL_WRAP;
in dbl_denormalize()
H
A
D
dfdiv.c
162
dest_exponent =
Dbl_exponent
(opnd1p1) -
Dbl_exponent
(opnd2p1) + DBL_BIAS;
in dbl_fdiv()
H
A
D
fcnvfx.c
274
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_sgl_fcnvfx()
385
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_dbl_fcnvfx()
H
A
D
fcnvfu.c
296
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_sgl_fcnvfu()
419
src_exponent =
Dbl_exponent
(srcp1) - DBL_BIAS;
in dbl_to_dbl_fcnvfu()
H
A
D
dfsqrt.c
53
if ((src_exponent =
Dbl_exponent
(srcp1)) == DBL_INFINITY_EXPONENT) {
in dbl_fsqrt()
Completed in 9 milliseconds
1
2