Searched defs:IfThenElse (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython2/Tools/pybench/ |
| D | Constructs.py | 3 class IfThenElse(Test): class
|
| /external/swiftshader/src/Reactor/ |
| D | Reactor.hpp | 2943 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, RValue<T> ifFalse) in IfThenElse() function 2950 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, RValue<T> ifFalse) in IfThenElse() function 2959 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, const T &ifFalse) in IfThenElse() function 2968 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, const T &ifFalse) in IfThenElse() function
|
| D | SIMD.cpp | 1182 SIMD::Pointer SIMD::Pointer::IfThenElse(SIMD::Int condition, const SIMD::Pointer &lhs, const SIMD::… in IfThenElse() function in rr::SIMD::Pointer
|
| /external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | local_ssa_elim_test.cpp | 831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
| D | local_ssa_elim_test.cpp | 831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
| /external/deqp-deps/SPIRV-Tools/test/opt/ |
| D | local_ssa_elim_test.cpp | 831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyTIL.h | 1818 IfThenElse(SExpr *C, SExpr *T, SExpr *E) in IfThenElse() function 1821 IfThenElse(const IfThenElse &I, SExpr *C, SExpr *T, SExpr *E) in IfThenElse() function
|