Searched refs:lnm (Results 1 – 2 of 2) sorted by relevance
/external/curl/packages/vms/ |
D | config_h.com | 214 $if f$trnlnm("tf1","lnm$process",,"SUPERVISOR") .nes. "" then close tf1 215 $if f$trnlnm("tf2","lnm$process",,"SUPERVISOR") .nes. "" then close tf2 236 $if f$trnlnm("tf1","lnm$process",,"SUPERVISOR") .nes. "" then close tf1 237 $if f$trnlnm("tf2","lnm$process",,"SUPERVISOR") .nes. "" then close tf2
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 1337 double lnm[] = LN_MANT[(int)((bits & 0x000ffc0000000000L) >> 42)]; in log() local 1429 double c = a+lnm[0]; in log() 1430 double d = -(c-a-lnm[0]); in log() 1444 c = a + lnm[1]; in log() 1445 d = -(c - a - lnm[1]); in log()
|