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

  /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) {

Completed in 110 milliseconds