Home
last modified time | relevance | path

Searched refs:a_u (Results 1 – 25 of 91) sorted by relevance

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/include/linux/
H A Datomic.h43 } a_u; member
46 #define ATOMIC_INIT(i) { .a_u = { .au_int = (i) } }
53 return atomic->a_u.au_int; in atomic_read()
59 atomic->a_u.au_int = value; in atomic_set()
65 atomic_add_int(&atomic->a_u.au_uint, addend); in atomic_add()
71 atomic_add_int(&atomic->a_u.au_uint, -subtrahend); in atomic_sub()
83 atomic_inc_uint(&atomic->a_u.au_uint); in atomic_inc()
89 atomic_dec_uint(&atomic->a_u.au_uint); in atomic_dec()
113 atomic_or_uint(&atomic->a_u.au_uint, mask); in atomic_set_mask()
119 atomic_and_uint(&atomic->a_u.au_uint, ~mask); in atomic_clear_mask()
[all …]
/dports/science/dftbplus/dftbplus-19.1/external/poisson/
H A Dparcheck.F90173 write(stdOut,'(a,3(f10.4),a)') ' Input PoissonBox=',PoissBox(1,1)*a_u,PoissBox(2,2)*a_u,&
174 PoissBox(3,3)*a_u, ' A'
182 write(stdOut,*) 'Atomic cutoff radius=', deltaR_max*a_u,'A'
187 write(stdOut,*) 'Gate length l=',GateLength_l*a_u,'A'
188 write(stdOut,*) 'Gate length t=',GateLength_t*a_u,'A'
189 write(stdOut,*) 'Gate distance=',Rmin_Gate*a_u,'A'
194 write(stdOut,*) 'Gate length=',GateLength_l*a_u,'A'
195 write(stdOut,*) 'Oxide length=',OxLength*a_u,'A'
196 write(stdOut,*) 'Inner gate radius=',Rmin_Gate*a_u,'A'
197 write(stdOut,*) 'Inner oxide radius=',Rmin_Ins*a_u,'A'
[all …]
H A Dpoisson.F901594 write(fp,'(i4,3f17.8)') 1,or(1)*a_u,or(2)*a_u,or(3)*a_u
1614 write(fp,'(i4,3f12.5)') 1,or(1)*a_u,or(2)*a_u,or(3)*a_u
1761 write(fp,'(E17.8,E17.8,E17.8)') xi*a_u, zk*a_u, rhs(i&
1779 write(fp,'(E17.8,E17.8,E17.8)') xi*a_u, yj*a_u, phi(i,j&
1816 write(fp,'(E17.8,E17.8)') z_min_gate*a_u,z_max_gate*a_u
1817 write(fp,'(E17.8,E17.8)') z_min_ox*a_u,z_max_ox*a_u
1819 write(fp,'(E17.8,E17.8)') cntr_gate(1)*a_u,cntr_gate(2)*a_u,cntr_gate(3)*a_u
1829 write(fp,'(E17.8,E17.8)') z_min_gate*a_u,z_max_gate*a_u
1836 write(fp,'(E17.8,E17.8)') z_min_gate*a_u,z_max_gate*a_u
1840 write(fp,'(E17.8,E17.8)') z_min_ox*a_u,z_max_ox*a_u
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DPMatrixDec.cxx43 double a_u = p_matrix_(0,0)*p_matrix_(0,0) in Init() local
49 a_u = a_u-u0*u0; in Init()
51 if ((a_u <= 0.0) || (a_v <= 0.0)) in Init()
55 a_u = std::sqrt(a_u); in Init()
59 j_matrix_(0,0) = a_u; in Init()
72 d_matrix_(0,0) = (p_matrix_(0,0) - u0*p_matrix_(2,0))/a_u; in Init()
73 d_matrix_(0,1) = (p_matrix_(0,1) - u0*p_matrix_(2,1))/a_u; in Init()
74 d_matrix_(0,2) = (p_matrix_(0,2) - u0*p_matrix_(2,2))/a_u; in Init()
75 d_matrix_(0,3) = (p_matrix_(0,3) - u0*p_matrix_(2,3))/a_u; in Init()
/dports/security/unicornscan/unicornscan-0.4.2/src/scan_progs/
H A Dpacket_parse.c217 } a_u; in decode_arp() local
220 a_u.d=packet; in decode_arp()
231 if (a_u.a->protosize != 4 || a_u.a->hwsize != 6) { in decode_arp()
249 ia.s_addr=a_u.a->sip; in decode_arp()
255 …str_hwtype(hwtype), str_hwproto(a_u.a->protocol), a_u.a->hwsize, a_u.a->protosize, str_opcode(opco… in decode_arp()
891 } a_u; in do_ipchksum() local
895 a_u.c=addr; in do_ipchksum()
898 sum += *a_u.hw; len -= 2; a_u.hw++; in do_ipchksum()
917 } a_u; in do_ipchksumv() local
926 a_u.c=array[j].ptr; in do_ipchksumv()
[all …]
H A Dmaster.c410 } a_u; in handle_arpoutput() local
413 memcpy(a_u.ptr, msg, sizeof(arp_report_t)); in handle_arpoutput()
414 fifo_push(rfifo, a_u.ptr); in handle_arpoutput()
418 ia.s_addr=a_u.a->ipaddr; in handle_arpoutput()
419 …"Added %s at %.02x:%.02x:%.02x:%.02x:%.02x:%.02x", inet_ntoa(ia), a_u.a->hwaddr[0], a_u.a->hwaddr[… in handle_arpoutput()
420 a_u.a->hwaddr[2], a_u.a->hwaddr[3], a_u.a->hwaddr[4], a_u.a->hwaddr[5]); in handle_arpoutput()
428 } a_u; in do_arpreport() local
432 ia.s_addr=a_u.a->ipaddr; in do_arpreport()
434 …6s\tis %.02x:%.02x:%.02x:%.02x:%.02x:%.02x\t(%s)", inet_ntoa(ia), a_u.a->hwaddr[0], a_u.a->hwaddr[… in do_arpreport()
435 a_u.a->hwaddr[2], a_u.a->hwaddr[3], a_u.a->hwaddr[4], a_u.a->hwaddr[5], in do_arpreport()
[all …]
/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Dretrieve.c639 if ( a_u->mug_w && in _song_atom()
646 c3_w w_rez = a_u->len_w; in _song_atom()
677 u3a_cell* a_u; in _song_x_cape() local
703 if ( a_u->mug_w && in _song_x_cape()
725 a_u = u3a_to_ptr(a); in _song_x_cape()
733 a_u = u3a_to_ptr(a); in _song_x_cape()
769 u3a_cell* a_u; in _song_x() local
794 a_u = u3a_to_ptr(a); in _song_x()
797 if ( a_u->mug_w && in _song_x()
811 a_u = u3a_to_ptr(a); in _song_x()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/impl/
H A Dndt.hpp494 double& a_u, in updateIntervalMT() argument
504 a_u = a_t; in updateIntervalMT()
520 a_u = a_l; in updateIntervalMT()
539 double a_u, in trialValueSelectionMT() argument
546 if (a_t == a_l && a_t == a_u) { in trialValueSelectionMT()
629 return std::min(a_t + 0.66 * (a_u - a_t), a_t_next); in trialValueSelectionMT()
631 return std::max(a_t + 0.66 * (a_u - a_t), a_t_next); in trialValueSelectionMT()
638 const double z = 3 * (f_t - f_u) / (a_t - a_u) - g_t - g_u; in trialValueSelectionMT()
641 return a_u + (a_t - a_u) * (w - g_u - z) / (g_t - g_u + 2 * w); in trialValueSelectionMT()
685 double a_l = 0, a_u = 0; in computeStepLengthMT() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dint_div_impl.inc77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1
92 ASSIGN_UMOD(res, a_u, b_u);
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dint_div_impl.inc77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1
92 ASSIGN_UMOD(res, a_u, b_u);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/builtins/
H A Dint_div_impl.inc77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1
92 ASSIGN_UMOD(res, a_u, b_u);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dint_div_impl.inc77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1
92 ASSIGN_UMOD(res, a_u, b_u);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dint_div_impl.inc77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1
92 ASSIGN_UMOD(res, a_u, b_u);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/
H A Dint_div_impl.inc77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1
92 ASSIGN_UMOD(res, a_u, b_u);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/
H A Dint_div_impl.inc77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1
92 ASSIGN_UMOD(res, a_u, b_u);
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dint_div_impl.inc77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1
92 ASSIGN_UMOD(res, a_u, b_u);
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dsegment_segment_intersect.cpp19 double &a_u, in segments_intersect() argument
60 a_u = u; in segments_intersect()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dsegment_segment_intersect.cpp19 double &a_u, in segment_segment_intersect() argument
54 a_u = u; in segment_segment_intersect()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/tests/
H A Dt_usefulness.rs35 let a_u = cast::<i32x4, u32x4>(a_new.round_int()); in unpack_modify_and_repack_rgba_values() localVariable
36 let output_actual = (r_u << 24) | (g_u << 16) | (b_u << 8) | (a_u); in unpack_modify_and_repack_rgba_values()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/
H A Dinternal.h162 uintptr_t a_u = (uintptr_t)a; in OPENSSL_MSVC_PRAGMA() local
164 return a_u + a_len > b_u && b_u + b_len > a_u; in OPENSSL_MSVC_PRAGMA()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/PRM/gspan/
H A DedgeGrowth_tpl.h36 INLINE EdgeGrowth< GUM_SCALAR >::EdgeGrowth(NodeId a_u, in EdgeGrowth() argument
40 u(a_u), in EdgeGrowth()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/src/
H A DTeuchos_Details_Allocator.hpp385 bool operator!= (const Allocator<T>& a_t, const Allocator<U>& a_u) { in operator !=() argument
386 return ! (a_t == a_u); in operator !=()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/
H A Dvariables-linear_inequality_upper_bounds5 lower \f$a_l\f$ and upper \f$a_u\f$ bounds provide constraint limits for the
7 \f[a_l \leq Ax \leq a_u\f]
H A Dvariables-linear_inequality_lower_bounds5 lower \f$a_l\f$ and upper \f$a_u\f$ bounds provide constraint limits for the
7 \f[a_l \leq Ax \leq a_u\f]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/bigrational/
H A Dbigrational_appl.cc278 unsigned a_u(2); in div_test() local
289 assert(a_u / b == result); in div_test()
296 a_u = 0; in div_test()
305 assert(a_u / b == result); in div_test()

1234