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:is_denorm
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/tests/
H
A
D
Float16Test.cpp
19
static bool
is_denorm
(uint16_t h) {
in is_denorm()
function
36
alternate =
is_denorm
(h) ? 0.0f : expected;
in DEF_TEST()
62
if (
is_denorm
(expected)) {
/third_party/glslang/SPIRV/
H
A
D
hex_float.h
676
const bool
is_denorm
= exponent == 0 && !is_zero;
in operator <<()
local
688
if (
is_denorm
) {
in operator <<()
888
bool
is_denorm
=
in operator >>()
local
902
is_denorm
= false;
in operator >>()
935
if (
is_denorm
&& !bits_written) {
in operator >>()
983
bool is_zero =
is_denorm
&& (fraction == 0);
in operator >>()
984
if (
is_denorm
&& !is_zero) {
in operator >>()
/third_party/skia/third_party/externals/spirv-tools/source/util/
H
A
D
hex_float.h
759
const bool
is_denorm
= exponent == 0 && !is_zero;
in operator <<()
local
771
if (
is_denorm
) {
in operator <<()
971
bool
is_denorm
=
in operator >>()
local
985
is_denorm
= false;
in operator >>()
1021
if (
is_denorm
&& !bits_written) {
in operator >>()
1080
bool is_zero =
is_denorm
&& (fraction == 0);
in operator >>()
1081
if (
is_denorm
&& !is_zero) {
in operator >>()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H
A
D
hex_float.h
759
const bool
is_denorm
= exponent == 0 && !is_zero;
in operator <<()
local
771
if (
is_denorm
) {
in operator <<()
971
bool
is_denorm
=
in operator >>()
local
985
is_denorm
= false;
in operator >>()
1021
if (
is_denorm
&& !bits_written) {
in operator >>()
1080
bool is_zero =
is_denorm
&& (fraction == 0);
in operator >>()
1081
if (
is_denorm
&& !is_zero) {
in operator >>()
/third_party/spirv-tools/source/util/
H
A
D
hex_float.h
760
const bool
is_denorm
= exponent == 0 && !is_zero;
in operator <<()
local
772
if (
is_denorm
) {
in operator <<()
/third_party/skia/include/private/
H
A
D
SkVx.h
635
is_denorm
= em < 0x3880'0000;
in to_half_finite_ftz()
local
636
return cast<uint16_t>(if_then_else(
is_denorm
, Vec<N,uint32_t>(0)
in to_half_finite_ftz()
643
auto
is_denorm
= bit_pun<Vec<N,int32_t>>(em < 0x0400);
in from_half_finite_ftz()
local
644
return if_then_else(
is_denorm
, Vec<N,float>(0)
in from_half_finite_ftz()
Completed in 11 milliseconds