Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 123) sorted by relevance

12345

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Datomic.rs4 static bool testUMax(uint32_t dst, uint32_t src) { variable
14 static bool testUMin(uint32_t dst, uint32_t src) { variable
24 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) { constant
34 static bool test_atomics() { variable
Dmath.rs238 static bool test_fp_math(uint32_t index) { variable
341 static bool test_int_math(uint32_t index) { variable
363 static bool test_basic_operators() { variable
401 static bool test_convert() { constant
Dmath_agree.rs137 static bool f1_almost_equal(float a, float b) { variable
141 static bool f2_almost_equal(float2 a, float2 b) { variable
146 static bool f3_almost_equal(float3 a, float3 b) { variable
151 static bool f4_almost_equal(float4 a, float4 b) { constant
363 static bool test_math_agree() { constant
Dforeach.rs6 static bool failed = false; constant
18 static bool test_root_output() { variable
39 static bool test_foo_output() { variable
Dkernel.rs6 static bool failed = false; constant
18 static bool test_root_output() { variable
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Datomic.rs4 static bool testUMax(uint32_t dst, uint32_t src) { constant
14 static bool testUMin(uint32_t dst, uint32_t src) { constant
24 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) { constant
34 static bool test_atomics() { variable
Dmath.rs238 static bool test_fp_math(uint32_t index) { variable
341 static bool test_int_math(uint32_t index) { variable
363 static bool test_basic_operators() { constant
401 static bool test_convert() { variable
Dmath_agree.rs137 static bool f1_almost_equal(float a, float b) { variable
141 static bool f2_almost_equal(float2 a, float2 b) { constant
146 static bool f3_almost_equal(float3 a, float3 b) { variable
151 static bool f4_almost_equal(float4 a, float4 b) { variable
363 static bool test_math_agree() { constant
Dforeach.rs6 static bool failed = false; variable
18 static bool test_root_output() { constant
39 static bool test_foo_output() { variable
Dforeach_bounds.rs23 static bool test_root_output() { constant
52 static bool failed = false; constant
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs238 static bool test_fp_math(uint32_t index) { variable
341 static bool test_int_math(uint32_t index) { constant
363 static bool test_basic_operators() { variable
401 static bool test_convert() { variable
Dforeach.rs6 static bool failed = false; variable
12 static bool test_root_output() { variable
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs238 static bool test_fp_math(uint32_t index) { constant
341 static bool test_int_math(uint32_t index) { constant
363 static bool test_basic_operators() { constant
401 static bool test_convert() { constant
Dforeach.rs6 static bool failed = false; constant
12 static bool test_root_output() { constant
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs245 static bool test_fp_math(uint32_t index) { variable
350 static bool test_int_math(uint32_t index) { variable
372 static bool test_basic_operators() { constant
410 static bool test_convert() { variable
Datomic.rs4 static bool testUMax(uint32_t dst, uint32_t src) { constant
14 static bool testUMin(uint32_t dst, uint32_t src) { variable
24 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) { variable
34 static bool test_atomics() { variable
Dforeach_multi.rs21 static bool failed = false; constant
74 static bool test_sum2_output() { constant
94 static bool test_sum3_output() { variable
115 static bool test_sum_mixed_output() { variable
135 static bool test_sum2_struct_output() { variable
Dmath_agree.rs137 static bool f1_almost_equal(float a, float b) { variable
141 static bool f2_almost_equal(float2 a, float2 b) { constant
146 static bool f3_almost_equal(float3 a, float3 b) { variable
151 static bool f4_almost_equal(float4 a, float4 b) { constant
367 static bool test_math_agree() { variable
Dforeach.rs6 static bool failed = false; variable
18 static bool test_root_output() { variable
39 static bool test_foo_output() { variable
Dmath_fp16.rs97 static bool testAPI() { constant
279 static bool testFrexp() { constant
306 static bool testModf() { variable
320 static bool testNextAfter() { variable
409 static bool testIlogb() { variable
Dforeach_bounds.rs10 static bool failed = false; variable
25 static bool test_root_output() { constant
Dkernel3d.rs6 static bool failed = false; constant
24 static bool test_root_output() { constant
Dctxt_default.rs6 static bool failed = false; constant
36 static bool test_root_output() { variable
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs111 static bool test_fp_math(uint32_t index) { variable
250 static bool test_basic_operators() { constant
288 static bool test_convert() { variable
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/
Dreduce_general_bad_halter.rs26 static bool halt0() { return false; } variable
30 static bool halt2(const int *accum, const int *accum2) { return false; } constant
34 static bool halt_special(const int *context) { return false; } variable
38 static bool hva_halt(const unsigned *accum) { return false; } variable
58 static bool halt_const(int *accum) { return false; } variable

12345