Home
last modified time | relevance | path

Searched refs:dleft (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1504 double dleft = nErg.GetDouble(); in Prim() local
1510 if( ( dleft < 0.0 && 0.0 != fraction ) || in Prim()
1511 ( 0.0 == dleft && right < 0.0 ) ) in Prim()
1518 dleft = pow(dleft, right ); in Prim()
1519 if( dleft == HUGE_VAL ) in Prim()
1526 nErg.PutDouble( dleft ); in Prim()

Completed in 20 milliseconds