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:b_flt_e
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
softfloat.c
461
uint64_t
b_flt_e
= (b_di.u >> 52) & 0x7ff;
in _mesa_double_add_rtz()
local
467
const int64_t exp_diff = a_flt_e -
b_flt_e
;
in _mesa_double_add_rtz()
476
} else if ((
b_flt_e
== 0) && (b_flt_m == 0)) {
in _mesa_double_add_rtz()
482
} else if (
b_flt_e
== 0x7ff && b_flt_m != 0) {
in _mesa_double_add_rtz()
488
} else if (
b_flt_e
== 0x7ff && b_flt_m == 0) {
in _mesa_double_add_rtz()
502
e =
b_flt_e
;
in _mesa_double_add_rtz()
520
if (
b_flt_e
!= 0)
in _mesa_double_add_rtz()
682
uint64_t
b_flt_e
= (b_di.u >> 52) & 0x7ff;
in _mesa_double_sub_rtz()
local
690
const int64_t exp_diff = a_flt_e -
b_flt_e
;
in _mesa_double_sub_rtz()
699
} else if ((
b_flt_e
in _mesa_double_sub_rtz()
837
uint64_t
b_flt_e
= (b_di.u >> 52) & 0x7ff;
_mesa_double_mul_rtz()
local
943
uint64_t
b_flt_e
= (b_di.u >> 52) & 0x7ff;
_mesa_double_fma_rtz()
local
1208
uint32_t
b_flt_e
= (b_fi.u >> 23) & 0xff;
_mesa_float_fma_rtz()
local
[all...]
Completed in 3 milliseconds