Home
last modified time | relevance | path

Searched refs:is_pure (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Derl_bifs.erl54 is_pure(erlang, '*', 2) -> true; function
56 is_pure(erlang, '+', 2) -> true; function
58 is_pure(erlang, '-', 1) -> true; function
59 is_pure(erlang, '-', 2) -> true; function
61 is_pure(erlang, '/', 2) -> true; function
149 is_pure(maps, get, 2) -> true; function
151 is_pure(maps, new, 0) -> true; function
160 is_pure(math, cos, 1) -> true; function
162 is_pure(math, erf, 1) -> true; function
176 is_pure(math, pi, 0) -> true; function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Derl_bifs.erl54 is_pure(erlang, '*', 2) -> true; function
56 is_pure(erlang, '+', 2) -> true; function
58 is_pure(erlang, '-', 1) -> true; function
59 is_pure(erlang, '-', 2) -> true; function
61 is_pure(erlang, '/', 2) -> true; function
148 is_pure(maps, get, 2) -> true; function
150 is_pure(maps, new, 0) -> true; function
159 is_pure(math, cos, 1) -> true; function
161 is_pure(math, erf, 1) -> true; function
175 is_pure(math, pi, 0) -> true; function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Derl_bifs.erl54 is_pure(erlang, '*', 2) -> true; function
56 is_pure(erlang, '+', 2) -> true; function
58 is_pure(erlang, '-', 1) -> true; function
59 is_pure(erlang, '-', 2) -> true; function
61 is_pure(erlang, '/', 2) -> true; function
148 is_pure(maps, get, 2) -> true; function
150 is_pure(maps, new, 0) -> true; function
159 is_pure(math, cos, 1) -> true; function
161 is_pure(math, erf, 1) -> true; function
175 is_pure(math, pi, 0) -> true; function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Derl_bifs.erl54 is_pure(erlang, '*', 2) -> true; function
56 is_pure(erlang, '+', 2) -> true; function
58 is_pure(erlang, '-', 1) -> true; function
59 is_pure(erlang, '-', 2) -> true; function
61 is_pure(erlang, '/', 2) -> true; function
148 is_pure(maps, get, 2) -> true; function
150 is_pure(maps, new, 0) -> true; function
159 is_pure(math, cos, 1) -> true; function
161 is_pure(math, erf, 1) -> true; function
175 is_pure(math, pi, 0) -> true; function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Derl_bifs.erl54 is_pure(erlang, '*', 2) -> true; function
56 is_pure(erlang, '+', 2) -> true; function
58 is_pure(erlang, '-', 1) -> true; function
59 is_pure(erlang, '-', 2) -> true; function
61 is_pure(erlang, '/', 2) -> true; function
148 is_pure(maps, get, 2) -> true; function
150 is_pure(maps, new, 0) -> true; function
159 is_pure(math, cos, 1) -> true; function
161 is_pure(math, erf, 1) -> true; function
175 is_pure(math, pi, 0) -> true; function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Derl_bifs.erl54 is_pure(erlang, '*', 2) -> true; function
56 is_pure(erlang, '+', 2) -> true; function
58 is_pure(erlang, '-', 1) -> true; function
59 is_pure(erlang, '-', 2) -> true; function
61 is_pure(erlang, '/', 2) -> true; function
155 is_pure(math, cos, 1) -> true; function
157 is_pure(math, erf, 1) -> true; function
159 is_pure(math, exp, 1) -> true; function
162 is_pure(math, log, 1) -> true; function
171 is_pure(math, pi, 0) -> true; function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Derl_bifs.erl38 is_pure(erlang, '*', 2) -> true; function
40 is_pure(erlang, '+', 2) -> true; function
42 is_pure(erlang, '-', 1) -> true; function
43 is_pure(erlang, '-', 2) -> true; function
45 is_pure(erlang, '/', 2) -> true; function
47 is_pure(erlang, '<', 2) -> true; function
52 is_pure(erlang, '>', 2) -> true; function
84 is_pure(erlang, hd, 1) -> true; function
137 is_pure(math, cos, 1) -> true; function
153 is_pure(math, pi, 0) -> true; function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Derl_bifs.erl378 is_pure(erlang, hd, 1) -> true; function
409 is_pure(erlang, tl, 1) -> true; function
414 is_pure(math, acos, 1) -> true; function
421 is_pure(math, cos, 1) -> true; function
423 is_pure(math, erf, 1) -> true; function
425 is_pure(math, exp, 1) -> true; function
426 is_pure(math, log, 1) -> true; function
428 is_pure(math, pow, 2) -> true; function
429 is_pure(math, sin, 1) -> true; function
432 is_pure(math, tan, 1) -> true; function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Derl_bifs.erl378 is_pure(erlang, hd, 1) -> true; function
409 is_pure(erlang, tl, 1) -> true; function
414 is_pure(math, acos, 1) -> true; function
421 is_pure(math, cos, 1) -> true; function
423 is_pure(math, erf, 1) -> true; function
425 is_pure(math, exp, 1) -> true; function
426 is_pure(math, log, 1) -> true; function
428 is_pure(math, pow, 2) -> true; function
429 is_pure(math, sin, 1) -> true; function
432 is_pure(math, tan, 1) -> true; function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Derl_bifs.erl378 is_pure(erlang, hd, 1) -> true; function
409 is_pure(erlang, tl, 1) -> true; function
414 is_pure(math, acos, 1) -> true; function
421 is_pure(math, cos, 1) -> true; function
423 is_pure(math, erf, 1) -> true; function
425 is_pure(math, exp, 1) -> true; function
426 is_pure(math, log, 1) -> true; function
428 is_pure(math, pow, 2) -> true; function
429 is_pure(math, sin, 1) -> true; function
432 is_pure(math, tan, 1) -> true; function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Derl_bifs.erl378 is_pure(erlang, hd, 1) -> true; function
409 is_pure(erlang, tl, 1) -> true; function
414 is_pure(math, acos, 1) -> true; function
421 is_pure(math, cos, 1) -> true; function
423 is_pure(math, erf, 1) -> true; function
425 is_pure(math, exp, 1) -> true; function
426 is_pure(math, log, 1) -> true; function
428 is_pure(math, pow, 2) -> true; function
429 is_pure(math, sin, 1) -> true; function
432 is_pure(math, tan, 1) -> true; function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Derl_bifs.erl378 is_pure(erlang, hd, 1) -> true; function
409 is_pure(erlang, tl, 1) -> true; function
414 is_pure(math, acos, 1) -> true; function
421 is_pure(math, cos, 1) -> true; function
423 is_pure(math, erf, 1) -> true; function
425 is_pure(math, exp, 1) -> true; function
426 is_pure(math, log, 1) -> true; function
428 is_pure(math, pow, 2) -> true; function
429 is_pure(math, sin, 1) -> true; function
432 is_pure(math, tan, 1) -> true; function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Derl_bifs.erl378 is_pure(erlang, hd, 1) -> true; function
409 is_pure(erlang, tl, 1) -> true; function
414 is_pure(math, acos, 1) -> true; function
421 is_pure(math, cos, 1) -> true; function
423 is_pure(math, erf, 1) -> true; function
425 is_pure(math, exp, 1) -> true; function
426 is_pure(math, log, 1) -> true; function
428 is_pure(math, pow, 2) -> true; function
429 is_pure(math, sin, 1) -> true; function
432 is_pure(math, tan, 1) -> true; function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Derl_bifs.erl378 is_pure(erlang, hd, 1) -> true; function
409 is_pure(erlang, tl, 1) -> true; function
414 is_pure(math, acos, 1) -> true; function
421 is_pure(math, cos, 1) -> true; function
423 is_pure(math, erf, 1) -> true; function
425 is_pure(math, exp, 1) -> true; function
426 is_pure(math, log, 1) -> true; function
428 is_pure(math, pow, 2) -> true; function
429 is_pure(math, sin, 1) -> true; function
432 is_pure(math, tan, 1) -> true; function
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/analyses/
H A Dpure_expressions.py31 if is_pure:
33 return is_pure
37 is_pure = all([self.visit(arg) for arg in node.args])
45 is_pure &= not func_alias.global_effects
47 is_pure &= func_alias in self.result
58 is_pure = False
60 is_pure = False
62 is_pure = False # conservative choice
65 is_pure &= self.visit(node.func)
66 if is_pure:
[all …]
/dports/math/polymake/polymake-4.5/apps/fan/src/
H A Dhasse_diagram.cc44 if (!tt.is_pure)
49 BigObject hasse_diagram(BigObject fan, bool is_pure, bool is_complete) in hasse_diagram() argument
51 return hasse_diagram_caller(fan, RankRestriction(), TopologicalType(is_pure, is_complete)); in hasse_diagram()
54 BigObject lower_hasse_diagram(BigObject fan, Int boundary_rank, bool is_pure, bool is_complete) in lower_hasse_diagram() argument
57 TopologicalType(is_pure, is_complete)); in lower_hasse_diagram()
60 BigObject upper_hasse_diagram(BigObject fan, Int boundary_rank, bool is_pure, bool is_complete) in upper_hasse_diagram() argument
63 TopologicalType(is_pure, is_complete)); in upper_hasse_diagram()
66 BigObject bounded_hasse_diagram(BigObject complex, Int boundary_rank, bool is_pure) in bounded_hasse_diagram() argument
71 TopologicalType(is_pure, false), far_vertices); in bounded_hasse_diagram()
H A Dk_skeleton.cc34 const bool is_pure = fan.give("PURE"); in k_skeleton() local
37 BigObject hasseDiagram = lower_hasse_diagram(fan, k, is_pure, is_complete); in k_skeleton()
/dports/math/rumur/rumur-2021.09.29/librumur/src/
H A DExpr.cc75 bool Ternary::is_pure() const { in is_pure() function in rumur::Ternary
76 return cond->is_pure() && lhs->is_pure() && rhs->is_pure(); in is_pure()
85 bool BinaryExpr::is_pure() const { return lhs->is_pure() && rhs->is_pure(); } in is_pure() function in rumur::BinaryExpr
227 bool UnaryExpr::is_pure() const { return rhs->is_pure(); } in is_pure() function in rumur::UnaryExpr
1044 if (!function->is_pure()) in is_pure()
1049 if (!a->is_pure()) in is_pure()
1183 bool Quantifier::is_pure() const { in is_pure() function in rumur::Quantifier
1189 return r->min->is_pure() && r->max->is_pure(); in is_pure()
1192 return s->bound->is_pure(); in is_pure()
1244 bool Exists::is_pure() const { return quantifier.is_pure() && expr->is_pure(); } in is_pure() function in rumur::Exists
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/blake3-1.2.0/
H A Dbuild.rs8 fn is_pure() -> bool { in is_pure() function
229 if is_pure() && is_neon() { in main()
239 if is_x86_32() || should_prefer_intrinsics() || is_pure() || support == NoCompiler { in main()
247 if is_pure() || support == NoCompiler || support == NoAVX512 { in main()
256 if (is_arm() && is_neon()) || (!is_no_neon() && !is_pure() && is_aarch64()) { in main()
/dports/math/polymake/polymake-4.5/apps/fan/include/
H A Dhasse_diagram.h275 const bool is_pure; variable
290 , is_pure(false) {} in BasicComplexDecorator()
301 , is_pure(is_pure_arg) in BasicComplexDecorator()
303 if (!is_pure) { in BasicComplexDecorator()
329 if (predecessor_data.rank == initial_rank && built_dually && !is_pure) in compute_decoration()
347 bool is_pure; // All maximal cells have the same dimension member
351 : is_pure(false) in TopologicalType()
355 : is_pure(p_arg) in TopologicalType()
363 BigObject lower_hasse_diagram(BigObject fan, Int boundary_rank, bool is_pure, bool is_complete);
423 …sicComplexDecorator(maximal_cones, top_combinatorial_dim, maximal_dims, artificial_set, tt.is_pure) in hasse_diagram_general()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/blake3-0.3.7/
H A Dbuild.rs8 fn is_pure() -> bool { in is_pure() function
217 if is_pure() && is_neon() { in main()
223 if is_x86_32() || should_prefer_intrinsics() || is_pure() || support == NoCompiler { in main()
231 if is_pure() || support == NoCompiler || support == NoAVX512 { in main()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/blake3-1.0.0/
H A Dbuild.rs8 fn is_pure() -> bool { in is_pure() function
217 if is_pure() && is_neon() { in main()
223 if is_x86_32() || should_prefer_intrinsics() || is_pure() || support == NoCompiler { in main()
231 if is_pure() || support == NoCompiler || support == NoAVX512 { in main()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/cints/
H A Dtform.cc71 int is_pure1 = int_shell1_->is_pure(gc1) ? 1 : 0; in transform_contrquartets_()
78 int is_pure2 = int_shell2_->is_pure(gc2) ? 1 : 0; in transform_contrquartets_()
130 int is_pure1 = int_shell1_->is_pure(gc1) ? 1 : 0; in transform_contrquartets_vec_()
137 int is_pure2 = int_shell2_->is_pure(gc2) ? 1 : 0; in transform_contrquartets_vec_()
191 int is_pure1 = int_shell1_->is_pure(gc1) ? 1 : 0; in transform_contrquartets_()
198 int is_pure2 = int_shell2_->is_pure(gc2) ? 1 : 0; in transform_contrquartets_()
205 int is_pure3 = int_shell3_->is_pure(gc3) ? 1 : 0; in transform_contrquartets_()
212 int is_pure4 = int_shell4_->is_pure(gc4) ? 1 : 0; in transform_contrquartets_()
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Df_vector.cc23 Array<Int> f_vector(const Array<Set<Int>>& C, const Int dim, const bool is_pure) in f_vector() argument
28 if (is_pure) { in f_vector()
/dports/math/rumur/rumur-2021.09.29/librumur/include/rumur/
H A DExpr.h64 virtual bool is_pure() const = 0;
90 bool is_pure() const final;
108 bool is_pure() const final;
216 bool is_pure() const final;
543 bool is_pure() const final;
566 bool is_pure() const final;
589 bool is_pure() const final;
614 bool is_pure() const final;
656 bool is_pure() const;
677 bool is_pure() const final;
[all …]

12345678910>>...20