Home
last modified time | relevance | path

Searched refs:isone (Results 1 – 25 of 142) sorted by relevance

123456

/dports/cad/gplcver/gplcver-2.12a.src/vcddiff.dir/src/
H A Dvcddiff.c856 dirc = isone ? '>' : '<'; in print_vector_edge()
900 if(isone) in get_nxt_chg()
905 line, isone ? 1 : 2, fname, in get_nxt_chg()
913 line, isone ? 1 : 2, fname, in get_nxt_chg()
925 if(isone) in get_nxt_chg()
1014 if(isone) in peek_nxt_sig()
1067 rewind(isone ? mainfp : otherfp); in get_time_diffs()
1068 if(isone) in get_time_diffs()
1092 if(isone) in get_time_diffs()
1158 if(isone) in get_time_diffs()
[all …]
/dports/math/universal/universal-3.48/include/universal/number/integer/
H A Dmath_functions.hpp14 if (a.iszero() || a.isone()) return a; in sqrt()
23 if (a.iszero() || a.isone()) return a; in floor_sqrt()
47 if (a.iszero() || a.isone()) return a; in ceil_sqrt()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc6h/
H A Dzoh.cpp23 bool ZOH::isone(const char *block) in isone() function in ZOH
45 if (ZOH::isone(block)) in decompress()
H A Dzoh.h61 bool isone(const char *block);
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc6h/
H A Dzoh.cpp23 bool ZOH::isone(const char *block) in isone() function in ZOH
45 if (ZOH::isone(block)) in decompress()
H A Dzoh.h61 bool isone(const char *block);
/dports/math/gap/gap-4.11.0/pkg/genss-1.6.6/tst/
H A Disone.tst1 gap> START_TEST("isone.tst");
39 gap> STOP_TEST("isone.tst", 1);
H A Dbasic.tst11 > Assert(0, slp.isone = true, "slp.isone false");
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/field/
H A Drns-integer.h80 bool isone=true; in isOne() local
82 isone&= (one._ptr[i]== x._ptr[i]); in isOne()
83 return isone; in isOne()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_ProcessGR.cxx251 Standard_Boolean isone = Standard_False; in LSameDomainERL() local
252 if(L.TypeLineCurve() == TopOpeBRep_WALKING) return isone; in LSameDomainERL()
282 if (pinc) {isone = Standard_True; break;} in LSameDomainERL()
284 return isone; in LSameDomainERL()
/dports/math/gap/gap-4.11.0/pkg/recog-1.3.2/gap/
H A Dfindnormal.gi339 local allone,dopowers,g,isone,power,prod,rs;
352 isone := opt.IsOne;
354 isone := IsOne;
361 if not(isone(g)) then
377 until allone or not(isone(prod));
386 local c,i,isone,l,usepseudo,xx;
389 isone := opt.IsOne;
391 isone := IsOne;
400 if not(isone(c)) then
405 if ForAll(GeneratorsOfGroup(G),g->isone(Comm(g,y))) then
[all …]
/dports/devel/libcii/libcii-1.1/src/
H A Dap.c21 #define isone(x) ((x)->ndigits==1 && (x)->digits[0]==1) macro
203 assert(!p || p->sign==1 && !iszero(p) && !isone(p)); in AP_pow()
208 if (isone(x)) in AP_pow()
211 if (isone(y)) in AP_pow()
225 if (isone(y)) in AP_pow()
/dports/lang/eisl/eisl-2.35/cii/src/
H A Dap.c21 #define isone(x) ((x)->ndigits==1 && (x)->digits[0]==1) macro
203 assert(!p || p->sign==1 && !iszero(p) && !isone(p)); in AP_pow()
208 if (isone(x)) in AP_pow()
211 if (isone(y)) in AP_pow()
225 if (isone(y)) in AP_pow()
/dports/math/miracl/miracl-5.6/
H A Dgf2m4x.cpp202 if (x[1].isone()) x[1]=b; in operator *=()
204 if (x[2].isone()) x[2]=b; in operator *=()
398 if (e.isone()) in pow()
444 if (k.isone()) in powu()
H A Dfloating.cpp378 BOOL Float::isone() const in isone() function in Float
380 if (m.isone() && e==1) return TRUE; in isone()
574 if (iszero() || b.isone()) return *this; in operator *=()
575 if (b.iszero() || isone()) {*this=b; return *this;} in operator *=()
H A Dpoly2mod.cpp31 BOOL isone(const Poly2Mod& m) {return isone(m.p);} in isone() function
H A Dpolyxy.h56 friend BOOL isone(const PolyXY&);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/
H A Dlbn64.c2430 isone = 1; in lbnExpMod_64()
2456 isone = 0; in lbnExpMod_64()
2514 if (isone) { in lbnExpMod_64()
2517 isone = 0; in lbnExpMod_64()
2530 if (!isone) { in lbnExpMod_64()
2897 isone = 0; in lbnDoubleExpMod_64()
2920 if (isone) { in lbnDoubleExpMod_64()
2922 isone = 0; in lbnDoubleExpMod_64()
3016 if (isone) { in lbnDoubleExpMod_64()
3019 isone = 0; in lbnDoubleExpMod_64()
[all …]
H A Dlbn16.c2430 isone = 1; in lbnExpMod_16()
2456 isone = 0; in lbnExpMod_16()
2514 if (isone) { in lbnExpMod_16()
2517 isone = 0; in lbnExpMod_16()
2530 if (!isone) { in lbnExpMod_16()
2897 isone = 0; in lbnDoubleExpMod_16()
2920 if (isone) { in lbnDoubleExpMod_16()
2922 isone = 0; in lbnDoubleExpMod_16()
3016 if (isone) { in lbnDoubleExpMod_16()
3019 isone = 0; in lbnDoubleExpMod_16()
[all …]
H A Dlbn32.c2430 isone = 1; in lbnExpMod_32()
2456 isone = 0; in lbnExpMod_32()
2514 if (isone) { in lbnExpMod_32()
2517 isone = 0; in lbnExpMod_32()
2530 if (!isone) { in lbnExpMod_32()
2897 isone = 0; in lbnDoubleExpMod_32()
2920 if (isone) { in lbnDoubleExpMod_32()
2922 isone = 0; in lbnDoubleExpMod_32()
3016 if (isone) { in lbnDoubleExpMod_32()
3019 isone = 0; in lbnDoubleExpMod_32()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/bignum-ARM/
H A Dlbn16.c2429 isone = 1; in lbnExpMod_16()
2455 isone = 0; in lbnExpMod_16()
2513 if (isone) { in lbnExpMod_16()
2516 isone = 0; in lbnExpMod_16()
2529 if (!isone) { in lbnExpMod_16()
2897 isone = 0;
2920 if (isone) {
2922 isone = 0;
3016 if (isone) {
3019 isone = 0;
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/bnlib/
H A Dlbn16.c2436 isone = 1; in lbnExpMod_16()
2462 isone = 0; in lbnExpMod_16()
2520 if (isone) { in lbnExpMod_16()
2523 isone = 0; in lbnExpMod_16()
2536 if (!isone) { in lbnExpMod_16()
2903 isone = 0; in lbnDoubleExpMod_16()
2926 if (isone) { in lbnDoubleExpMod_16()
2928 isone = 0; in lbnDoubleExpMod_16()
3022 if (isone) { in lbnDoubleExpMod_16()
3025 isone = 0; in lbnDoubleExpMod_16()
[all …]
H A Dlbn32.c2436 isone = 1;
2462 isone = 0;
2520 if (isone) {
2523 isone = 0;
2536 if (!isone) {
2903 isone = 0;
2926 if (isone) {
2928 isone = 0;
3022 if (isone) {
3025 isone = 0;
[all …]
H A Dlbn64.c2436 isone = 1; in lbnExpMod_64()
2462 isone = 0; in lbnExpMod_64()
2520 if (isone) { in lbnExpMod_64()
2523 isone = 0; in lbnExpMod_64()
2536 if (!isone) { in lbnExpMod_64()
2903 isone = 0; in lbnDoubleExpMod_64()
2926 if (isone) { in lbnDoubleExpMod_64()
2928 isone = 0; in lbnDoubleExpMod_64()
3022 if (isone) { in lbnDoubleExpMod_64()
3025 isone = 0; in lbnDoubleExpMod_64()
[all …]
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/python/
H A Ddfxml.py67 def isone(x): function
737 return isone(self.tag("alloc_inode"))
741 return isone(self.tag("alloc_name"))
753 … return isone(self.tag("alloc")) or isone(self.tag("ALLOC")) or not isone(self.tag("unalloc"))
757 return isone(self.tag("compressed")) or isone(self.tag("COMPRESSED"))
761 return isone(self.tag("encrypted")) or isone(self.tag("ENCRYPTED"))

123456