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:sample_value
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/logging/
H
A
D
counters.h
442
double
sample_value
;
in AddSample()
local
445
sample_value
= Aggregate(end_ms, end_value);
in AddSample()
448
sample_value
= (last_value_ + end_value) / 2;
in AddSample()
450
backing_histogram_->AddSample(static_cast<int>(
sample_value
+ 0.5));
in AddSample()
/third_party/skia/src/core/
H
A
D
SkScalerContext.cpp
366
int
sample_value
= srcP[sample_index];
in pack4xHToMask()
local
368
fir[subpxl_index] += coefficients[subpxl_index][coeff_index] *
sample_value
;
in pack4xHToMask()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngvalid.c
6418
sample_scale(double
sample_value
, unsigned int scale)
in sample_scale()
argument
6420
sample_value
= floor(
sample_value
* scale + .5);
in sample_scale()
6423
if (!(
sample_value
> 0))
in sample_scale()
6424
sample_value
= 0;
in sample_scale()
6425
else if (
sample_value
> scale)
in sample_scale()
6426
sample_value
= scale;
in sample_scale()
6428
return (unsigned int)
sample_value
;
in sample_scale()
Completed in 19 milliseconds