Home | Sort by: relevance | last modified time | path |
/src/lib/libm/ld80/ | |
b_tgammal.c | 379 * iota is a sloppy threshold to isolate x = 0. 382 static const double iota = 0x1p-116; variable in typeref:typename:const double 401 if (x > iota) 404 if (x > -iota) { |
b_tgammal.c | 379 * iota is a sloppy threshold to isolate x = 0. 382 static const double iota = 0x1p-116; variable in typeref:typename:const double 401 if (x > iota) 404 if (x > -iota) { |