Home
last modified time | relevance | path

Searched refs:BasicTypes (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/dports/math/reduce/Reduce-svn5758-src/contrib/boxdisplay/sml/
H A DStyleParams.sml3 val xHeight: BasicTypes.style -> BasicTypes.dist
4 val MathUnit: BasicTypes.style -> BasicTypes.dist
5 val atopNum: BasicTypes.style -> BasicTypes.dist
6 val fractNum: BasicTypes.style -> BasicTypes.dist
7 val Denom: BasicTypes.style -> BasicTypes.dist
8 val Sup: bool -> BasicTypes.style -> BasicTypes.dist
9 val SubAlone: BasicTypes.style -> BasicTypes.dist
10 val SubWithSup: BasicTypes.style -> BasicTypes.dist
11 val SupDrop: BasicTypes.style -> BasicTypes.dist
12 val SubDrop: BasicTypes.style -> BasicTypes.dist
[all …]
H A DFontParams.sml3 val math_x_height: BasicTypes.size -> BasicTypes.dist (* height of `x' *)
4 val math_quad: BasicTypes.size -> BasicTypes.dist (* width of `M' *)
5 val num1: BasicTypes.size -> BasicTypes.dist (* numerator shift-up in display style *)
6 val num2: BasicTypes.size -> BasicTypes.dist (* ... in non-display, non-atop *)
7 val num3: BasicTypes.size -> BasicTypes.dist (* ... in non-display atop *)
9 val denom2: BasicTypes.size -> BasicTypes.dist (* ... in non-display styles *)
11 val sup1: BasicTypes.size -> BasicTypes.dist (* ... in uncramped display style *)
13 val sup3: BasicTypes.size -> BasicTypes.dist (* ... in cramped styles *)
15 val sub1: BasicTypes.size -> BasicTypes.dist (* ... if superscript is absent *)
21 val axis_height: BasicTypes.size -> BasicTypes.dist
[all …]
H A DCharInfo.sml3 val charWidth : FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.dist
4 val charHeight : FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.dist
5 val charDepth : FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.dist
6 val charItalic : FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.dist
7 val charLarger : FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.charCode option
8 val charAccentSkew : FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.dist
9 val charExtensible : FontTypes.fontNr * BasicTypes.charCode -> bool
10 val charExtensibleTop : FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.charCode option
11 val charExtensibleRep : FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.charCode
12 val charExtensibleBot : FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.charCode option
[all …]
H A DDistance.sml3 val zero : BasicTypes.dist
4 val one : BasicTypes.dist
5 val half : BasicTypes.dist -> BasicTypes.dist
7 val realMult : real * BasicTypes.dist -> BasicTypes.dist
9 val distInt : int -> BasicTypes.dist
11 val distRat : int * int -> BasicTypes.dist
13 val distReal : real -> BasicTypes.dist
19 open BasicTypes
H A DDviCmd.sml3 val SetChar : FontTypes.fontNr * BasicTypes.charCode -> unit
4 val PutChar : FontTypes.fontNr * BasicTypes.charCode -> unit
5 val SetRule : BasicTypes.dist * BasicTypes.dist -> unit
6 val PutRule : BasicTypes.dist * BasicTypes.dist -> unit
7 val Left : BasicTypes.dist -> unit
8 val Right : BasicTypes.dist -> unit
9 val Up : BasicTypes.dist -> unit
10 val Down : BasicTypes.dist -> unit
22 open BasicTypes
H A DBoundaries.sml3 val makeBoundaries: BasicTypes.style -> BasicTypes.dist -> BasicTypes.dist
4 -> BasicTypes.delim -> BasicTypes.delim -> BoxTypes.node * BoxTypes.node
5 val attachBoundaries: BasicTypes.style -> BasicTypes.delim ->
6 BasicTypes.delim -> IListTypes.ilist -> IListTypes.ilist
12 open BasicTypes; open BoxTypes; open IListTypes
H A DConst.sml4 val delimiterShortfall: BasicTypes.dist
5 val nullDelimiterSpace: BasicTypes.dist
6 val scriptSpace: BasicTypes.dist
7 val infPenalty: BasicTypes.penalty
8 val relPenalty: BasicTypes.penalty
9 val binopPenalty: BasicTypes.penalty
15 open BasicTypes
H A DMakeChar.sml3 val makeChar: BasicTypes.style -> BasicTypes.family -> BasicTypes.charCode
5 val makeNucChar: BasicTypes.style -> bool -> BasicTypes.family ->
6 BasicTypes.charCode -> BoxTypes.node * BoxTypes.dist * bool
12 open BasicTypes; open BoxTypes
H A DMathTranslate.sml3 val cleanBox: BasicTypes.style -> bool -> MathTypes.mlist -> BoxTypes.box
4 val doAccent: BasicTypes.style -> bool -> BasicTypes.family ->
5 BasicTypes.charCode -> MathTypes.mlist -> BoxTypes.box
8 val doLeftRight: BasicTypes.style -> bool -> BasicTypes.delim ->
9 MathTypes.mlist -> BasicTypes.delim -> BoxTypes.box
10 val doNucleus: BasicTypes.style -> bool -> bool -> MathTypes.mlist ->
11 BoxTypes.node * BasicTypes.dist * bool
12 val doGenScripts: BasicTypes.style -> bool -> bool -> bool ->
14 val doBigOp: BasicTypes.style -> bool -> MathTypes.limits ->
18 val doAccentScripts: BasicTypes.style -> bool -> MathTypes.noad ->
[all …]
H A DChangeStyle.sml3 val fract: BasicTypes.style -> BasicTypes.style
4 val script: BasicTypes.style -> BasicTypes.style
10 open BasicTypes
H A DOutDvi.sml3 val setChar : BasicTypes.charCode -> unit
4 val putChar : BasicTypes.charCode -> unit
5 val setRule : BasicTypes.dist * BasicTypes.dist -> unit
6 val putRule : BasicTypes.dist * BasicTypes.dist -> unit
7 val right : BasicTypes.dist -> unit
8 val down : BasicTypes.dist -> unit
25 open BasicTypes; open FontTypes
H A DCharFunctions.sml3 val fontNumber: BasicTypes.style -> BasicTypes.family -> FontTypes.fontNr
4 val larger: FontTypes.fontNr * BasicTypes.charCode -> BasicTypes.charCode
11 open BasicTypes; open FontTypes
H A DBasicChar.sml3 val basicChar: BasicTypes.style -> bool -> BasicTypes.family ->
4 BasicTypes.charCode -> BoxTypes.node * BasicTypes.dist
10 open BasicTypes; open BoxTypes
H A DGlueCalculation.sml6 val extractGlue: (BoxTypes.glueSpec -> (BasicTypes.dist * BoxTypes.infOrder)) ->
7 BoxTypes.node list -> (BasicTypes.dist * BoxTypes.infOrder) list
11 val addGlue: BoxTypes.infOrder -> (BasicTypes.dist * BoxTypes.infOrder) list -> BasicTypes.dist
14 val totalGlue: (BasicTypes.dist * BoxTypes.infOrder) list -> BasicTypes.dist * BoxTypes.infOrder
20 val getGlueParam: BasicTypes.dist -> BoxTypes.node list -> BoxTypes.glueParam
28 open BasicTypes; open BoxTypes
H A DAccent.sml3 val makeAccent: (BasicTypes.family * BasicTypes.charCode) option ->
4 BasicTypes.style -> BasicTypes.family ->
5 BasicTypes.charCode -> BoxTypes.box -> BoxTypes.box
11 open BasicTypes; open BoxTypes
H A DNodeListDim.sml4 val hlistWidth: BoxTypes.hlist -> BasicTypes.dist
5 val hlistHeight: BoxTypes.hlist -> BasicTypes.dist
6 val hlistDepth: BoxTypes.hlist -> BasicTypes.dist
7 val vlistVsize: BoxTypes.vlist -> BasicTypes.dist
8 val vlistWidth: BoxTypes.vlist -> BasicTypes.dist
H A DSize.sml3 val size: BasicTypes.family -> BasicTypes.style -> BasicTypes.size
9 open BasicTypes
H A DGenFraction.sml3 val makeGenFraction: BasicTypes.style -> BasicTypes.dist option ->
4 BasicTypes.delim -> BasicTypes.delim -> BoxTypes.box -> BoxTypes.box ->
11 open BasicTypes; open BoxTypes
H A DNodeDim.sml4 val width: BoxTypes.node -> BasicTypes.dist
5 val height: BoxTypes.node -> BasicTypes.dist
6 val depth: BoxTypes.node -> BasicTypes.dist
8 val vwidth: BoxTypes.node -> BasicTypes.dist
9 val vsize: BoxTypes.node -> BasicTypes.dist
15 open BasicTypes; open BoxTypes
H A DMakeScripts.sml4 BasicTypes.style -> bool -> bool -> BasicTypes.dist -> BoxTypes.node
7 BasicTypes.style -> bool -> BoxTypes.node -> BoxTypes.box
10 BasicTypes.style -> bool -> bool -> BasicTypes.dist -> BoxTypes.node
13 BasicTypes.style -> bool -> bool -> BasicTypes.dist -> BoxTypes.node
20 open BasicTypes; open BoxTypes
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/nimble/gen-cpp2/
H A Dmodule_types.cpp19 void TccStructTraits<::cpp2::BasicTypes>::translateFieldName( in translateFieldName()
23 using data = apache::thrift::TStructDataStorage<::cpp2::BasicTypes>; in translateFieldName()
39 BasicTypes::BasicTypes(apache::thrift::FragileConstructor, ::std::int32_t first__arg, ::std::int32_… in BasicTypes() function in cpp2::BasicTypes
50 void BasicTypes::__fbthrift_clear() { in __fbthrift_clear()
59 bool BasicTypes::operator==(const BasicTypes& rhs) const { in operator ==()
78 bool BasicTypes::operator<(const BasicTypes& rhs) const { in operator <()
98 void swap(BasicTypes& a, BasicTypes& b) { in swap()
107 template void BasicTypes::readNoXfer<>(apache::thrift::BinaryProtocolReader*);
108 template uint32_t BasicTypes::write<>(apache::thrift::BinaryProtocolWriter*) const;
111 template void BasicTypes::readNoXfer<>(apache::thrift::CompactProtocolReader*);
[all …]
H A Dmodule_types.tcc19 struct TccStructTraits<::cpp2::BasicTypes> {
33 void BasicTypes::readNoXfer(Protocol_* iprot) { in readNoXfer()
163 uint32_t BasicTypes::serializedSize(Protocol_ const* prot_) const { in serializedSize()
187 uint32_t BasicTypes::serializedSizeZC(Protocol_ const* prot_) const { in serializedSizeZC()
211 uint32_t BasicTypes::write(Protocol_* prot_) const { in write()
252 extern template void BasicTypes::readNoXfer<>(apache::thrift::BinaryProtocolReader*);
253 extern template uint32_t BasicTypes::write<>(apache::thrift::BinaryProtocolWriter*) const;
256 extern template void BasicTypes::readNoXfer<>(apache::thrift::CompactProtocolReader*);
257 extern template uint32_t BasicTypes::write<>(apache::thrift::CompactProtocolWriter*) const;
260 extern template void BasicTypes::readNoXfer<>(apache::thrift::NimbleProtocolReader*);
[all …]
H A Dmodule_types.h47 class BasicTypes; variable
62 class BasicTypes final {
74 using __fbthrift_cpp2_type = BasicTypes;
81 BasicTypes() : in BasicTypes() function
91 BasicTypes(BasicTypes&&) = default;
93 BasicTypes(const BasicTypes&) = default;
96 BasicTypes& operator=(BasicTypes&&) = default;
98 BasicTypes& operator=(const BasicTypes&) = default;
112 bool operator==(const BasicTypes&) const;
113 bool operator<(const BasicTypes&) const;
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Dbasic.h33 typedef struct _basic_types *BasicTypes; typedef
39 BasicTypes basic_types_new(void);
42 void basic_types_delete(BasicTypes bt);
45 BasicTypes basic_types_clone(const BasicTypes src);
48 void basic_types_reset(BasicTypes bt);
51 Declarator *basic_types_get_declarator(BasicTypes bt, unsigned tflags);
H A Dbasic.c98 BasicTypes basic_types_new(void) in basic_types_new()
100 BasicTypes bt; in basic_types_new()
128 void basic_types_delete(BasicTypes bt) in basic_types_delete()
158 BasicTypes basic_types_clone(const BasicTypes src) in basic_types_clone()
160 BasicTypes bt; in basic_types_clone()
188 void basic_types_reset(BasicTypes bt) in basic_types_reset()
217 Declarator *basic_types_get_declarator(BasicTypes bt, unsigned tflags) in basic_types_get_declarator()

12345678910>>...23