Home
last modified time | relevance | path

Searched refs:Lengths (Results 1 – 25 of 1353) sorted by relevance

12345678910>>...55

/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dlengths.c42 length_type Lengths[MAX_LENGTHS]; variable
55 while (i < iLengthCount && strstr(Lengths[i].name, s) == NULL) in existsLength()
75 Lengths[iLengthCount].distance = d; in newLength()
76 Lengths[iLengthCount].name = strdup(s); in newLength()
78 if (Lengths[iLengthCount].name == NULL) { in newLength()
98 Lengths[i].distance = d; in setLength()
116 return Lengths[i].distance; in getLength()
/dports/lang/rexx-regina/regina-rexx-3.9.3/gci/
H A Dgci_reginabridge.c268 int Lengths[2]; in readRexx() local
272 Lengths[0] = GCI_strlen( name ); in readRexx()
279 Lengths, in readRexx()
307 if ( Lengths[1] == RX_NO_STRING ) in readRexx()
323 else if ( Lengths[1] > GCI_strmax( target ) ) in readRexx()
334 GCI_strsetlen( target, Lengths[1] ); in readRexx()
455 int Lengths[2]; in GCI_writeRexx() local
459 Lengths[0] = GCI_strlen( name ); in GCI_writeRexx()
463 Lengths[1] = RX_NO_STRING; in GCI_writeRexx()
468 Lengths[1] = GCI_strlen( value ); in GCI_writeRexx()
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dclient.c642 Lengths[0] = rval->name->len ; in get_next_var()
648 Lengths[1] = rval->value->len ; in get_next_var()
960 Lengths[1] = RX_NO_STRING; in GetVariable()
967 Lengths[1] = RX_NO_STRING; in GetVariable()
984 Lengths[1] = value->len; in GetVariable()
991 Lengths[1] = len = value->len; in GetVariable()
1172 if ( ct->Strings && ct->Lengths ) in RemoveParams()
1182 if ( ct->Lengths ) in RemoveParams()
1183 FreeTSD( ct->Lengths ) ; in RemoveParams()
1191 ct->Lengths = NULL; in RemoveParams()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/hana/
H A Dcartesian_product.hpp49 template <std::size_t ...Lengths>
52 std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in total_length()
62 constexpr std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in indices_of()
63 constexpr std::size_t n = sizeof...(Lengths); in indices_of()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/
H A Dcartesian_product.hpp49 template <std::size_t ...Lengths>
52 std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in total_length()
62 constexpr std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in indices_of()
63 constexpr std::size_t n = sizeof...(Lengths); in indices_of()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/
H A Dcartesian_product.hpp49 template <std::size_t ...Lengths>
52 std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in total_length()
62 constexpr std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in indices_of()
63 constexpr std::size_t n = sizeof...(Lengths); in indices_of()
/dports/devel/boost-libs/boost_1_72_0/boost/hana/
H A Dcartesian_product.hpp49 template <std::size_t ...Lengths>
52 std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in total_length()
62 constexpr std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in indices_of()
63 constexpr std::size_t n = sizeof...(Lengths); in indices_of()
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/
H A Dcartesian_product.hpp49 template <std::size_t ...Lengths>
52 std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in total_length()
62 constexpr std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in indices_of()
63 constexpr std::size_t n = sizeof...(Lengths); in indices_of()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/
H A Dcartesian_product.hpp49 template <std::size_t ...Lengths>
52 std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in total_length()
62 constexpr std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in indices_of()
63 constexpr std::size_t n = sizeof...(Lengths); in indices_of()
/dports/devel/hyperscan/boost_1_75_0/boost/hana/
H A Dcartesian_product.hpp49 template <std::size_t ...Lengths>
52 std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in total_length()
62 constexpr std::size_t lengths[sizeof...(Lengths)] = {Lengths...}; in indices_of()
63 constexpr std::size_t n = sizeof...(Lengths); in indices_of()
/dports/devel/boost-docs/boost_1_72_0/boost/hana/detail/
H A Dunpack_flatten.hpp25 template <std::size_t ...Lengths>
28 static constexpr std::size_t lengths[sizeof...(Lengths) + 1] = {Lengths..., 0};
30 detail::accumulate(lengths, lengths + sizeof...(Lengths), 0);
35 for (std::size_t index = 0, i = 0; i < sizeof...(Lengths); ++i) in compute()
/dports/devel/hyperscan/boost_1_75_0/boost/hana/detail/
H A Dunpack_flatten.hpp25 template <std::size_t ...Lengths>
28 static constexpr std::size_t lengths[sizeof...(Lengths) + 1] = {Lengths..., 0};
30 detail::accumulate(lengths, lengths + sizeof...(Lengths), 0);
35 for (std::size_t index = 0, i = 0; i < sizeof...(Lengths); ++i) in compute()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/detail/
H A Dunpack_flatten.hpp25 template <std::size_t ...Lengths>
28 static constexpr std::size_t lengths[sizeof...(Lengths) + 1] = {Lengths..., 0};
30 detail::accumulate(lengths, lengths + sizeof...(Lengths), 0);
35 for (std::size_t index = 0, i = 0; i < sizeof...(Lengths); ++i) in compute()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/detail/
H A Dunpack_flatten.hpp25 template <std::size_t ...Lengths>
28 static constexpr std::size_t lengths[sizeof...(Lengths) + 1] = {Lengths..., 0};
30 detail::accumulate(lengths, lengths + sizeof...(Lengths), 0);
35 for (std::size_t index = 0, i = 0; i < sizeof...(Lengths); ++i) in compute()
/dports/devel/boost-libs/boost_1_72_0/boost/hana/detail/
H A Dunpack_flatten.hpp25 template <std::size_t ...Lengths>
28 static constexpr std::size_t lengths[sizeof...(Lengths) + 1] = {Lengths..., 0};
30 detail::accumulate(lengths, lengths + sizeof...(Lengths), 0);
35 for (std::size_t index = 0, i = 0; i < sizeof...(Lengths); ++i) in compute()
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/detail/
H A Dunpack_flatten.hpp25 template <std::size_t ...Lengths>
28 static constexpr std::size_t lengths[sizeof...(Lengths) + 1] = {Lengths..., 0};
30 detail::accumulate(lengths, lengths + sizeof...(Lengths), 0);
35 for (std::size_t index = 0, i = 0; i < sizeof...(Lengths); ++i) in compute()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/detail/
H A Dunpack_flatten.hpp25 template <std::size_t ...Lengths>
28 static constexpr std::size_t lengths[sizeof...(Lengths) + 1] = {Lengths..., 0};
30 detail::accumulate(lengths, lengths + sizeof...(Lengths), 0);
35 for (std::size_t index = 0, i = 0; i < sizeof...(Lengths); ++i)
/dports/biology/abyss/abyss-2.3.1/MergePaths/
H A DMergePaths.cpp146 const Lengths& lengths,
274 const Lengths& lengths, in addOverlapEdge()
327 const Lengths& lengths, in findPathOverlaps()
355 const Lengths& lengths, in mergePaths()
515 const Lengths& lengths, in identifySubsumedPaths()
590 const Lengths& lengths, in removeSubsumedPaths()
889 static Lengths
894 Lengths lengths; in readContigLengths()
910 static Lengths
1120 const Lengths& m_lengths;
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/backend/bounding/
H A Dbbox.cpp111 Assign_BBox_Vect(lengths, bbox->Lengths); in Recompute_BBox()
155 Assign_BBox_Vect(lengths, bbox->Lengths); in Recompute_Inverse_BBox()
768 am = 2.0 * a->Lower_Left[Axis] + a->Lengths[Axis]; in compboxes()
769 bm = 2.0 * b->Lower_Left[Axis] + b->Lengths[Axis]; in compboxes()
800 if(bbox->Lower_Left[X] + bbox->Lengths[X] > maxs[X]) in find_axis()
855 tmax = tmin + bbox->Lengths[X]; in calc_bbox()
861 tmax = tmin + bbox->Lengths[Y]; in calc_bbox()
867 tmax = tmin + bbox->Lengths[Z]; in calc_bbox()
900 tmax = tmin + bbox->Lengths[X]; in build_area_table()
906 tmax = tmin + bbox->Lengths[Y]; in build_area_table()
[all …]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dbbox.cpp376 Assign_BBox_Vect(lengths, bbox->Lengths); in Recompute_BBox()
455 Assign_BBox_Vect(lengths, bbox->Lengths); in Recompute_Inverse_BBox()
1501 am = 2.0 * a->Lower_Left[Axis] + a->Lengths[Axis]; in compboxes()
1502 bm = 2.0 * b->Lower_Left[Axis] + b->Lengths[Axis]; in compboxes()
1574 if (bbox->Lower_Left[X] + bbox->Lengths[X] > maxs[X]) in find_axis()
1667 tmax = tmin + bbox->Lengths[X]; in calc_bbox()
1673 tmax = tmin + bbox->Lengths[Y]; in calc_bbox()
1679 tmax = tmin + bbox->Lengths[Z]; in calc_bbox()
1740 tmax = tmin + bbox->Lengths[X]; in build_area_table()
1746 tmax = tmin + bbox->Lengths[Y]; in build_area_table()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dbbox.cpp371 Assign_BBox_Vect(lengths, bbox->Lengths); in Recompute_BBox()
450 Assign_BBox_Vect(lengths, bbox->Lengths); in Recompute_Inverse_BBox()
1492 am = 2.0 * a->Lower_Left[Axis] + a->Lengths[Axis]; in compboxes()
1493 bm = 2.0 * b->Lower_Left[Axis] + b->Lengths[Axis]; in compboxes()
1565 if (bbox->Lower_Left[X] + bbox->Lengths[X] > maxs[X]) in find_axis()
1658 tmax = tmin + bbox->Lengths[X]; in calc_bbox()
1664 tmax = tmin + bbox->Lengths[Y]; in calc_bbox()
1670 tmax = tmin + bbox->Lengths[Z]; in calc_bbox()
1731 tmax = tmin + bbox->Lengths[X]; in build_area_table()
1737 tmax = tmin + bbox->Lengths[Y]; in build_area_table()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
H A Ddebug_line_malformed.s14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
75 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
101 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
130 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
163 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
192 .byte 0, 1, 1, 1, 1, 0, 0, 0, 0, 1 # Standard Opcode Lengths
213 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
246 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
273 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/llvm-dwarfdump/X86/Inputs/
H A Ddebug_line_malformed.s14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
75 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
101 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
130 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
163 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
192 .byte 0, 1, 1, 1, 1, 0, 0, 0, 0, 1 # Standard Opcode Lengths
213 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
246 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
273 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
H A Ddebug_line_malformed.s14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
75 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
101 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
130 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
163 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
192 .byte 0, 1, 1, 1, 1, 0, 0, 0, 0, 1 # Standard Opcode Lengths
213 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
246 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
273 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
H A Ddebug_line_malformed.s14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
75 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
101 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
130 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
163 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
192 .byte 0, 1, 1, 1, 1, 0, 0, 0, 0, 1 # Standard Opcode Lengths
213 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
246 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
273 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
[all …]

12345678910>>...55