Home
last modified time | relevance | path

Searched refs:ub1 (Results 1 – 25 of 940) sorted by relevance

12345678910>>...38

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/fbbt/
H A Dfbbt.py512 if _ub1 < ub1:
513 ub1 = _ub1
663 if _ub1 < ub1:
664 ub1 = _ub1
695 if _ub1 < ub1:
696 ub1 = _ub1
732 if _ub1 < ub1:
733 ub1 = _ub1
758 if _ub1 < ub1:
759 ub1 = _ub1
[all …]
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/convex/operators/
H A Dconv-exprMul.cpp90 CouNumber lb1, ub1, lb2, ub2; in getBounds() local
92 arglist_ [0] -> getBounds (lb1, ub1); in getBounds()
95 if (ub1 < 0) { // use lb1, dominant in getBounds()
96 if (ub2 < 0) {lb = safeProd(ub1,ub2); ub = safeProd(lb1,lb2);} in getBounds()
97 else if (lb2 > 0) {lb = safeProd(lb1,ub2); ub = safeProd(ub1,lb2);} in getBounds()
100 if (ub2 < 0) {lb = safeProd(ub1,lb2); ub = safeProd(lb1,ub2);} in getBounds()
101 else if (lb2 > 0) {lb = safeProd(lb1,lb2); ub = safeProd(ub1,ub2);} in getBounds()
102 else {lb = safeProd(ub1,lb2); ub = safeProd(ub1,ub2);} in getBounds()
104 if (ub2 < 0) {lb = safeProd(ub1,lb2); ub = safeProd(lb1,lb2);} in getBounds()
105 else if (lb2 > 0) {lb = safeProd(lb1,ub2); ub = safeProd(ub1,ub2);} in getBounds()
[all …]
/dports/devel/upp/upp/uppsrc/Oracle/
H A DOciCommon.h27 typedef UPP::byte ub1; typedef
242 ub1 fc;
243 ub1 rcs1;
245 ub1 wrn;
246 ub1 rcs2;
252 ub1 rcs6;
258 ub1 chk;
277 ub1 rcs6;
283 ub1 chk;
290 ub1 *piecep, dvoid **indp);
[all …]
H A DOci7.dli1 FN(int, obindps, (struct cda_def *cursor, ub1 opcode, OraText *sqlvar, \
2 int sqlvl, ub1 *pvctx, int progvl, \
17 FN(int, odefinps, (struct cda_def *cursor, ub1 opcode, int pos,ub1 *bufctx, \
24 ub1 *rsv1, size_t rsv1ln, ub1 *rsv2, size_t rsv2ln, \
26 word *arnlen, word *dtype, ub1 *defsup, ub1* mode, \
27 dword *dtsiz, short *prec, short *scale, ub1 *radix, \
41 FN(int, oflng, (struct cda_def *cursor, int pos, ub1 *buf, \
62 ub1 *progv, int progvl, int ftype, int scale,\
65 FN(int, obndrn, (struct cda_def *cursor, int sqlvn, ub1 *progv,\
69 ub1 *progv, int progvl, int ftype, int scale,\
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/connections/
H A Doracleatruntime.cpp99 ub1);
171 ub1,
172 ub1,
178 ub1);
189 ub1,
193 ub1);
211 ub1);
241 ub1[],
243 ub1[],
244 ub1[],
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/tsai-30b3/matrix/
H A Dmatrix.c89 matrix.ub1 = re;
160 if (a.ub2 - a.lb2 != b.ub1 - b.lb1
161 || a.ub1 - a.lb1 != c.ub1 - c.lb1
183 for (i = a.lb1; i <= a.ub1; i++)
192 for (i = c.lb1; i <= c.ub1; i++)
219 rowsize = A.ub1 - A.lb1;
253 rowsize = A.ub1 - A.lb1;
337 m = l + (a.ub1 - a.lb1 + 1);
346 for (i = k; i <= a.ub1; i++)
376 for (i = a.lb1; i <= a.ub1; i++)
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/libs/container/
H A Dhashfunc.h29 typedef unsigned char ub1; typedef
31 inline ub1 ub1_as_ub1_nocase(ub1 byte) in ub1_as_ub1_nocase()
36 inline ub4 ub1x4_as_ub4_nocase(const ub1 bytes[4]) in ub1x4_as_ub4_nocase()
39 reinterpret_cast<ub1*>(&result)[0] = ub1_as_ub1_nocase(bytes[0]); in ub1x4_as_ub4_nocase()
40 reinterpret_cast<ub1*>(&result)[1] = ub1_as_ub1_nocase(bytes[1]); in ub1x4_as_ub4_nocase()
49 static ub1 as_ub1(ub1 byte) in as_ub1()
58 static ub1 as_ub1(ub1 byte) in as_ub1()
67 static ub4 as_ub4(const ub1 bytes[4]) in as_ub4()
76 static ub4 as_ub4(const ub1 bytes[4]) in as_ub4()
96 return ub1x4_as_ub4_nocase(reinterpret_cast<const ub1*>(&i)); in as_ub4()
[all …]
/dports/games/netradiant/netradiant-20150621-src/libs/container/
H A Dhashfunc.h29 typedef unsigned char ub1; typedef
31 inline ub1 ub1_as_ub1_nocase( ub1 byte ){ in ub1_as_ub1_nocase()
35 inline ub4 ub1x4_as_ub4_nocase( const ub1 bytes[4] ){ in ub1x4_as_ub4_nocase()
37 reinterpret_cast<ub1*>( &result )[0] = ub1_as_ub1_nocase( bytes[0] ); in ub1x4_as_ub4_nocase()
38 reinterpret_cast<ub1*>( &result )[1] = ub1_as_ub1_nocase( bytes[1] ); in ub1x4_as_ub4_nocase()
47 static ub1 as_ub1( ub1 byte ){ in as_ub1()
55 static ub1 as_ub1( ub1 byte ){ in as_ub1()
63 static ub4 as_ub4( const ub1 bytes[4] ){ in as_ub4()
71 static ub4 as_ub4( const ub1 bytes[4] ){ in as_ub4()
88 return ub1x4_as_ub4_nocase( reinterpret_cast<const ub1*>( &i ) ); in as_ub4()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/container/
H A Dhashfunc.h30 typedef unsigned char ub1; typedef
32 inline ub1 ub1_as_ub1_nocase(ub1 byte) { in ub1_as_ub1_nocase()
36 inline ub4 ub1x4_as_ub4_nocase(const ub1 bytes[4]) { in ub1x4_as_ub4_nocase()
38 reinterpret_cast<ub1*>(&result)[0] = ub1_as_ub1_nocase(bytes[0]); in ub1x4_as_ub4_nocase()
39 reinterpret_cast<ub1*>(&result)[1] = ub1_as_ub1_nocase(bytes[1]); in ub1x4_as_ub4_nocase()
47 static ub1 as_ub1(ub1 byte) { in as_ub1()
54 static ub1 as_ub1(ub1 byte) { in as_ub1()
61 static ub4 as_ub4(const ub1 bytes[4]) { in as_ub4()
68 static ub4 as_ub4(const ub1 bytes[4]) { in as_ub4()
83 return ub1x4_as_ub4_nocase(reinterpret_cast<const ub1*>(&i)); in as_ub4()
[all …]
/dports/databases/fpc-oracle/fpc-3.2.2/packages/oracle/src/
H A Doratypes.pp56 Pub1 = ^ub1;
57 ub1 = byte;
66 UB1MAXVAL:ub1 = 255;
67 UB1MINVAL:ub1 = 0;
70 MINUB1MAXVAL:ub1 = 255;
71 MAXUB1MINVAL:ub1 = 0;
275 OCITimeHH : ub1;
276 OCITimeMM : ub1;
277 OCITimeSS : ub1;
283 OCIDateMM : ub1;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/oracle/src/
H A Doratypes.pp56 Pub1 = ^ub1;
57 ub1 = byte;
66 UB1MAXVAL:ub1 = 255;
67 UB1MINVAL:ub1 = 0;
70 MINUB1MAXVAL:ub1 = 255;
71 MAXUB1MINVAL:ub1 = 0;
275 OCITimeHH : ub1;
276 OCITimeMM : ub1;
277 OCITimeSS : ub1;
283 OCIDateMM : ub1;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/c-interop/
H A Dsection-3-c.c12 int ub0, int ub1, int s0, int s1, CFI_cdesc_t *r);
30 lb0, lb1, ub0, ub1, s0, s1); in ctest()
31 if (! (lb0 == ub0 || lb1 == ub1)) in ctest()
53 ub1 = ub1 - 1; in ctest()
74 ub_array[1] = ub1; in ctest()
96 if (lb1 == ub1) in ctest()
118 (s1 > 0 ? i1 <= ub1 : i1 >= ub1); in ctest()
135 if (lb1 == ub1) in ctest()
157 (s1 > 0 ? i1 <= ub1 : i1 >= ub1); in ctest()
194 if (lb1 == ub1) in ctest()
[all …]
H A Dsection-2-c.c12 int ub0, int ub1, int s0, int s1, CFI_cdesc_t *r);
21 int ub0, int ub1, int s0, int s1, CFI_cdesc_t *r) in ctest() argument
30 lb0, lb1, ub0, ub1, s0, s1); in ctest()
31 if (lb0 == ub0 || lb1 == ub1) in ctest()
53 ub1 = ub1 - 1; in ctest()
74 ub_array[1] = ub1; in ctest()
97 (s1 > 0 ? i1 <= ub1 : i1 >= ub1); in ctest()
116 (s1 > 0 ? i1 <= ub1 : i1 >= ub1); in ctest()
155 (s1 > 0 ? i1 <= ub1 : i1 >= ub1); in ctest()
H A Dsection-3.f9022 subroutine ctest (a, lb0, lb1, ub0, ub1, s0, s1, r) bind (c)
26 integer(C_INT), value :: lb0, lb1, ub0, ub1, s0, s1
54 subroutine test (aa, lb0, lb1, ub0, ub1, s0, s1) argument
57 integer :: lb0, lb1, ub0, ub1, s0, s1 local
65 if (lb0 .ne. ub0 .and. lb1 .ne. ub1) stop 100
70 call ctest (aa, lb0, lb1, ub0, ub1, s0, s1, rr)
84 if (ubound (rr, 1) .ne. (ub1 - lb1)/s1 + 1) stop 113
86 do i1 = lb1, ub1, s1
/dports/lang/seed7/seed7/src/
H A Ddb_oci.h42 typedef UINT8TYPE ub1; typedef
78 ub1 OCINumberPart[OCI_NUMBER_SIZE];
85 ub1 piece, void **changed_bufpp,
194 sb2 yr,ub1 mnth,ub1 dy,ub1 hr,ub1 mm,ub1 ss,ub4 fsec,
197 sb2 *yr, ub1 *mnth, ub1 *dy);
199 ub1 *hr, ub1 *mm, ub1 *ss, ub4 *fsec);
242 ub1 csfrm,
243 ub1 lobtype,
257 void *bufp, oraub8 bufl, ub1 piece, void *ctxp,
258 OCICallbackLobRead2 cbfp, ub2 csid, ub1 csfrm);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/fastjar/
H A Dzipfile.h66 #define PACK_UB4(d, o, v) d[o] = (ub1)((v) & 0x000000ff); \
67 d[o + 1] = (ub1)(((v) & 0x0000ff00) >> 8); \
68 d[o + 2] = (ub1)(((v) & 0x00ff0000) >> 16); \
69 d[o + 3] = (ub1)(((v) & 0xff000000) >> 24)
71 #define PACK_UB2(d, o, v) d[o] = (ub1)((v) & 0x00ff); \
72 d[o + 1] = (ub1)(((v) & 0xff00) >> 8)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/fastjar/
H A Dzipfile.h66 #define PACK_UB4(d, o, v) d[o] = (ub1)((v) & 0x000000ff); \
67 d[o + 1] = (ub1)(((v) & 0x0000ff00) >> 8); \
68 d[o + 2] = (ub1)(((v) & 0x00ff0000) >> 16); \
69 d[o + 3] = (ub1)(((v) & 0xff000000) >> 24)
71 #define PACK_UB2(d, o, v) d[o] = (ub1)((v) & 0x00ff); \
72 d[o + 1] = (ub1)(((v) & 0xff00) >> 8)
/dports/archivers/fastjar/fastjar/
H A Dzipfile.h67 #define PACK_UB4(d, o, v) d[o] = (ub1)((v) & 0x000000ff); \
68 d[o + 1] = (ub1)(((v) & 0x0000ff00) >> 8); \
69 d[o + 2] = (ub1)(((v) & 0x00ff0000) >> 16); \
70 d[o + 3] = (ub1)(((v) & 0xff000000) >> 24)
72 #define PACK_UB2(d, o, v) d[o] = (ub1)((v) & 0x00ff); \
73 d[o + 1] = (ub1)(((v) & 0xff00) >> 8)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A Dhash_fn.h34 typedef unsigned char ub1; typedef
36 ub4 bjlookup( ub1* k, ub4 length, ub4 level);
40 {return bjlookup((ub1*)&val,sizeof(long int),level);}
44 {return bjlookup((ub1*)&val,sizeof(double),level);}
48 {return bjlookup((ub1*)&val,sizeof(int),level);}
53 {return bjlookup((ub1*)(&(array[0])),array.size()*sizeof(int),level);}
58 {return bjlookup((ub1*)(array.data()),array.size()*sizeof(int),level);}
63 {return bjlookup((ub1*)(array),arraylen*sizeof(int),level);}
68 {return bjlookup((ub1*)(&(array[0])),array.size()*sizeof(double),level);}
73 {return bjlookup((ub1*)(array.data()),array.size()*sizeof(double),level);}
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/ndb/r/
H A Dndb_restore_conv_lossy_integral.result9 b1 bigint, b2 bigint, ub1 bigint unsigned
32 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
53 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
58 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
79 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
84 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
105 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
110 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
131 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
136 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/ndb/r/
H A Dndb_restore_conv_lossy_integral.result9 b1 bigint, b2 bigint, ub1 bigint unsigned
32 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
53 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
58 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
79 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
84 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
105 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
110 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
131 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
136 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb/r/
H A Dndb_restore_conv_lossy_integral.result9 b1 bigint, b2 bigint, ub1 bigint unsigned
32 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
53 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
58 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
79 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
84 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
105 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
110 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
131 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
136 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/r/
H A Dndb_restore_conv_lossy_integral.result11 b1 bigint, b2 bigint, ub1 bigint unsigned
34 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
55 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
60 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
81 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
86 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
107 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
112 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
133 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
138 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb/r/
H A Dndb_restore_conv_lossy_integral.result9 b1 bigint, b2 bigint, ub1 bigint unsigned
32 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
53 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
58 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
79 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
84 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
105 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
110 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
131 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
136 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/ndb/r/
H A Dndb_restore_conv_lossy_integral.result9 b1 bigint, b2 bigint, ub1 bigint unsigned
32 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
53 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
58 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
79 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
84 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
105 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
110 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
131 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
136 t1 t2 ut1 s1 s2 us1 m1 m2 um1 i1 i2 ui1 b1 b2 ub1
[all …]

12345678910>>...38