Home
last modified time | relevance | path

Searched refs:beta (Results 1 – 25 of 162) sorted by relevance

1234567

/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt47 15.09 beta 2015-10-16
61 9.38 beta 2015-01-03
69 9.36 beta 2014-12-26
81 9.35 beta 2014-12-07
88 9.21 beta 2011-04-11
96 9.18 beta 2010-11-02
101 9.12 beta 2010-03-24
107 9.11 beta 2010-03-15
141 4.61 beta 2008-11-23
150 4.60 beta 2008-08-19
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-history.txt47 15.09 beta 2015-10-16
61 9.38 beta 2015-01-03
69 9.36 beta 2014-12-26
81 9.35 beta 2014-12-07
88 9.21 beta 2011-04-11
96 9.18 beta 2010-11-02
101 9.12 beta 2010-03-24
107 9.11 beta 2010-03-15
141 4.61 beta 2008-11-23
150 4.60 beta 2008-08-19
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt47 15.09 beta 2015-10-16
61 9.38 beta 2015-01-03
69 9.36 beta 2014-12-26
81 9.35 beta 2014-12-07
88 9.21 beta 2011-04-11
96 9.18 beta 2010-11-02
101 9.12 beta 2010-03-24
107 9.11 beta 2010-03-15
141 4.61 beta 2008-11-23
150 4.60 beta 2008-08-19
[all …]
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c145 float beta = sum_xy / sum_x2; in time_sync_estimate_time1() local
146 float alpha = mean_y - beta * mean_x; in time_sync_estimate_time1()
149 sync->beta = beta; in time_sync_estimate_time1()
156 …*time1 = sync->time1_base + floatToInt64(sync->alpha + sync->beta * floatFromInt64(time2 - sync->t… in time_sync_estimate_time1()
/device/google/cuttlefish_vmm/
Drebuild.sh64 gcloud beta compute scp "${SSH_FLAGS[@]}" \
72 gcloud beta compute scp --recurse "${SSH_FLAGS[@]}" \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drandom.py488 def gammavariate(self, alpha, beta): argument
505 if alpha <= 0.0 or beta <= 0.0:
529 return x * beta
536 return -_log(u) * beta
556 return x * beta
613 def betavariate(self, alpha, beta): argument
627 return y / (y + self.gammavariate(beta, 1.))
640 def weibullvariate(self, alpha, beta): argument
649 return alpha * pow(-_log(u), 1.0/beta)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drandom.py490 def gammavariate(self, alpha, beta): argument
507 if alpha <= 0.0 or beta <= 0.0:
531 return x * beta
538 return -_log(u) * beta
558 return x * beta
615 def betavariate(self, alpha, beta): argument
629 return y / (y + self.gammavariate(beta, 1.))
642 def weibullvariate(self, alpha, beta): argument
651 return alpha * pow(-_log(u), 1.0/beta)
/device/google/contexthub/firmware/os/inc/algos/
Dtime_sync.h41 float alpha, beta; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdecSingle.decTest9 -- These testcases are experimental ('beta' versions), and they --
DdecQuad.decTest9 -- These testcases are experimental ('beta' versions), and they --
DdecDouble.decTest9 -- These testcases are experimental ('beta' versions), and they --
Dtestall.decTest9 -- These testcases are experimental ('beta' versions), and they --
DdqClass.decTest9 -- These testcases are experimental ('beta' versions), and they --
DddCopyNegate.decTest9 -- These testcases are experimental ('beta' versions), and they --
Dcopyabs.decTest9 -- These testcases are experimental ('beta' versions), and they --
DddCopy.decTest9 -- These testcases are experimental ('beta' versions), and they --
DddClass.decTest9 -- These testcases are experimental ('beta' versions), and they --
Dcopy.decTest9 -- These testcases are experimental ('beta' versions), and they --
DdqCopy.decTest9 -- These testcases are experimental ('beta' versions), and they --
Dcopynegate.decTest9 -- These testcases are experimental ('beta' versions), and they --
DdqCopyNegate.decTest9 -- These testcases are experimental ('beta' versions), and they --
DdqMinus.decTest9 -- These testcases are experimental ('beta' versions), and they --
/device/google/cuttlefish_common/tools/
Dcreate_base_image_hostlib.sh113 gcloud beta compute scp "${SSH_FLAGS[@]}" "${PZ[@]}" \
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt982 #196. (Changed in MR14) Problems with "(alpha)? beta" guess
987 rule : ( alpha )? beta ;
992 beta : S t Z ;
1003 and antlr can't tell what part of beta is matched by alpha and
1008 FIRST(beta) as a result of the internal representation of
1025 rule : ( alpha )? beta
1030 beta : alpha Z ;
1040 in an "(alpha)? beta" block.
1048 alpha in an "(alpha)? beta" block. It is not possible for antlr to
1049 compute this follow set because it is not known what part of beta has
[all …]
/device/google/wahoo/sepolicy/vendor/
Dseapp_contexts22 # Also allow GoogleCameraNext, the dogfood beta version, the same access as GoogleCamera

1234567