Home
last modified time | relevance | path

Searched refs:is_negative (Results 1 – 25 of 2600) sorted by relevance

12345678910>>...104

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/trio/
H A Dtrionan.c345 return is_negative;
390 *is_negative = TRIO_TRUE;
396 *is_negative = TRIO_TRUE;
402 *is_negative = TRIO_TRUE;
408 *is_negative = TRIO_TRUE;
446 *is_negative = TRIO_TRUE;
454 *is_negative = TRIO_TRUE;
779 *is_negative = TRIO_TRUE;
817 int is_negative; variable
866 int is_negative; variable
[all …]
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/trio/
H A Dtrionan.c362 return is_negative;
373 int *is_negative)
398 int *is_negative)
409 *is_negative = TRIO_TRUE;
443 int *is_negative)
516 int *is_negative)
565 int *is_negative)
744 int *is_negative)
856 int is_negative; variable
911 int is_negative; variable
[all …]
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/trio/
H A Dtrionan.c362 return is_negative;
373 int *is_negative)
398 int *is_negative)
409 *is_negative = TRIO_TRUE;
443 int *is_negative)
516 int *is_negative)
565 int *is_negative)
744 int *is_negative)
856 int is_negative; variable
911 int is_negative; variable
[all …]
/dports/mail/bogofilter/bogofilter-1.2.5/trio/
H A Dtrionan.c362 return is_negative;
373 int *is_negative)
398 int *is_negative)
409 *is_negative = TRIO_TRUE;
443 int *is_negative)
516 int *is_negative)
565 int *is_negative)
744 int *is_negative)
856 int is_negative; variable
911 int is_negative; variable
[all …]
/dports/math/R/R-4.1.2/src/extra/trio/
H A Dtrionan.c357 return is_negative;
368 int *is_negative)
393 int *is_negative)
404 *is_negative = TRIO_TRUE;
438 int *is_negative)
511 int *is_negative)
560 int *is_negative)
739 int *is_negative)
851 int is_negative; variable
906 int is_negative; variable
[all …]
/dports/math/libRmath/R-4.1.1/src/extra/trio/
H A Dtrionan.c357 return is_negative;
368 int *is_negative)
393 int *is_negative)
404 *is_negative = TRIO_TRUE;
438 int *is_negative)
511 int *is_negative)
560 int *is_negative)
739 int *is_negative)
851 int is_negative; variable
906 int is_negative; variable
[all …]
/dports/emulators/mednafen/mednafen/src/trio/
H A Dtrionan.c362 return is_negative;
373 int *is_negative)
398 int *is_negative)
409 *is_negative = TRIO_TRUE;
443 int *is_negative)
516 int *is_negative)
565 int *is_negative)
744 int *is_negative)
856 int is_negative; variable
911 int is_negative; variable
[all …]
/dports/mail/bogofilter-kc/bogofilter-1.2.5/trio/
H A Dtrionan.c362 return is_negative;
373 int *is_negative)
398 int *is_negative)
409 *is_negative = TRIO_TRUE;
443 int *is_negative)
516 int *is_negative)
565 int *is_negative)
744 int *is_negative)
856 int is_negative; variable
911 int is_negative; variable
[all …]
/dports/mail/fetchmailconf/fetchmail-6.4.28/trio/
H A Dtrionan.c362 return is_negative;
373 int *is_negative)
398 int *is_negative)
409 *is_negative = TRIO_TRUE;
443 int *is_negative)
516 int *is_negative)
565 int *is_negative)
744 int *is_negative)
856 int is_negative; variable
911 int is_negative; variable
[all …]
/dports/mail/fetchmail/fetchmail-6.4.28/trio/
H A Dtrionan.c362 return is_negative;
373 int *is_negative)
398 int *is_negative)
409 *is_negative = TRIO_TRUE;
443 int *is_negative)
516 int *is_negative)
565 int *is_negative)
744 int *is_negative)
856 int is_negative; variable
911 int is_negative; variable
[all …]
/dports/devel/trio/trio-1.16/
H A Dtrionan.c423 return is_negative;
434 int *is_negative)
459 int *is_negative)
470 *is_negative = TRIO_TRUE;
504 int *is_negative)
577 int *is_negative)
626 int *is_negative)
805 int *is_negative)
917 int is_negative; variable
972 int is_negative; variable
[all …]
/dports/ftp/lftp/lftp-4.9.2/trio/
H A Dtrionan.c219 return is_negative;
548 int *is_negative)
581 *is_negative = TRIO_TRUE;
587 *is_negative = TRIO_TRUE;
593 *is_negative = TRIO_TRUE;
599 *is_negative = TRIO_TRUE;
620 *is_negative = TRIO_TRUE;
626 *is_negative = TRIO_TRUE;
632 *is_negative = TRIO_TRUE;
738 int is_negative; variable
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dbigint.cpp173 dest->is_negative = is_negative; in bigint_init_data()
179 dest->is_negative = is_negative; in bigint_init_data()
192 dest->is_negative = src->is_negative; in bigint_init_bigint()
195 dest->is_negative = src->is_negative; in bigint_init_bigint()
477 bool is_negative = dest->is_negative; in bigint_clamp_by_bitcount() local
526 dest->is_negative = is_negative; in bigint_clamp_by_bitcount()
753 dest->is_negative = (op1->is_negative != op2->is_negative); in bigint_mul()
780 dest->is_negative = (op1->is_negative != op2->is_negative); in bigint_mul()
1170 dest->is_negative = op1->is_negative != op2->is_negative; in bigint_div_trunc()
1177 dest->is_negative = op1->is_negative != op2->is_negative; in bigint_div_trunc()
[all …]
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dbigint.cpp173 dest->is_negative = is_negative; in bigint_init_data()
179 dest->is_negative = is_negative; in bigint_init_data()
192 dest->is_negative = src->is_negative; in bigint_init_bigint()
195 dest->is_negative = src->is_negative; in bigint_init_bigint()
477 bool is_negative = dest->is_negative; in bigint_clamp_by_bitcount() local
526 dest->is_negative = is_negative; in bigint_clamp_by_bitcount()
753 dest->is_negative = (op1->is_negative != op2->is_negative); in bigint_mul()
780 dest->is_negative = (op1->is_negative != op2->is_negative); in bigint_mul()
1170 dest->is_negative = op1->is_negative != op2->is_negative; in bigint_div_trunc()
1177 dest->is_negative = op1->is_negative != op2->is_negative; in bigint_div_trunc()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libxml2/vtklibxml2/
H A Dtrionan.c223 int is_negative = TRIO_FALSE; variable
229 return is_negative;
563 int *is_negative)
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
662 *is_negative = TRIO_TRUE;
668 *is_negative = TRIO_TRUE;
674 *is_negative = TRIO_TRUE;
714 *is_negative = TRIO_TRUE;
736 int is_negative; variable
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Dtrionan.c223 int is_negative = TRIO_FALSE; variable
229 return is_negative;
563 int *is_negative)
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
662 *is_negative = TRIO_TRUE;
668 *is_negative = TRIO_TRUE;
674 *is_negative = TRIO_TRUE;
714 *is_negative = TRIO_TRUE;
736 int is_negative; variable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A Dtrionan.c223 int is_negative = TRIO_FALSE; variable
229 return is_negative;
563 int *is_negative)
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
662 *is_negative = TRIO_TRUE;
668 *is_negative = TRIO_TRUE;
674 *is_negative = TRIO_TRUE;
714 *is_negative = TRIO_TRUE;
736 int is_negative; variable
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libxml2/vtklibxml2/
H A Dtrionan.c219 int is_negative = TRIO_FALSE; variable
225 return is_negative;
559 int *is_negative)
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
662 *is_negative = TRIO_TRUE;
668 *is_negative = TRIO_TRUE;
674 *is_negative = TRIO_TRUE;
714 *is_negative = TRIO_TRUE;
737 int is_negative; variable
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libxml2/vtklibxml2/
H A Dtrionan.c219 int is_negative = TRIO_FALSE; variable
225 return is_negative;
559 int *is_negative)
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
662 *is_negative = TRIO_TRUE;
668 *is_negative = TRIO_TRUE;
674 *is_negative = TRIO_TRUE;
714 *is_negative = TRIO_TRUE;
737 int is_negative; variable
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/xml2/
H A Dtrionan.c223 int is_negative = TRIO_FALSE; variable
229 return is_negative;
563 int *is_negative)
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
662 *is_negative = TRIO_TRUE;
668 *is_negative = TRIO_TRUE;
674 *is_negative = TRIO_TRUE;
714 *is_negative = TRIO_TRUE;
736 int is_negative; variable
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A Dtrionan.c219 int is_negative = TRIO_FALSE; variable
225 return is_negative;
559 int *is_negative)
649 *is_negative = TRIO_FALSE;
652 *is_negative = TRIO_TRUE;
658 *is_negative = TRIO_TRUE;
664 *is_negative = TRIO_TRUE;
670 *is_negative = TRIO_TRUE;
710 *is_negative = TRIO_TRUE;
732 int is_negative; variable
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/
H A Dtrionan.c223 int is_negative = TRIO_FALSE; variable
229 return is_negative;
563 int *is_negative)
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
662 *is_negative = TRIO_TRUE;
668 *is_negative = TRIO_TRUE;
674 *is_negative = TRIO_TRUE;
714 *is_negative = TRIO_TRUE;
736 int is_negative; variable
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/
H A Dtrionan.c223 int is_negative = TRIO_FALSE; variable
229 return is_negative;
563 int *is_negative)
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
662 *is_negative = TRIO_TRUE;
668 *is_negative = TRIO_TRUE;
674 *is_negative = TRIO_TRUE;
714 *is_negative = TRIO_TRUE;
736 int is_negative; variable
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libxml2/
H A Dtrionan.c223 int is_negative = TRIO_FALSE; variable
229 return is_negative;
563 int *is_negative)
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
662 *is_negative = TRIO_TRUE;
668 *is_negative = TRIO_TRUE;
674 *is_negative = TRIO_TRUE;
714 *is_negative = TRIO_TRUE;
736 int is_negative; variable
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/datetime/
H A Dduration.cpp439 is_negative = false; in Duration()
448 is_negative = false; in Duration()
466 is_negative = false; in Duration()
468 is_negative = true; in Duration()
470 is_negative = true; in Duration()
540 return is_negative; in isNegative()
625 if (is_negative != d.is_negative) in operator ==()
689 bool right_operand_sign = (is_negative != d.is_negative); in operator +()
714 result->is_negative = is_negative; in operator +()
799 d->is_negative = !d->is_negative; in toNegDuration()
[all …]

12345678910>>...104