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:upper_delta
(Results
1 - 2
of
2
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
wuffs-v0.3.c
13946
// within the upper bound. This is tracked by
upper_delta
:
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13956
int
upper_delta
= -1;
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
local
13987
// Calculate ud, the upper bound's digit, and update
upper_delta
.
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13989
if (
upper_delta
< 0) {
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13994
upper_delta
= +1;
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13999
upper_delta
= +0;
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
14001
} else if (
upper_delta
== 0) {
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
14006
upper_delta
= +1;
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
14013
(
upper_delta
> 0) || //
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
14014
((
upper_delta
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H
A
D
wuffs-v0.3.c
13050
// within the upper bound. This is tracked by
upper_delta
:
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13060
int
upper_delta
= -1;
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
local
13091
// Calculate ud, the upper bound's digit, and update
upper_delta
.
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13093
if (
upper_delta
< 0) {
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13098
upper_delta
= +1;
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13103
upper_delta
= +0;
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13105
} else if (
upper_delta
== 0) {
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13110
upper_delta
= +1;
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13117
(
upper_delta
> 0) || //
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13118
((
upper_delta
in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
[all...]
Completed in 63 milliseconds