Home
last modified time | relevance | path

Searched refs:Testable (Results 1 – 5 of 5) sorted by relevance

/third_party/optimized-routines/math/test/rtest/
Dmain.c17 void gencases(Testable *fn, int number);
18 void docase(Testable *fn, uint32 *args);
19 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in);
27 int nargs_(Testable* f) { in nargs_()
50 static int isdouble(Testable *f) in isdouble()
86 Testable *find_function(const char *func) in find_function()
97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand()
201 Testable *f = 0; in dofile()
Dintern.h74 typedef struct __testable Testable; typedef
84 extern Testable functions[];
89 int nargs_(Testable* f);
Ddotest.c457 Testable functions[] = {
1520 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in) { in vet_for_decline()
1629 void docase(Testable *fn, uint32 *args) { in docase()
2139 void gencases(Testable *fn, int number) { in gencases()
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
Dscoped_ptr.h285 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable;
288 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
369 typedef scoped_ptr_impl<element_type, deleter_type> scoped_ptr::*Testable;
372 operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
/third_party/rust/crates/regex/tests/
Dconsistent.rs159 impl quickcheck::Testable for RegexEqualityTest {