Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/math/test/rtest/
Dmain.c18 void gencases(Testable *fn, int number);
19 void docase(Testable *fn, uint32 *args);
20 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in);
28 int nargs_(Testable* f) { in nargs_()
51 static int isdouble(Testable *f) in isdouble()
87 Testable *find_function(const char *func) in find_function()
98 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand()
202 Testable *f = 0; in dofile()
Dintern.h75 typedef struct __testable Testable; typedef
85 extern Testable functions[];
90 int nargs_(Testable* f);
Ddotest.c458 Testable functions[] = {
1521 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in) { in vet_for_decline()
1630 void docase(Testable *fn, uint32 *args) { in docase()
2140 void gencases(Testable *fn, int number) { in gencases()
/external/arm-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()
/external/rust/crates/regex/tests/
Dconsistent.rs159 impl quickcheck::Testable for RegexEqualityTest {
/external/webrtc/examples/objc/AppRTCMobile/
DARDSettingsModel.m125 #pragma mark - Testable
/external/rust/crates/byteorder/src/
Dlib.rs2388 use quickcheck::{Arbitrary, Gen, QuickCheck, StdGen, Testable};
2441 pub fn qc_sized<A: Testable>(f: A, size: u64) { in qc_sized()
3388 use self::quickcheck::{QuickCheck, StdGen, Testable};
3391 fn qc_unsized<A: Testable>(f: A) { in qc_unsized()