Home
last modified time | relevance | path

Searched refs:lntype (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/plplot-ada/plplot-5.15.0/lib/nistcd/
H A Dcd.h181 CDDLLIMPEXP int cdSetLineAttrib( cdImagePtr im, int lntype, int lnwidth, int lncolor );
188 CDDLLIMPEXP int cdSetLineType( cdImagePtr im, int lntype );
H A Dcd.c574 int cdSetLineType( cdImagePtr im, int lntype ) in cdSetLineType() argument
587 if ( lntype == -1 ) in cdSetLineType()
592 if ( lntype == im->ltype ) in cdSetLineType()
596 if ( ( lntype < 1 ) || ( lntype > 5 ) ) in cdSetLineType()
613 es += cdAppShort( es, (short int) lntype ); in cdSetLineType()
620 im->ltype = (short int) lntype; in cdSetLineType()
1652 int cdSetLineAttrib( cdImagePtr im, int lntype, int lnwidth, int lncolor ) in cdSetLineAttrib() argument
1658 if ( !cdSetLineType( im, lntype ) ) in cdSetLineAttrib()
/dports/math/plplot/plplot-5.15.0/lib/nistcd/
H A Dcd.h181 CDDLLIMPEXP int cdSetLineAttrib( cdImagePtr im, int lntype, int lnwidth, int lncolor );
188 CDDLLIMPEXP int cdSetLineType( cdImagePtr im, int lntype );
H A Dcd.c574 int cdSetLineType( cdImagePtr im, int lntype ) in cdSetLineType() argument
587 if ( lntype == -1 ) in cdSetLineType()
592 if ( lntype == im->ltype ) in cdSetLineType()
596 if ( ( lntype < 1 ) || ( lntype > 5 ) ) in cdSetLineType()
613 es += cdAppShort( es, (short int) lntype ); in cdSetLineType()
620 im->ltype = (short int) lntype; in cdSetLineType()
1652 int cdSetLineAttrib( cdImagePtr im, int lntype, int lnwidth, int lncolor ) in cdSetLineAttrib() argument
1658 if ( !cdSetLineType( im, lntype ) ) in cdSetLineAttrib()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkCGMWriter.cxx255 static int cgmSetLineAttrib(cgmImagePtr im, int lntype, int lnwidth, int lncolor);
261 static int cgmSetLineType(cgmImagePtr im, int lntype);
1403 static int cgmSetLineType(cgmImagePtr im, int lntype) in cgmSetLineType() argument
1416 if (lntype == -1) in cgmSetLineType()
1423 if (lntype == im->ltype) in cgmSetLineType()
1429 if ((lntype < 1) || (lntype > 5)) in cgmSetLineType()
1452 es += cgmAppShort(es, static_cast<short int>(lntype)); in cgmSetLineType()
1459 im->ltype = static_cast<short int>(lntype); in cgmSetLineType()
2618 static int cgmSetLineAttrib(cgmImagePtr im, int lntype, int lnwidth, in cgmSetLineAttrib() argument
2625 if (!cgmSetLineType(im, lntype)) in cgmSetLineAttrib()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkCGMWriter.cxx256 static int cgmSetLineAttrib(cgmImagePtr im, int lntype, int lnwidth, int lncolor);
262 static int cgmSetLineType(cgmImagePtr im, int lntype);
1431 static int cgmSetLineType(cgmImagePtr im, int lntype) in cgmSetLineType() argument
1444 if (lntype == -1) in cgmSetLineType()
1451 if (lntype == im->ltype) in cgmSetLineType()
1457 if ((lntype < 1) || (lntype > 5)) in cgmSetLineType()
1480 es += cgmAppShort(es, static_cast<short int>(lntype)); in cgmSetLineType()
1487 im->ltype = static_cast<short int>(lntype); in cgmSetLineType()
2653 static int cgmSetLineAttrib(cgmImagePtr im, int lntype, int lnwidth, int lncolor) in cgmSetLineAttrib() argument
2659 if (!cgmSetLineType(im, lntype)) in cgmSetLineAttrib()
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkCGMWriter.cxx255 static int cgmSetLineAttrib(cgmImagePtr im, int lntype, int lnwidth, int lncolor);
261 static int cgmSetLineType(cgmImagePtr im, int lntype);
1404 static int cgmSetLineType(cgmImagePtr im, int lntype) in cgmSetLineType() argument
1417 if (lntype == -1) in cgmSetLineType()
1424 if (lntype == im->ltype) in cgmSetLineType()
1430 if ((lntype < 1) || (lntype > 5)) in cgmSetLineType()
1453 es += cgmAppShort(es, static_cast<short int>(lntype)); in cgmSetLineType()
1460 im->ltype = static_cast<short int>(lntype); in cgmSetLineType()
2619 static int cgmSetLineAttrib(cgmImagePtr im, int lntype, int lnwidth, in cgmSetLineAttrib() argument
2626 if (!cgmSetLineType(im, lntype)) in cgmSetLineAttrib()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfold-const.c3888 tree lntype, rntype, result; in fold_truthop() local
4102 l_const = fold_convert (lntype, l_const); in fold_truthop()
4107 lntype, ll_mask)), in fold_truthop()
4119 r_const = fold_convert (lntype, r_const); in fold_truthop()
4124 lntype, rl_mask)), in fold_truthop()
4183 lhs = build (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truthop()
4218 type = lntype; in fold_truthop()
4219 if (lntype != rntype) in fold_truthop()
4229 rhs = fold_convert (lntype, rhs); in fold_truthop()
4230 lr_mask = fold_convert (lntype, lr_mask); in fold_truthop()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfold-const.c3888 tree lntype, rntype, result;
4102 l_const = fold_convert (lntype, l_const);
4107 lntype, ll_mask)),
4119 r_const = fold_convert (lntype, r_const);
4124 lntype, rl_mask)),
4183 lhs = build (BIT_AND_EXPR, lntype, lhs, ll_mask);
4218 type = lntype;
4219 if (lntype != rntype)
4229 rhs = fold_convert (lntype, rhs);
4230 lr_mask = fold_convert (lntype, lr_mask);
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DTikiWiki.hs202 data ListNesting = LN { lntype :: ListType, lnnest :: Int } deriving (Ord, Eq, Show) function
301 case lntype curLN of
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DTikiWiki.hs202 data ListNesting = LN { lntype :: ListType, lnnest :: Int } deriving (Ord, Eq, Show) function
301 case lntype curLN of
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dfold-const.c4725 tree lntype, rntype, result; in fold_truthop() local
4931 l_const = fold_convert (lntype, l_const); in fold_truthop()
4936 lntype, ll_mask), in fold_truthop()
4946 r_const = fold_convert (lntype, r_const); in fold_truthop()
4951 lntype, rl_mask), in fold_truthop()
5008 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truthop()
5043 type = lntype; in fold_truthop()
5044 if (lntype != rntype) in fold_truthop()
5054 rhs = fold_convert (lntype, rhs); in fold_truthop()
5055 lr_mask = fold_convert (lntype, lr_mask); in fold_truthop()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5745 tree lntype, rntype, result; in fold_truth_andor_1() local
5955 lntype, ll_mask)))) in fold_truth_andor_1()
5969 lntype, rl_mask)))) in fold_truth_andor_1()
6028 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6031 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6075 type = lntype; in fold_truth_andor_1()
6076 if (lntype != rntype) in fold_truth_andor_1()
6086 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6087 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6088 type = lntype; in fold_truth_andor_1()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfold-const.c5618 tree lntype, rntype, result; in fold_truth_andor_1() local
5829 lntype, ll_mask)))) in fold_truth_andor_1()
5843 lntype, rl_mask)))) in fold_truth_andor_1()
5902 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
5905 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
5949 type = lntype; in fold_truth_andor_1()
5950 if (lntype != rntype) in fold_truth_andor_1()
5960 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
5961 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
5962 type = lntype; in fold_truth_andor_1()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfold-const.c5722 tree lntype, rntype, result; in fold_truth_andor_1() local
5932 lntype, ll_mask)))) in fold_truth_andor_1()
5946 lntype, rl_mask)))) in fold_truth_andor_1()
6005 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6008 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6052 type = lntype; in fold_truth_andor_1()
6053 if (lntype != rntype) in fold_truth_andor_1()
6063 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6064 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6065 type = lntype; in fold_truth_andor_1()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5745 tree lntype, rntype, result; in fold_truth_andor_1() local
5955 lntype, ll_mask)))) in fold_truth_andor_1()
5969 lntype, rl_mask)))) in fold_truth_andor_1()
6028 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6031 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6075 type = lntype; in fold_truth_andor_1()
6076 if (lntype != rntype) in fold_truth_andor_1()
6086 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6087 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6088 type = lntype; in fold_truth_andor_1()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5745 tree lntype, rntype, result; in fold_truth_andor_1() local
5955 lntype, ll_mask)))) in fold_truth_andor_1()
5969 lntype, rl_mask)))) in fold_truth_andor_1()
6028 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6031 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6075 type = lntype; in fold_truth_andor_1()
6076 if (lntype != rntype) in fold_truth_andor_1()
6086 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6087 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6088 type = lntype; in fold_truth_andor_1()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5745 tree lntype, rntype, result; in fold_truth_andor_1() local
5955 lntype, ll_mask)))) in fold_truth_andor_1()
5969 lntype, rl_mask)))) in fold_truth_andor_1()
6028 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6031 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6075 type = lntype; in fold_truth_andor_1()
6076 if (lntype != rntype) in fold_truth_andor_1()
6086 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6087 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6088 type = lntype; in fold_truth_andor_1()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfold-const.c5798 tree lntype, rntype, result; in fold_truth_andor_1() local
6008 lntype, ll_mask)))) in fold_truth_andor_1()
6022 lntype, rl_mask)))) in fold_truth_andor_1()
6081 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6084 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6128 type = lntype; in fold_truth_andor_1()
6129 if (lntype != rntype) in fold_truth_andor_1()
6139 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6140 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6141 type = lntype; in fold_truth_andor_1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfold-const.c5828 tree lntype, rntype, result; in fold_truth_andor_1() local
6038 lntype, ll_mask)))) in fold_truth_andor_1()
6052 lntype, rl_mask)))) in fold_truth_andor_1()
6111 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6114 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6158 type = lntype; in fold_truth_andor_1()
6159 if (lntype != rntype) in fold_truth_andor_1()
6169 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6170 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6171 type = lntype; in fold_truth_andor_1()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfold-const.c5752 tree lntype, rntype, result; in fold_truth_andor_1() local
5962 lntype, ll_mask)))) in fold_truth_andor_1()
5976 lntype, rl_mask)))) in fold_truth_andor_1()
6035 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6038 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6082 type = lntype; in fold_truth_andor_1()
6083 if (lntype != rntype) in fold_truth_andor_1()
6093 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6094 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6095 type = lntype; in fold_truth_andor_1()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfold-const.c5828 tree lntype, rntype, result; in fold_truth_andor_1() local
6038 lntype, ll_mask)))) in fold_truth_andor_1()
6052 lntype, rl_mask)))) in fold_truth_andor_1()
6111 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6114 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6158 type = lntype; in fold_truth_andor_1()
6159 if (lntype != rntype) in fold_truth_andor_1()
6169 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6170 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6171 type = lntype; in fold_truth_andor_1()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfold-const.c5618 tree lntype, rntype, result; in fold_truth_andor_1() local
5829 lntype, ll_mask)))) in fold_truth_andor_1()
5843 lntype, rl_mask)))) in fold_truth_andor_1()
5902 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
5905 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
5949 type = lntype; in fold_truth_andor_1()
5950 if (lntype != rntype) in fold_truth_andor_1()
5960 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
5961 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
5962 type = lntype; in fold_truth_andor_1()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfold-const.c6255 tree lntype, rntype, result; in fold_truth_andor_1() local
6465 lntype, ll_mask)))) in fold_truth_andor_1()
6479 lntype, rl_mask)))) in fold_truth_andor_1()
6538 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6541 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6585 type = lntype; in fold_truth_andor_1()
6586 if (lntype != rntype) in fold_truth_andor_1()
6596 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6597 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6598 type = lntype; in fold_truth_andor_1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfold-const.c6168 tree lntype, rntype, result; in fold_truth_andor_1() local
6378 lntype, ll_mask)))) in fold_truth_andor_1()
6392 lntype, rl_mask)))) in fold_truth_andor_1()
6451 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1()
6454 lhs = build2 (BIT_AND_EXPR, lntype, lhs, ll_mask); in fold_truth_andor_1()
6498 type = lntype; in fold_truth_andor_1()
6499 if (lntype != rntype) in fold_truth_andor_1()
6509 rhs = fold_convert_loc (loc, lntype, rhs); in fold_truth_andor_1()
6510 lr_mask = fold_convert_loc (loc, lntype, lr_mask); in fold_truth_andor_1()
6511 type = lntype; in fold_truth_andor_1()
[all …]

12