Home
last modified time | relevance | path

Searched refs:c_double (Results 1 – 25 of 4021) sorted by relevance

12345678910>>...161

/dports/graphics/py-wand/Wand-0.6.7/wand/cdefs/
H A Ddrawing_wand.py193 c_void_p, c_double, c_double, c_double, c_double, c_double, c_double
197 c_void_p, c_double, c_double, c_double, c_double
201 c_void_p, c_double, c_double, c_double, c_double, c_double, c_double
210 c_void_p, c_double, c_double, c_double, c_double, c_double, c_double
213 c_void_p, c_double, c_double, c_double, c_double, c_double, c_double
216 c_void_p, c_double, c_double, c_double, c_double
219 c_void_p, c_double, c_double, c_double, c_double
228 c_void_p, c_double, c_double, c_double, c_double
231 c_void_p, c_double, c_double, c_double, c_double
256 c_void_p, c_double, c_double, c_double, c_double
[all …]
H A Dstructures.py16 _fields_ = [('sx', c_double),
17 ('rx', c_double),
18 ('ry', c_double),
19 ('sy', c_double),
20 ('tx', c_double),
21 ('ty', c_double)]
94 ('xi', c_double),
134 _fields_ = [('x', c_double),
135 ('y', c_double)]
156 _fields_ = [('x', c_double),
[all …]
H A Dmagick_image.py660 c_void_p, c_int, c_double, c_double, c_double
734 c_void_p, c_double, c_double, c_double
739 c_void_p, c_int, c_double, c_double, c_double
877 c_void_p, c_double, c_double, c_int, c_double
910 c_void_p, c_double, c_double, c_double
945 c_void_p, c_double, c_double, c_double
1001 c_void_p, c_double, c_double, c_double
1036 c_void_p, c_double, c_double, c_double
1055 c_void_p, c_double, c_double, c_double
1185 c_void_p, c_double, c_double, c_double, c_double
[all …]
/dports/astro/py-pysofa/pysofa-0.1.1/pysofa/
H A Dpysofa_ctypes.py161 rad = c_double()
218 dra = c_double()
289 x = c_double()
290 y = c_double()
447 phi = c_double()
1016 d1 = c_double()
1017 d2 = c_double()
1145 a = c_double()
1146 f = c_double()
1745 x = c_double()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/mesont/
H A DTubePotBase.f90135 real(c_double), intent(in) :: R
137 real(c_double) :: Z, RR
156 real(c_double), intent(in) :: R
158 real(c_double) :: Z, RR
177 real(c_double), intent(out) :: U, dUdR
178 real(c_double), intent(in) :: R
180 real(c_double) :: Z, RR
205 real(c_double), intent(in) :: R
227 real(c_double), intent(in) :: R
248 real(c_double), intent(in) :: R
[all …]
H A DTPMLib.f9066 real(c_double), intent(in) :: X
72 real(c_double), intent(in) :: X
78 real(c_double), intent(in) :: X
94 real(c_double), dimension(0:2), intent(in) :: V
100 real(c_double), dimension(0:2), intent(in) :: V1, V2
106 real(c_double), dimension(0:2), intent(in) :: V
112 real(c_double), dimension(0:2), intent(inout) :: V
114 real(c_double) :: Vabs
123 real(c_double), dimension(0:2), intent(out) :: V
138 real(c_double), dimension(0:2,0:2), intent(out) :: M
[all …]
H A DExportCNT.f9030 real(c_double), intent(in) :: Rref
65 real(c_double) :: get_R_
82 real(c_double), intent(in) :: R12
84 real(c_double), intent(in) :: L12
115 real(c_double), intent(inout), dimension(0:N-1) :: U
119 real(c_double), intent(inout), dimension(0:2,0:N-1) :: F
121 real(c_double), intent(inout), dimension(0:2) :: Fe
125 real(c_double), intent(inout), dimension(0:2,0:2,0:N-1) :: S
127 real(c_double), intent(inout), dimension(0:2,0:2) :: Se
133 real(c_double), intent(in), dimension(0:2,0:N-1) :: X
[all …]
H A DTPMForceField.f9038 real(c_double), intent(inout) :: U1, U2
40 real(c_double), intent(inout), dimension(0:2) :: F1, F2
46 real(c_double), intent(in) :: R12
48 real(c_double), intent(in) :: L12
154 real(c_double), intent(inout), dimension(0:N-1) :: U
158 real(c_double), intent(inout), dimension(0:2,0:N-1) :: F
160 real(c_double), intent(inout), dimension(0:2) :: Fe
164 real(c_double), intent(inout), dimension(0:2,0:2,0:N-1) :: S
166 real(c_double), intent(inout), dimension(0:2,0:2) :: Se
172 real(c_double), intent(in), dimension(0:2,0:N-1) :: X
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/windows/
H A Dcmath.rs6 pub fn acos(n: c_double) -> c_double; in acos() argument
7 pub fn asin(n: c_double) -> c_double; in asin() argument
8 pub fn atan(n: c_double) -> c_double; in atan() argument
9 pub fn atan2(a: c_double, b: c_double) -> c_double; in atan2() argument
10 pub fn cbrt(n: c_double) -> c_double; in cbrt() argument
12 pub fn cosh(n: c_double) -> c_double; in cosh() argument
13 pub fn expm1(n: c_double) -> c_double; in expm1() argument
15 pub fn fdim(a: c_double, b: c_double) -> c_double; in fdim() argument
18 pub fn hypot(x: c_double, y: c_double) -> c_double; in hypot() argument
23 pub fn sinh(n: c_double) -> c_double; in sinh() argument
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cairo-sys-rs-0.14.0/src/
H A Dlib.rs208 pub x: c_double,
209 pub y: c_double,
230 pub xx: c_double,
231 pub yx: c_double,
233 pub xy: c_double,
296 pub fn cairo_set_source_rgb(cr: *mut cairo_t, red: c_double, green: c_double, blue: c_double); in cairo_set_source_rgb() argument
308 x: c_double, in cairo_set_source_surface() argument
309 y: c_double, in cairo_set_source_surface() argument
427 pub fn cairo_line_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_line_to() argument
428 pub fn cairo_move_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_move_to() argument
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cairo-sys-rs-0.14.9/src/
H A Dlib.rs208 pub x: c_double,
209 pub y: c_double,
230 pub xx: c_double,
231 pub yx: c_double,
233 pub xy: c_double,
296 pub fn cairo_set_source_rgb(cr: *mut cairo_t, red: c_double, green: c_double, blue: c_double); in cairo_set_source_rgb() argument
308 x: c_double, in cairo_set_source_surface() argument
309 y: c_double, in cairo_set_source_surface() argument
427 pub fn cairo_line_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_line_to() argument
428 pub fn cairo_move_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_move_to() argument
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/cairo-sys-rs-0.14.9/src/
H A Dlib.rs208 pub x: c_double,
209 pub y: c_double,
230 pub xx: c_double,
231 pub yx: c_double,
233 pub xy: c_double,
296 pub fn cairo_set_source_rgb(cr: *mut cairo_t, red: c_double, green: c_double, blue: c_double); in cairo_set_source_rgb() argument
308 x: c_double, in cairo_set_source_surface() argument
309 y: c_double, in cairo_set_source_surface() argument
427 pub fn cairo_line_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_line_to() argument
428 pub fn cairo_move_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_move_to() argument
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cairo-sys-rs/src/
H A Dlib.rs208 pub x: c_double,
209 pub y: c_double,
230 pub xx: c_double,
231 pub yx: c_double,
233 pub xy: c_double,
296 pub fn cairo_set_source_rgb(cr: *mut cairo_t, red: c_double, green: c_double, blue: c_double); in cairo_set_source_rgb() argument
308 x: c_double, in cairo_set_source_surface() argument
309 y: c_double, in cairo_set_source_surface() argument
427 pub fn cairo_line_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_line_to() argument
428 pub fn cairo_move_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_move_to() argument
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/cairo-sys-rs-0.14.0/src/
H A Dlib.rs208 pub x: c_double,
209 pub y: c_double,
230 pub xx: c_double,
231 pub yx: c_double,
233 pub xy: c_double,
296 pub fn cairo_set_source_rgb(cr: *mut cairo_t, red: c_double, green: c_double, blue: c_double); in cairo_set_source_rgb() argument
308 x: c_double, in cairo_set_source_surface() argument
309 y: c_double, in cairo_set_source_surface() argument
427 pub fn cairo_line_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_line_to() argument
428 pub fn cairo_move_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_move_to() argument
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/cairo-sys-rs-0.14.0/src/
H A Dlib.rs208 pub x: c_double,
209 pub y: c_double,
230 pub xx: c_double,
231 pub yx: c_double,
233 pub xy: c_double,
296 pub fn cairo_set_source_rgb(cr: *mut cairo_t, red: c_double, green: c_double, blue: c_double); in cairo_set_source_rgb() argument
308 x: c_double, in cairo_set_source_surface() argument
309 y: c_double, in cairo_set_source_surface() argument
427 pub fn cairo_line_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_line_to() argument
428 pub fn cairo_move_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_move_to() argument
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/cairo-sys-rs-0.9.2/src/
H A Dlib.rs207 pub x: c_double,
208 pub y: c_double,
229 pub xx: c_double,
230 pub yx: c_double,
232 pub xy: c_double,
291 pub fn cairo_set_source_rgb(cr: *mut cairo_t, red: c_double, green: c_double, blue: c_double); in cairo_set_source_rgb() argument
303 x: c_double, in cairo_set_source_surface() argument
304 y: c_double, in cairo_set_source_surface() argument
422 pub fn cairo_line_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_line_to() argument
423 pub fn cairo_move_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_move_to() argument
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/cairo-sys-rs-0.9.2/src/
H A Dlib.rs207 pub x: c_double,
208 pub y: c_double,
229 pub xx: c_double,
230 pub yx: c_double,
232 pub xy: c_double,
291 pub fn cairo_set_source_rgb(cr: *mut cairo_t, red: c_double, green: c_double, blue: c_double); in cairo_set_source_rgb() argument
303 x: c_double, in cairo_set_source_surface() argument
304 y: c_double, in cairo_set_source_surface() argument
422 pub fn cairo_line_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_line_to() argument
423 pub fn cairo_move_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_move_to() argument
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/cairo-sys-rs/src/
H A Dlib.rs207 pub x: c_double,
208 pub y: c_double,
229 pub xx: c_double,
230 pub yx: c_double,
232 pub xy: c_double,
291 pub fn cairo_set_source_rgb(cr: *mut cairo_t, red: c_double, green: c_double, blue: c_double); in cairo_set_source_rgb() argument
303 x: c_double, in cairo_set_source_surface() argument
304 y: c_double, in cairo_set_source_surface() argument
422 pub fn cairo_line_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_line_to() argument
423 pub fn cairo_move_to(cr: *mut cairo_t, x: c_double, y: c_double); in cairo_move_to() argument
[all …]
/dports/science/teem/teem-1.11.0-src/python/ctypes/
H A Dteem.py1913 airMode3.argtypes = [c_double, c_double, c_double]
1940 airGaussian.argtypes = [c_double, c_double, c_double]
1958 airLogRician.argtypes = [c_double, c_double, c_double]
1961 airRician.argtypes = [c_double, c_double, c_double]
3383 ell_cubic.argtypes = [POINTER(c_double), c_double, c_double, c_double, c_int]
4933 mossMatApply.argtypes = [POINTER(c_double), POINTER(c_double), POINTER(c_double), c_double, c_doubl…
5218 nrrdSpaceVecScaleAdd2.argtypes = [POINTER(c_double), c_double, POINTER(c_double), c_double, POINTER…
5959 ('eval', CFUNCTYPE(c_double, POINTER(c_double), c_double, POINTER(c_double))),
6788c_double), POINTER(c_double), POINTER(c_double), POINTER(c_double), POINTER(c_double), POINTER(c_d…
6791c_double), POINTER(c_double), POINTER(c_double), POINTER(c_double), POINTER(c_double), POINTER(c_d…
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/openmc/lib/
H A Dmath.py11 _dll.t_percentile.restype = c_double
15 _dll.calc_pn_c.argtypes = [c_int, c_double, ndpointer(c_double)]
18 _dll.evaluate_legendre.argtypes = [c_int, POINTER(c_double), c_double]
21 _dll.calc_rn_c.argtypes = [c_int, ndpointer(c_double), ndpointer(c_double)]
24 _dll.calc_zn.argtypes = [c_int, c_double, c_double, ndpointer(c_double)]
27 _dll.calc_zn_rad.argtypes = [c_int, c_double, ndpointer(c_double)]
30 _dll.rotate_angle_c.argtypes = [ndpointer(c_double), c_double,
35 _dll.watt_spectrum.restype = c_double
36 _dll.watt_spectrum.argtypes = [c_double, c_double, POINTER(c_uint64)]
39 _dll.broaden_wmp_polynomials.argtypes = [c_double, c_double, c_int,
[all …]
/dports/science/openmc/openmc-0.12.2/openmc/lib/
H A Dmath.py11 _dll.t_percentile.restype = c_double
15 _dll.calc_pn_c.argtypes = [c_int, c_double, ndpointer(c_double)]
18 _dll.evaluate_legendre.argtypes = [c_int, POINTER(c_double), c_double]
21 _dll.calc_rn_c.argtypes = [c_int, ndpointer(c_double), ndpointer(c_double)]
24 _dll.calc_zn.argtypes = [c_int, c_double, c_double, ndpointer(c_double)]
27 _dll.calc_zn_rad.argtypes = [c_int, c_double, ndpointer(c_double)]
30 _dll.rotate_angle_c.argtypes = [ndpointer(c_double), c_double,
35 _dll.watt_spectrum.restype = c_double
36 _dll.watt_spectrum.argtypes = [c_double, c_double, POINTER(c_uint64)]
39 _dll.broaden_wmp_polynomials.argtypes = [c_double, c_double, c_int,
[all …]
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/example/
H A Dspglib_f08.f9050 import c_int, c_double
64 import c_int, c_double
78 import c_int, c_double
93 import c_int, c_double
108 import c_int, c_double
118 import c_int, c_double
128 import c_int, c_double
136 import c_int, c_double
144 import c_int, c_double
154 import c_int, c_double
[all …]
/dports/science/octopus/octopus-10.5/src/ions/
H A Dspglib_f08.f9050 import c_int, c_double
64 import c_int, c_double
78 import c_int, c_double
93 import c_int, c_double
108 import c_int, c_double
118 import c_int, c_double
128 import c_int, c_double
136 import c_int, c_double
144 import c_int, c_double
154 import c_int, c_double
[all …]
/dports/science/spglib/spglib-1.16.2/fortran/
H A Dspglib_f08.f9068 import c_int, c_double
82 import c_int, c_double
97 import c_int, c_double
114 import c_int, c_double
132 import c_int, c_double
154 import c_int, c_double
174 import c_int, c_double
185 import c_int, c_double
195 import c_int, c_double
203 import c_int, c_double
[all …]
/dports/science/py-spglib/spglib-1.16.2/fortran/
H A Dspglib_f08.f9068 import c_int, c_double
82 import c_int, c_double
97 import c_int, c_double
114 import c_int, c_double
132 import c_int, c_double
154 import c_int, c_double
174 import c_int, c_double
185 import c_int, c_double
195 import c_int, c_double
203 import c_int, c_double
[all …]

12345678910>>...161