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:maxerr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
tarith.c
772
double
maxerr
;
in validation_gamma()
local
790
maxerr
= 0;
in validation_gamma()
796
if (i != 0 && fabs(error) >
maxerr
)
in validation_gamma()
797
maxerr
= fabs(error);
in validation_gamma()
808
printf("maximum 8-bit log error = %f\n",
maxerr
);
in validation_gamma()
810
maxerr
= 0;
in validation_gamma()
816
if (i != 0 && fabs(error) >
maxerr
)
in validation_gamma()
817
maxerr
= fabs(error);
in validation_gamma()
831
printf("maximum 16-bit log error = %f\n",
maxerr
);
in validation_gamma()
834
maxerr
in validation_gamma()
[all...]
H
A
D
pngstest.c
2422
int
maxerr
;
in cmppixel()
local
2505
maxerr
= err_r;
in cmppixel()
2506
if (
maxerr
< err_g)
maxerr
= err_g;
in cmppixel()
2507
if (
maxerr
< err_b)
maxerr
= err_b;
in cmppixel()
2509
if (
maxerr
<= transform->error[limit])
in cmppixel()
2517
transform->error[limit] = (png_uint_16)
maxerr
;
in cmppixel()
/third_party/musl/libc-test/src/math/gen/
H
A
D
gen.c
61
float
maxerr
= 0;
in main()
local
108
if (abserr >
maxerr
) {
in main()
109
maxerr
= abserr;
in main()
118
if (checkmode &&
maxerr
) {
in main()
119
printf("//
maxerr
: %f, ",
maxerr
);
in main()
/third_party/optimized-routines/math/test/
H
A
D
ulp.h
247
double
maxerr
= 0;
in cmp()
local
307
if (abserr >
maxerr
)
in cmp()
309
maxerr
= abserr;
in cmp()
342
"
maxerr
%g\n",
in cmp()
345
(unsigned long long) cntfail,
maxerr
);
in cmp()
353
printf (" round %c errlim %g
maxerr
%g %s cnt %llu cnt1 %llu %g%% cnt2 %llu "
in cmp()
356
maxerr
, conf->r == FE_TONEAREST ? "+0.5" : "+1.0",
in cmp()
Completed in 8 milliseconds