Home
last modified time | relevance | path

Searched refs:is_real (Results 1 – 25 of 1888) sorted by last modified time

12345678910>>...76

/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp6578 unsigned int is_real = 0; in _run() local
6586 indices,&boundary,&is_real,&end)==3) && in _run()
6594 is_real?"real":"binary"); in _run()
6596 cimg_forY(selection,l) gmic_apply(dilate(kernel,(bool)boundary,(bool)is_real)); in _run()
7201 unsigned int is_real = 0; in _run() local
7210 indices,&boundary,&is_real,&end)==3) && in _run()
7218 is_real?"real":"binary"); in _run()
7220 cimg_forY(selection,l) gmic_apply(erode(kernel,(bool)boundary,(bool)is_real)); in _run()
/dports/math/spblas/spblas-1.02_8/
H A Dnist_spblas.cc191 int is_real() const { return real_;} in is_real() function in NIST_SPBLAS::Sp_mat
1018 cout << "real: " << yesno(is_real()) << "\n"; in print()
1235 case (blas_real) : return S->is_real(); in BLAS_usgp()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/core/
H A Dnumbers.py86 isinstance(value, sympy.Expr) and value.is_number and not value.is_real
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dnumeric.py1080 if py_x is None or (not py_x.is_number) or (not py_x.is_real):
1119 or (not py_dx.is_real)
H A Doptimization.py45 if value.is_real and value > 0:
113 if val.is_real:
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp6967 unsigned int is_real = 0; local
6975 indices,&boundary,&is_real,&end)==3) &&
6983 is_real?"real":"binary");
6985 cimg_forY(selection,l) gmic_apply(dilate(kernel,boundary,(bool)is_real));
7602 unsigned int is_real = 0; local
7611 indices,&boundary,&is_real,&end)==3) &&
7619 is_real?"real":"binary");
7621 cimg_forY(selection,l) gmic_apply(erode(kernel,boundary,(bool)is_real));
H A DCImg.h39042 const bool is_real=false) {
39044 return get_erode(kernel,boundary_conditions,is_real).move_to(*this);
39050 const bool is_real=false) const {
39052 if (!is_real && kernel==0) return CImg<T>(width(),height(),depth(),spectrum(),0);
39071 if (is_real) { // Real erosion
39347 const bool is_real=false) {
39349 return get_dilate(kernel,boundary_conditions,is_real).move_to(*this);
39355 const bool is_real=false) const {
39356 if (is_empty() || !kernel || (!is_real && kernel==0)) return *this;
39375 if (is_real) { // Real dilation
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp6998 unsigned int is_real = 0; in _run() local
7006 indices,&boundary,&is_real,&end)==3) && in _run()
7014 is_real?"real":"binary"); in _run()
7016 cimg_forY(selection,l) gmic_apply(dilate(kernel,(bool)boundary,(bool)is_real)); in _run()
7633 unsigned int is_real = 0; in _run() local
7642 indices,&boundary,&is_real,&end)==3) && in _run()
7650 is_real?"real":"binary"); in _run()
7652 cimg_forY(selection,l) gmic_apply(erode(kernel,(bool)boundary,(bool)is_real)); in _run()
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.38/
H A D_predicate.def12 is_number a = is_real a || is_complex a;
16 is_int a = is_real a && a == (int) a;
28 is_preal a = is_real a && a > 0;
32 is_ureal a = is_real a && a >= 0;
84 is_real_list l = is_listof is_real l;
220 = Image_type.sRGB, is_real x
303 = 1, is_real x
318 = Image_coding.NOCODING, is_real x
407 has_real x = is_real x || is_Real x;
411 = x, is_real x
H A D_convert.def14 = Matrix [[x]], is_real x
43 = Image (mtoi [[x]]), is_real x
98 = Colour "sRGB" [x, x, x], is_real x // since Colour can't do mono
122 = x, is_real x
371 = colour_apply fn [x], is_real x
H A D_stdenv.def400 = [n + 1, x + s, x * x + s2], is_real x
431 = sofar, is_real x && x == 0
432 = [n + 1, x + s, x * x + s2], is_real x
529 = abs_num x, is_real x
560 = abs_vec_num x, is_real x
807 = sign_num x, is_real x
1131 = 255 - x, is_real x
1167 is_real angle && is_image image
1919 = print_base_real, is_real in
H A DImage.def323 = Real x, is_real x
H A D_types.def121 is_real x &&
280 is_real x]
343 is_real x && x == -1 &&
346 is_real x && x == 2 &&
361 is_real x &&
517 is_real x &&
H A D_Object.def6 check_real = [is_real, _ "real"];
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.2/
H A DImage.def323 = Real x, is_real x
H A D_convert.def14 = Matrix [[x]], is_real x
43 = Image (mtoi [[x]]), is_real x
98 = Colour "sRGB" [x, x, x], is_real x // since Colour can't do mono
122 = x, is_real x
371 = colour_apply fn [x], is_real x
H A D_predicate.def12 is_number a = is_real a || is_complex a;
16 is_int a = is_real a && a == (int) a;
28 is_preal a = is_real a && a > 0;
32 is_ureal a = is_real a && a >= 0;
84 is_real_list l = is_listof is_real l;
220 = Image_type.sRGB, is_real x
303 = 1, is_real x
318 = Image_coding.NOCODING, is_real x
407 has_real x = is_real x || is_Real x;
411 = x, is_real x
H A D_stdenv.def400 = [n + 1, x + s, x * x + s2], is_real x
431 = sofar, is_real x && x == 0
432 = [n + 1, x + s, x * x + s2], is_real x
529 = abs_num x, is_real x
560 = abs_vec_num x, is_real x
807 = sign_num x, is_real x
1146 = 255 - x, is_real x
1182 is_real angle && is_image image
1901 = print_base_real, is_real in
H A D_types.def121 is_real x &&
280 is_real x]
343 is_real x && x == -1 &&
346 is_real x && x == 2 &&
361 is_real x &&
517 is_real x &&
H A D_Object.def6 check_real = [is_real, _ "real"];
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.16/
H A D_convert.def14 = Matrix [[x]], is_real x
42 = Image (mtoi [[x]]), is_real x
79 = Colour "sRGB" [x, x, x], is_real x // since Colour can't do mono
103 = x, is_real x
345 = colour_apply fn [x], is_real x
H A D_predicate.def12 is_number a = is_real a || is_complex a;
16 is_int a = is_real a && a == (int) a;
28 is_preal a = is_real a && a > 0;
32 is_ureal a = is_real a && a >= 0;
84 is_real_list l = is_listof is_real l;
218 = Image_type.sRGB, is_real x
287 = 1, is_real x
297 = Image_coding.NOCODING, is_real x
351 has_real x = is_real x || is_Real x;
355 = x, is_real x
H A DImage.def322 = Real x, is_real x
H A D_stdenv.def271 = [n + 1, x + s, x * x + s2], is_real x
302 = sofar, is_real x && x == 0
303 = [n + 1, x + s, x * x + s2], is_real x
400 = abs_num x, is_real x
431 = abs_vec_num x, is_real x
678 = sign_num x, is_real x
972 = 255 - x, is_real x
1008 is_real angle && is_image image
1619 = print_base_real, is_real in
H A D_types.def121 is_real x &&
280 is_real x]
343 is_real x && x == -1 &&
346 is_real x && x == 2 &&
361 is_real x &&
513 is_real x &&

12345678910>>...76