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:fDouble
(Results
1 - 9
of
9
) sorted by relevance
/third_party/icu/icu4c/source/i18n/
H
A
D
fmtable.cpp
137
fValue.
fDouble
= value;
in Formattable()
245
fValue.
fDouble
= source.fValue.
fDouble
;
in operator =()
295
equal = (fValue.
fDouble
== that.fValue.
fDouble
);
in operator ==()
414
if (fValue.
fDouble
> INT32_MAX) {
in getLong()
417
} else if (fValue.
fDouble
< INT32_MIN) {
in getLong()
421
return (int32_t)fValue.
fDouble
; // loses fraction
in getLong()
459
if (fValue.
fDouble
> (double)U_INT64_MAX) {
in getInt64()
462
} else if (fValue.
fDouble
< (doubl
in getInt64()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H
A
D
fmtable.cpp
137
fValue.
fDouble
= value;
in Formattable()
245
fValue.
fDouble
= source.fValue.
fDouble
;
in operator =()
295
equal = (fValue.
fDouble
== that.fValue.
fDouble
);
in operator ==()
414
if (fValue.
fDouble
> INT32_MAX) {
in getLong()
417
} else if (fValue.
fDouble
< INT32_MIN) {
in getLong()
421
return (int32_t)fValue.
fDouble
; // loses fraction
in getLong()
459
if (fValue.
fDouble
> (double)U_INT64_MAX) {
in getInt64()
462
} else if (fValue.
fDouble
< (doubl
in getInt64()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
fmtable.cpp
137
fValue.
fDouble
= value;
in Formattable()
245
fValue.
fDouble
= source.fValue.
fDouble
;
in operator =()
295
equal = (fValue.
fDouble
== that.fValue.
fDouble
);
in operator ==()
414
if (fValue.
fDouble
> INT32_MAX) {
in getLong()
417
} else if (fValue.
fDouble
< INT32_MIN) {
in getLong()
421
return (int32_t)fValue.
fDouble
; // loses fraction
in getLong()
459
if (fValue.
fDouble
> (double)U_INT64_MAX) {
in getInt64()
462
} else if (fValue.
fDouble
< (doubl
in getInt64()
[all...]
/third_party/skia/src/core/
H
A
D
SkFDot6.h
26
double
fDouble
;
in SkScalarRoundToFDot6()
member
32
tmp.
fDouble
= SkScalarToDouble(x) + magic;
in SkScalarRoundToFDot6()
/third_party/skia/tests/
H
A
D
GrMemoryPoolTest.cpp
70
fDouble
= static_cast<double>(v);
74
return
fDouble
== static_cast<double>(v) &&
79
double
fDouble
;
member in B
H
A
D
MathTest.cpp
717
double
fDouble
;
in DEF_TEST()
member
734
int i = sk_double_saturate2int(r.
fDouble
);
in DEF_TEST()
/third_party/icu/icu4c/source/i18n/unicode/
H
A
D
fmtable.h
293
double getDouble(void) const { return fValue.
fDouble
; }
in getDouble()
695
double
fDouble
;
member
/third_party/node/deps/icu-small/source/i18n/unicode/
H
A
D
fmtable.h
293
double getDouble(void) const { return fValue.
fDouble
; }
in getDouble()
695
double
fDouble
;
member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H
A
D
fmtable.h
293
double getDouble(void) const { return fValue.
fDouble
; }
in getDouble()
695
double
fDouble
;
member
Completed in 8 milliseconds