HomeSort by: relevance | last modified time | path
    Searched refs:iota (Results 1 - 3 of 3) 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) {
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc 319 std::iota(Integers.begin(), Integers.end(), 0);
336 std::iota(Integers.begin(), Integers.end(), 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCorpus.h 281 std::iota(Intervals.begin(), Intervals.end(), 0);

Completed in 15 milliseconds