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
defs:saturated
(Results
1 - 7
of
7
) sorted by relevance
/third_party/gn/src/base/numerics/
H
A
D
clamped_math_impl.h
89
const V
saturated
= CommonMaxOrMin<V>(IsValueNegative(y));
in Do()
local
116
const V
saturated
= CommonMaxOrMin<V>(!IsValueNegative(y));
in Do()
local
140
const V
saturated
=
in Do()
local
225
const V
saturated
= as_unsigned(V(0)) - IsValueNegative(x);
in Do()
local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H
A
D
clamped_math_impl.h
95
const V
saturated
= CommonMaxOrMin<V>(IsValueNegative(y));
in Do()
local
123
const V
saturated
= CommonMaxOrMin<V>(!IsValueNegative(y));
in Do()
local
148
const V
saturated
= CommonMaxOrMin<V>(IsValueNegative(x) ^ IsValueNegative(y));
in Do()
local
241
const V
saturated
= as_unsigned(V(0)) - IsValueNegative(x);
in Do()
local
H
A
D
safe_conversions.h
199
const Dst
saturated
= CommonMaxOrMin<Dst, Src>(
in Do()
local
/third_party/node/deps/v8/src/base/
H
A
D
safe_conversions.h
195
const Dst
saturated
= CommonMaxOrMin<Dst, Src>(
in Do()
local
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
mdf.c
132
int
saturated
;
member
[all...]
/third_party/pulseaudio/speex/tmv/
H
A
D
mdf_tm.h
355
register int
saturated
= st->
saturated
;
in mdf_preemph()
local
703
register int
saturated
= st->
saturated
;
mdf_compute_error_signal()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H
A
D
vktComputeCooperativeMatrixTests.cpp
990
const bool
saturated
= (m_data.testType == TT_MATRIXMULADD_SATURATED);
in iterate()
local
Completed in 9 milliseconds