Home
last modified time | relevance | path

Searched defs:fcheck (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/unittests/Evaluate/
Dreal.cpp302 FLT fcheck = x; // TODO unsigned too in inttest() local
378 FLT fcheck{std::trunc(fj)}; in subsetTests() local
446 FLT fcheck{fj + fk}; in subsetTests() local
463 FLT fcheck{fj - fk}; in subsetTests() local
480 FLT fcheck{fj * fk}; in subsetTests() local
497 FLT fcheck{fj / fk}; in subsetTests() local
/external/zopfli/src/zopfli/
Dzlib_container.c59 unsigned fcheck = 31 - cmfflg % 31; in ZopfliZlibCompress() local