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:deltaT
(Results
1 - 10
of
10
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
CalendarAstronomer.java
1227
double
deltaT
= (deltaAngle + (next ? 0 : -PI2)) * (periodDays*DAY_MS) / PI2;
in timeOfAngle()
1229
double lastDeltaT =
deltaT
; // Liu
in timeOfAngle()
1232
setTime(time + (long)
deltaT
);
in timeOfAngle()
1242
double factor = Math.abs(
deltaT
/ normPI(angle-lastAngle));
in timeOfAngle()
1245
deltaT
= normPI(desired - angle) * factor;
in timeOfAngle()
1249
// If abs(
deltaT
) begins to diverge we need to quit this loop.
in timeOfAngle()
1257
// But attempting to make the same call a day earlier causes
deltaT
in timeOfAngle()
1268
if (Math.abs(
deltaT
) > Math.abs(lastDeltaT)) {
in timeOfAngle()
1274
lastDeltaT =
deltaT
;
in timeOfAngle()
1277
setTime(time + (long)
deltaT
);
in timeOfAngle()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
CalendarAstronomer.java
1229
double
deltaT
= (deltaAngle + (next ? 0 : -PI2)) * (periodDays*DAY_MS) / PI2;
in timeOfAngle()
1231
double lastDeltaT =
deltaT
; // Liu
in timeOfAngle()
1234
setTime(time + (long)
deltaT
);
in timeOfAngle()
1244
double factor = Math.abs(
deltaT
/ normPI(angle-lastAngle));
in timeOfAngle()
1247
deltaT
= normPI(desired - angle) * factor;
in timeOfAngle()
1251
// If abs(
deltaT
) begins to diverge we need to quit this loop.
in timeOfAngle()
1259
// But attempting to make the same call a day earlier causes
deltaT
in timeOfAngle()
1270
if (Math.abs(
deltaT
) > Math.abs(lastDeltaT)) {
in timeOfAngle()
1276
lastDeltaT =
deltaT
;
in timeOfAngle()
1279
setTime(time + (long)
deltaT
);
in timeOfAngle()
[all...]
/third_party/icu/icu4c/source/i18n/
H
A
D
astro.cpp
1310
double
deltaT
= (deltaAngle + (next ? 0.0 : - CalendarAstronomer_PI2 )) * (periodDays*DAY_MS) / CalendarAstronomer_PI2;
in timeOfAngle()
local
1312
double lastDeltaT =
deltaT
; // Liu
in timeOfAngle()
1315
setTime(fTime + uprv_ceil(
deltaT
));
in timeOfAngle()
1325
double factor = uprv_fabs(
deltaT
/ normPI(angle-lastAngle));
in timeOfAngle()
1328
deltaT
= normPI(desired - angle) * factor;
in timeOfAngle()
1332
// If abs(
deltaT
) begins to diverge we need to quit this loop.
in timeOfAngle()
1340
// But attempting to make the same call a day earlier causes
deltaT
in timeOfAngle()
1351
if (uprv_fabs(
deltaT
) > uprv_fabs(lastDeltaT)) {
in timeOfAngle()
1357
lastDeltaT =
deltaT
;
in timeOfAngle()
1360
setTime(fTime + uprv_ceil(
deltaT
));
in timeOfAngle()
1373
double
deltaT
= 0;
riseOrSet()
local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H
A
D
astro.cpp
1310
double
deltaT
= (deltaAngle + (next ? 0.0 : - CalendarAstronomer_PI2 )) * (periodDays*DAY_MS) / CalendarAstronomer_PI2;
in timeOfAngle()
local
1312
double lastDeltaT =
deltaT
; // Liu
in timeOfAngle()
1315
setTime(fTime + uprv_ceil(
deltaT
));
in timeOfAngle()
1325
double factor = uprv_fabs(
deltaT
/ normPI(angle-lastAngle));
in timeOfAngle()
1328
deltaT
= normPI(desired - angle) * factor;
in timeOfAngle()
1332
// If abs(
deltaT
) begins to diverge we need to quit this loop.
in timeOfAngle()
1340
// But attempting to make the same call a day earlier causes
deltaT
in timeOfAngle()
1351
if (uprv_fabs(
deltaT
) > uprv_fabs(lastDeltaT)) {
in timeOfAngle()
1357
lastDeltaT =
deltaT
;
in timeOfAngle()
1360
setTime(fTime + uprv_ceil(
deltaT
));
in timeOfAngle()
1373
double
deltaT
= 0;
riseOrSet()
local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
astro.cpp
1310
double
deltaT
= (deltaAngle + (next ? 0.0 : - CalendarAstronomer_PI2 )) * (periodDays*DAY_MS) / CalendarAstronomer_PI2;
in timeOfAngle()
local
1312
double lastDeltaT =
deltaT
; // Liu
in timeOfAngle()
1315
setTime(fTime + uprv_ceil(
deltaT
));
in timeOfAngle()
1325
double factor = uprv_fabs(
deltaT
/ normPI(angle-lastAngle));
in timeOfAngle()
1328
deltaT
= normPI(desired - angle) * factor;
in timeOfAngle()
1332
// If abs(
deltaT
) begins to diverge we need to quit this loop.
in timeOfAngle()
1340
// But attempting to make the same call a day earlier causes
deltaT
in timeOfAngle()
1351
if (uprv_fabs(
deltaT
) > uprv_fabs(lastDeltaT)) {
in timeOfAngle()
1357
lastDeltaT =
deltaT
;
in timeOfAngle()
1360
setTime(fTime + uprv_ceil(
deltaT
));
in timeOfAngle()
1373
double
deltaT
= 0;
riseOrSet()
local
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H
A
D
extdependency.py
204
deltaT
= endTime - startTime
variable
205
print('Total time = {} time/loop = {}'.format(
deltaT
,
deltaT
/ args.loops))
/third_party/skia/tests/
H
A
D
PathOpsAngleTest.cpp
88
double
deltaT
= moveT / 2;
in DEF_TEST()
local
98
moveT +=
deltaT
;
in DEF_TEST()
100
moveT -=
deltaT
;
in DEF_TEST()
102
deltaT
/= 2;
in DEF_TEST()
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
jitter.c
185
spx_int32_t
deltaT
;
in compute_opt_delay()
local
255
deltaT
= best-worst;
in compute_opt_delay()
257
jitter->auto_tradeoff = 1 +
deltaT
/TOP_DELAY;
in compute_opt_delay()
/third_party/skia/third_party/externals/dawn/examples/
H
A
D
ComputeBoids.cpp
52
float
deltaT
;
member
157
deltaT
: f32;
in initSim()
223
vPos = vPos + (vVel * params.
deltaT
);
in initSim()
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 26 milliseconds