Home
last modified time | relevance | path

Searched defs:IfThenElse (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Tools/pybench/
DConstructs.py3 class IfThenElse(Test): class
/external/skia/tests/
DSkVxTest.cpp47 float4 IfThenElse(int4 c, float4 t, float4 e) { return if_then_else(c,t,e); } in IfThenElse() function
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dlocal_ssa_elim_test.cpp855 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
/external/deqp-deps/SPIRV-Tools/test/opt/
Dlocal_ssa_elim_test.cpp855 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
/external/swiftshader/src/Reactor/
DReactor.hpp2692 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, RValue<T> ifFalse) in IfThenElse() function
2698 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, RValue<T> ifFalse) in IfThenElse() function
2706 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, const T &ifFalse) in IfThenElse() function
2714 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, const T &ifFalse) in IfThenElse() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1818 IfThenElse(SExpr *C, SExpr *T, SExpr *E) in IfThenElse() function
1821 IfThenElse(const IfThenElse &I, SExpr *C, SExpr *T, SExpr *E) in IfThenElse() function