Searched defs:Bool (Results 1 - 25 of 98) sorted by last modified time

1234

/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp1.c37 typedef unsigned char Bool; typedef
81 static Bool do_dot;
297 Bool cr_supported;
H A Dtest_dfp2.c42 typedef unsigned char Bool; typedef
386 Bool cr_supported;
H A Dtest_dfp3.c38 typedef unsigned char Bool; typedef
490 static Bool __is_TE_val(int x)
1015 Bool insert_insn = False;
H A Dtest_dfp4.c40 typedef unsigned char Bool; typedef
492 Bool repeat = True;
H A Dtest_dfp5.c40 typedef unsigned char Bool; typedef
H A Dtest_isa_2_06_part2.c39 typedef unsigned char Bool; typedef
567 static Bool do_dot;
616 static Bool do_aXp;
617 static Bool do_dp;
944 static Bool do_OE;
1074 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1092 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1214 Bool convToWord = (test_group.type == VX_CONV_WORD);
1295 Bool repeat = False;
1296 Bool scala
[all...]
H A Dtest_isa_2_06_part3.c39 typedef unsigned char Bool; typedef
419 Bool check_estimate(precision_type_t type, Bool is_rsqrte, int idx, int output_vec_idx)
444 Bool result = False;
445 Bool dp_test = type == DOUBLE_TEST;
452 Bool src_is_negative = False;
453 Bool res_is_negative = False;
569 static Bool do_dot;
910 static Bool do_OE;
1002 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_input
[all...]
H A Dtest_isa_2_07_part2.c88 typedef unsigned char Bool; typedef
771 Bool check_reciprocal_estimate(Bool is_rsqrte, int idx, int output_vec_idx)
798 Bool result = False;
807 Bool src_is_negative = False;
808 Bool res_is_negative = False;
1045 Bool dp = ((test_group.precision == DOUBLE_TEST) ||
1048 Bool dp_res = IS_DP_RESULT(test_group.precision);
1049 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False;
1050 Bool is_scala
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp1.c37 typedef unsigned char Bool; typedef
81 static Bool do_dot;
297 Bool cr_supported;
H A Dtest_dfp2.c42 typedef unsigned char Bool; typedef
386 Bool cr_supported;
H A Dtest_dfp3.c38 typedef unsigned char Bool; typedef
490 static Bool __is_TE_val(int x)
1015 Bool insert_insn = False;
H A Dtest_dfp4.c40 typedef unsigned char Bool; typedef
492 Bool repeat = True;
H A Dtest_dfp5.c40 typedef unsigned char Bool; typedef
H A Dtest_isa_2_06_part2.c39 typedef unsigned char Bool; typedef
567 static Bool do_dot;
616 static Bool do_aXp;
617 static Bool do_dp;
944 static Bool do_OE;
1074 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1092 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1214 Bool convToWord = (test_group.type == VX_CONV_WORD);
1295 Bool repeat = False;
1296 Bool scala
[all...]
H A Dtest_isa_2_06_part3.c39 typedef unsigned char Bool; typedef
419 Bool check_estimate(precision_type_t type, Bool is_rsqrte, int idx, int output_vec_idx)
444 Bool result = False;
445 Bool dp_test = type == DOUBLE_TEST;
452 Bool src_is_negative = False;
453 Bool res_is_negative = False;
569 static Bool do_dot;
910 static Bool do_OE;
1002 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_input
[all...]
H A Dtest_isa_2_07_part2.c88 typedef unsigned char Bool; typedef
771 Bool check_reciprocal_estimate(Bool is_rsqrte, int idx, int output_vec_idx)
798 Bool result = False;
807 Bool src_is_negative = False;
808 Bool res_is_negative = False;
1045 Bool dp = ((test_group.precision == DOUBLE_TEST) ||
1048 Bool dp_res = IS_DP_RESULT(test_group.precision);
1049 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False;
1050 Bool is_scala
[all...]
/external/valgrind/main/perf/
H A Dbz2.c424 typedef unsigned char Bool; typedef
431 #define True ((Bool)1)
432 #define False ((Bool)0)
619 Bool inUse[256];
658 BZ2_compressBlock ( EState*, Bool );
740 Bool blockRandomised;
749 Bool smallDecompress;
777 Bool inUse[256];
778 Bool inUse16[16];
1003 Bool vex_stre
[all...]
H A Dtest_input_for_tinycc.c993 typedef unsigned char Bool; typedef
1047 Bool inUse[256];
1086 BZ2_compressBlock ( EState*, Bool );
1108 Bool blockRandomised;
1117 Bool smallDecompress;
1145 Bool inUse[256];
1146 Bool inUse16[16];
1251 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1253 while (((Bool)1)) {
1255 return ((Bool)
[all...]
/external/valgrind/main/tests/
H A Darch_test.c23 typedef int Bool; typedef
37 static Bool go(char* arch)
H A Dos_test.c21 typedef int Bool; typedef
30 static Bool matches_version(char *min_version)
57 static Bool go(char* OS, char *min_version)
H A Dx86_amd64_features.c24 typedef int Bool; typedef
39 static Bool vendorStringEquals ( char* str )
51 static Bool have_xgetbv ( void )
71 static Bool go(char* cpu)
74 Bool require_amd = False;
75 Bool require_xgetbv = False;
163 static Bool go(char* cpu)
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h92 /* Bool is always 8 bits. */
93 typedef unsigned char Bool; typedef
94 #define True ((Bool)1)
95 #define False ((Bool)0)
97 /* Use this to coerce the result of a C comparison to a Bool. This is
100 static inline Bool toBool ( Int x ) {
102 return (Bool)r;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c408 typedef unsigned char Bool; typedef
415 #define True ((Bool)1)
416 #define False ((Bool)0)
603 Bool inUse[256];
642 BZ2_compressBlock ( EState*, Bool );
724 Bool blockRandomised;
733 Bool smallDecompress;
761 Bool inUse[256];
762 Bool inUse16[16];
988 Bool vexxx_stre
[all...]
H A Dtest_ppc_jm1.c166 typedef unsigned char Bool; typedef
167 #define True ((Bool)1)
168 #define False ((Bool)0)
175 static Bool my_isspace ( UChar c )
337 Bool vexxx_streq ( const HChar* s1, const HChar* s2 )
359 Bool capitalise )
412 Bool neg = False;
473 Bool is_long;
/external/valgrind/main/cachegrind/
H A Dcg_merge.c45 typedef unsigned char Bool; typedef
46 #define True ((Bool)1)
47 #define False ((Bool)0)
83 Bool delFromFM ( WordFM* fm, /*OUT*/Word* oldV, Word key );
86 Bool lookupFM ( WordFM* fm, /*OUT*/Word* valP, Word key );
95 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal );
160 static Bool readline ( SOURCE* s )
189 static Bool streqn ( const char* s1, const char* s2, size_t n )
194 static Bool streq ( const char* s1, const char* s2 )
455 static Bool parse_ULon
[all...]

Completed in 297 milliseconds

1234