HomeSort by: relevance | last modified time | path
    Searched defs:iyflg (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/ld80/
e_powl.c 251 int i, nflg, iyflg, yoddint; local in function:powl
301 /* Set iyflg to 1 if y is an integer. */
302 iyflg = 0;
304 iyflg = 1;
308 if( iyflg )
358 if( iyflg == 0 )
366 if( iyflg )
e_powl.c 251 int i, nflg, iyflg, yoddint; local in function:powl
301 /* Set iyflg to 1 if y is an integer. */
302 iyflg = 0;
304 iyflg = 1;
308 if( iyflg )
358 if( iyflg == 0 )
366 if( iyflg )

Completed in 26 milliseconds