Searched refs:LG7 (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/libm/src/math/ |
D | log.rs | 71 const LG7: f64 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ constant 113 let t2: f64 = z * (LG1 + w * (LG3 + w * (LG5 + w * LG7))); in log()
|
D | log1p.rs | 66 const LG7: f64 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ constant 139 t2 = z * (LG1 + w * (LG3 + w * (LG5 + w * LG7))); in log1p()
|
D | log2.rs | 30 const LG7: f64 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ constant 86 t2 = z * (LG1 + w * (LG3 + w * (LG5 + w * LG7))); in log2()
|
D | log10.rs | 32 const LG7: f64 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ constant 89 t2 = z * (LG1 + w * (LG3 + w * (LG5 + w * LG7))); in log10()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 18518 ,"US","LG7","Lewisburg","Lewisburg","KY","--3-----","RQ","0907",,"3659N 08656W",
|