Home
last modified time | relevance | path

Searched refs:isneg (Results 51 – 75 of 693) sorted by relevance

12345678910>>...28

/dports/math/mpir/mpir-3.0.0/mpn/generic/
H A Dtoom_eval_pm1.c29 {int isneg=0;unsigned int i; in mpn_toom_eval_pm1() local
54 if(mpn_cmp(tp,pp,n+1)>0)isneg=-1; in mpn_toom_eval_pm1()
56 if(isneg==0){mpn_sumdiff_n(pp,mp,pp,tp,n+1);}else{mpn_sumdiff_n(pp,mp,tp,pp,n+1);} in mpn_toom_eval_pm1()
58 if(isneg==0){mpn_sub_n(mp,pp,tp,n+1);}else{mpn_sub_n(mp,tp,pp,n+1);} in mpn_toom_eval_pm1()
61 return isneg;} in mpn_toom_eval_pm1()
/dports/devel/p5-Scalar-Util-Numeric/Scalar-Util-Numeric-0.40/t/
H A Dall.t94 is (isneg(-1), 1, "isneg(-1)");
95 is (isneg(-3.1415927), 1, "isneg(-3.1415927)");
96 is (isneg(1), 0, "isneg(1)");
97 is (isneg(3.1415927), 0, "isneg(3.1415927)");
/dports/math/universal/universal-3.48/include/universal/number/posit/math/
H A Dsqrt.hpp168 if (a.isneg() || a.isnar()) { in sqrt()
205 if (a.isneg() || a.isnar()) { in sqrt()
218 if (a.isneg() || a.isnar()) { in sqrt()
231 if (a.isneg() || a.isnar()) { in sqrt()
245 if (a.isneg() || a.isnar()) { in sqrt()
258 if (a.isneg() || a.isnar()) { in sqrt()
271 if (a.isneg() || a.isnar()) { in sqrt()
296 if (a.isneg() || a.isnar()) { in sqrt()
390 if (a.isneg() || a.isnar()) { in sqrt()
H A Dnext.hpp30 if (x.isneg()) { in nextafter()
53 if (_x.isneg()) { in nexttoward()
/dports/archivers/xmill/xmill/XMill/
H A DDecode.cpp38 char isneg; in DecodeTreeBlock() local
45 id=Load::SInt32(curptr,&isneg); in DecodeTreeBlock()
47 if(isneg==0) // Do we have a label ID ? in DecodeTreeBlock()
H A DUnCompCont.cpp302 unsigned long UncompressContainer::LoadSInt32(char *isneg) in LoadSInt32() argument
304 return Load::SInt32(curptr,isneg); in LoadSInt32()
309 char isneg; in LoadSInt32() local
310 long val=Load::SInt32(curptr,&isneg); in LoadSInt32()
311 if(isneg) in LoadSInt32()
H A DSmallUncompress.cpp198 unsigned long SmallBlockUncompressor::LoadSInt32(char *isneg) in LoadSInt32() argument
211 *isneg=((*curptr & 64) ? 1 : 0); in LoadSInt32()
217 *isneg=((*curptr & 32) ? 1 : 0); in LoadSInt32()
H A DMemStreamer.hpp130 void StoreCompressedSInt(char isneg,unsigned long val);
140 void StoreSInt32(char isneg,unsigned long val);
/dports/archivers/xmill/xmill/xmillinspect/
H A Dlists.cpp8 char isneg; in printlstring() local
13 len = Load::SInt32(curptr, &isneg); in printlstring()
14 if (isneg && level >= curlevel) { in printlstring()
H A Dheaders.cpp14 char isneg; in readGlobalHeader() local
22 magic = Load::SInt32(curptr, &isneg); in readGlobalHeader()
44 printf("global whitespace ignore flag: %s\n", isneg ? "on" : "off"); in readGlobalHeader()
H A Dcontainers.cpp9 char isneg, *str = NULL, hexflag = 0; in processContainerData() local
96 i = Load::SInt32(curptr, &isneg); in processContainerData()
97 if (isneg) { in processContainerData()
217 char isneg; in inspectContainerBlock() local
266 macro = Load::SInt32(curptr, &isneg); in inspectContainerBlock()
267 if (isneg) { in inspectContainerBlock()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Dlgammad2.h159 vec_uint4 x1, isnaninf, isnposint, iszero, isint, isneg, isshifted, is1, is2; in _lgammad2() local
280 isneg = (vec_uint4)spu_shuffle(x, x, dup_even); in _lgammad2()
281 isneg = spu_rlmaska(isneg, -32); in _lgammad2()
282 result = spu_sel(result, nresult, (vec_ullong2)isneg); in _lgammad2()
300 isnposint = spu_or(spu_and(isint, isneg), iszero); in _lgammad2()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/headers/
H A Dlgammad2.h159 vec_uint4 x1, isnaninf, isnposint, iszero, isint, isneg, isshifted, is1, is2; in _lgammad2() local
280 isneg = (vec_uint4)spu_shuffle(x, x, dup_even); in _lgammad2()
281 isneg = spu_rlmaska(isneg, -32); in _lgammad2()
282 result = spu_sel(result, nresult, (vec_ullong2)isneg); in _lgammad2()
300 isnposint = spu_or(spu_and(isint, isneg), iszero); in _lgammad2()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dorigami_tags.c5 int isneg(int h) { in isneg() function
111 for (h=1; h<ng4; h = -h + isneg(h)) { in compute_tags()
124 for (h=1; h<ng4; h = -h + isneg(h)) { in compute_tags()
138 for (h=1; h<ng4; h = -h + isneg(h)) { in compute_tags()
151 for (h=1; h<ng4; h = -h + isneg(h)) { in compute_tags()
165 for (h=1; h<ng4; h = -h + isneg(h)) { in compute_tags()
178 for (h=1; h<ng4; h = -h + isneg(h)) { in compute_tags()
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/t/
H A D25-lucas_sequences.t78 my($apq, $isneg, $uorv, $name, $exp) = @$seqs;
81 do { for (@seq) { $_ -= (2**32-1) if $_ > 2**31; } } if $isneg;
86 my($apq, $isneg, $uorv, $name, $exp) = @$seqs;
/dports/security/libprelude/libprelude-1.2.6/src/include/
H A Dntp.h75 int isneg = 0; \
82 isneg = 1; \
85 if (isneg) { \
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/tests/libntp/
H A Dstrtolfp.c46 bool isneg; in atolfp() local
51 isneg = false; in atolfp()
67 isneg = true; in atolfp()
126 if (isneg) in atolfp()
/dports/math/universal/universal-3.48/include/universal/number/rational/
H A Drational_impl.hpp115 negative = num.isneg(); in operator +=()
121 negative = e.isneg(); in operator +=()
135 negative = num.isneg(); in operator -=()
141 negative = e.isneg(); in operator -=()
188 inline bool isneg() const { return negative; } // < 0 in isneg() function in sw::universal::rational
357 if (d.isneg()) str << '-'; in to_string()
366 if (d.isneg()) str << '-'; in operator <<()
/dports/math/universal/universal-3.48/include/universal/number/cfloat/math/
H A Dnext.hpp30 if (x.isneg()) { in nextafter()
53 if (_x.isneg()) { in nexttoward()
/dports/math/universal/universal-3.48/include/universal/number/fixpnt/math/
H A Dnext.hpp30 if (x.isneg()) { in nextafter()
52 if (x.isneg()) { in nexttoward()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/multiprecision/cpp_bin_float/
H A Dtranscendental.hpp69 bool isneg = eval_get_sign(arg) < 0; in eval_exp() local
78 if(isneg) in eval_exp()
90 if(isneg) in eval_exp()
/dports/databases/percona57-server/boost_1_59_0/boost/multiprecision/cpp_bin_float/
H A Dtranscendental.hpp69 bool isneg = eval_get_sign(arg) < 0; in eval_exp() local
78 if(isneg) in eval_exp()
90 if(isneg) in eval_exp()
/dports/databases/xtrabackup/boost_1_59_0/boost/multiprecision/cpp_bin_float/
H A Dtranscendental.hpp69 bool isneg = eval_get_sign(arg) < 0; in eval_exp() local
78 if(isneg) in eval_exp()
90 if(isneg) in eval_exp()
/dports/databases/percona57-client/boost_1_59_0/boost/multiprecision/cpp_bin_float/
H A Dtranscendental.hpp69 bool isneg = eval_get_sign(arg) < 0; in eval_exp() local
78 if(isneg) in eval_exp()
90 if(isneg) in eval_exp()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/multiprecision/cpp_bin_float/
H A Dtranscendental.hpp69 bool isneg = eval_get_sign(arg) < 0; in eval_exp() local
78 if(isneg) in eval_exp()
90 if(isneg) in eval_exp()

12345678910>>...28