Home
last modified time | relevance | path

Searched refs:is_null_node (Results 1 – 5 of 5) sorted by relevance

/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk.hpp5339 inline bool is_null_node(const expression_node<T>* node) in is_null_node() function
18897 return details::is_null_node(expr.control_block_->expr); in is_null()
23680 is_null_node (expression_list[i]) || in simplify()
27137 else if (details::is_null_node(branch[0])) in operator ()()
27262 if (details::is_null_node(branch)) in branch_to_id()
27532 details::is_null_node(branch[0]) || in is_null_present()
27533 details::is_null_node(branch[1]) in is_null_present()
27875 else if (details::is_null_node(condition)) in while_loop()
27922 else if (details::is_null_node(condition)) in repeat_until_loop()
35900 const bool b0_null = details::is_null_node(branch[0]); in synthesize_null_expression()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp5361 inline bool is_null_node(const expression_node<T>* node) in is_null_node() function
19143 return details::is_null_node(expr.control_block_->expr); in is_null()
23985 is_null_node (expression_list[i]) || in simplify()
27442 else if (details::is_null_node(branch[0])) in operator ()()
27567 if (details::is_null_node(branch)) in branch_to_id()
27837 details::is_null_node(branch[0]) || in is_null_present()
27838 details::is_null_node(branch[1]) in is_null_present()
28225 else if (details::is_null_node(condition)) in while_loop()
28272 else if (details::is_null_node(condition)) in repeat_until_loop()
36303 const bool b0_null = details::is_null_node(branch[0]); in synthesize_null_expression()
[all …]
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk.hpp5343 inline bool is_null_node(const expression_node<T>* node) in is_null_node() function
18901 return details::is_null_node(expr.control_block_->expr); in is_null()
23684 is_null_node (expression_list[i]) || in simplify()
27141 else if (details::is_null_node(branch[0])) in operator ()()
27266 if (details::is_null_node(branch)) in branch_to_id()
27536 details::is_null_node(branch[0]) || in is_null_present()
27537 details::is_null_node(branch[1]) in is_null_present()
27879 else if (details::is_null_node(condition)) in while_loop()
27926 else if (details::is_null_node(condition)) in repeat_until_loop()
35904 const bool b0_null = details::is_null_node(branch[0]); in synthesize_null_expression()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp5363 inline bool is_null_node(const expression_node<T>* node) in is_null_node() function
19145 return details::is_null_node(expr.control_block_->expr); in is_null()
23987 is_null_node (expression_list[i]) || in simplify()
27444 else if (details::is_null_node(branch[0])) in operator ()()
27569 if (details::is_null_node(branch)) in branch_to_id()
27839 details::is_null_node(branch[0]) || in is_null_present()
27840 details::is_null_node(branch[1]) in is_null_present()
28227 else if (details::is_null_node(condition)) in while_loop()
28274 else if (details::is_null_node(condition)) in repeat_until_loop()
36305 const bool b0_null = details::is_null_node(branch[0]); in synthesize_null_expression()
[all …]
/dports/www/nift/nsm-2.4.11/exprtk/
H A Dexprtk.h5196 inline bool is_null_node(const expression_node<T>* node)
18224 return details::is_null_node(expr.control_block_->expr);
22790 is_null_node (expression_list[i]) ||
26209 else if (details::is_null_node(branch[0]))
26334 if (details::is_null_node(branch))
26604 details::is_null_node(branch[0]) ||
26605 details::is_null_node(branch[1])
26934 else if (details::is_null_node(condition))
26971 else if (details::is_null_node(condition))
34924 const bool b0_null = details::is_null_node(branch[0]);
[all …]