HomeSort by: relevance | last modified time | path
    Searched refs:CHECK1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/cxx/
t-ops2f.cc 28 CHECK1(mpf_class,1.9,trunc);
29 CHECK1(mpf_class,1.9,floor);
30 CHECK1(mpf_class,1.9,ceil);
31 CHECK1(mpf_class,4.3,trunc);
32 CHECK1(mpf_class,4.3,floor);
33 CHECK1(mpf_class,4.3,ceil);
34 CHECK1(mpf_class,-7.1,trunc);
35 CHECK1(mpf_class,-7.1,floor);
36 CHECK1(mpf_class,-7.1,ceil);
37 CHECK1(mpf_class,-2.8,trunc)
    [all...]
t-ops2.h 29 #define CHECK1(Type,a,fun) \
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
Checker.h 516 template <typename CHECK1, typename... CHECKs>
517 class Checker : public CHECK1, public CHECKs..., public CheckerBase {
521 CHECK1::_register(checker, mgr);
526 template <typename CHECK1>
527 class Checker<CHECK1> : public CHECK1, public CheckerBase {
531 CHECK1::_register(checker, mgr);
  /src/sys/net/
zlib.c 3382 CHECK1, /* one check byte to go */
3613 z->state->mode = CHECK1;
3615 case CHECK1:

Completed in 74 milliseconds