Searched defs:x_int (Results 1 - 1 of 1) sorted by relevance
| /ast/src/lib/libast/uwin/ | ||
| H A D | lgamma.c | 211 int x_int; local 214 x_int = (int)(x + .5); 215 y = x - x_int; 216 if (x_int <= 2 && y > RIGHT) { 218 y--; x_int++; 229 switch (x_int) { 254 switch (x_int) { |
Completed in 19 milliseconds