Home
last modified time | relevance | path

Searched refs:FType (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/dports/textproc/uni2ascii/uni2ascii-4.18/
H A DSetFormat.c61 int *FType, in SetFormat() argument
84 *FType = ABUX; in SetFormat()
87 *FType = BSLX; in SetFormat()
96 *FType = JUUX; in SetFormat()
99 *FType = JuUX; in SetFormat()
102 *FType = XQ; in SetFormat()
108 *FType = IFMT; in SetFormat()
112 *FType = JFMT; in SetFormat()
116 *FType = KFMT; in SetFormat()
120 *FType = BSLU; in SetFormat()
[all …]
H A Dascii2uni.c237 int FType = STDX; local
282 fmt = Formats[FType];
283 if( (FType == IFMT) || (FType == JFMT) ||
284 (FType == KFMT) || (FType == APACHE) ||
286 if( (FType == JFMT) || (FType == UTF8ANGLE)) {cbuf[0] = '0'; cbuf[1] = 'x';}
388 if(FType == CHENT) {
400 else if( (BYTEO == FType) || (BYTED == FType) || (BYTEH == FType) || (UTF8ANGLE == FType)) {
433 if( (FType == HTMLD) || (FType == HTMLX) || (FType == CHENT) || (FType == HDML)) {
491 if(FType == JFMT) {
606 else if( (BYTEO == FType) || (BYTED == FType) || (BYTEH == FType) ) {
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/random/
H A Dnp_gamma_op.h77 FType* uniforms, FType* normals) { in GammaTransform()
79 FType k = sqrt(9.0 * d); in GammaTransform()
80 FType c = 1.0 / k; in GammaTransform()
82 FType u = uniforms[i]; in GammaTransform()
83 FType n = normals[i]; in GammaTransform()
85 FType ocn = 1+c*n; in GammaTransform()
86 FType v = ocn*ocn*ocn; in GammaTransform()
104 MSHADOW_XINLINE FType GammaReduce(IType a, FType* uniforms) { in GammaReduce()
129 IType *scale, FType *uniforms, FType *normals, in Map()
161 float scalar, FType *uniforms, FType *normals, in Map()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/random/
H A Dnp_gamma_op.h77 FType* uniforms, FType* normals) { in GammaTransform()
79 FType k = sqrt(9.0 * d); in GammaTransform()
80 FType c = 1.0 / k; in GammaTransform()
82 FType u = uniforms[i]; in GammaTransform()
83 FType n = normals[i]; in GammaTransform()
85 FType ocn = 1+c*n; in GammaTransform()
86 FType v = ocn*ocn*ocn; in GammaTransform()
104 MSHADOW_XINLINE FType GammaReduce(IType a, FType* uniforms) { in GammaReduce()
129 IType *scale, FType *uniforms, FType *normals, in Map()
161 float scalar, FType *uniforms, FType *normals, in Map()
[all …]
/dports/science/iboview/ibo-view.20150427/src/Common/
H A DCxPodArray.h33 template<class FType>
34 void swap1(FType &A, FType &B){ in swap1()
35 FType t = A; A = B; B = t; in swap1()
48 template<class FType>
51 typedef FType *iterator;
54 typedef FType value_type;
121 FType *pNewData = static_cast<FType*>(::malloc(sizeof(FType) * n)); in reserve()
152 TArray(size_type n, FType t) in TArray()
195 FType
207 template<class FType>
[all …]
H A DCxFixedSizeArray.h38 typedef FType value_type;
39 typedef FType *iterator;
40 typedef FType const *const_iterator;
53 TArrayFix( size_t nEntries, FType const &Scalar ) in TArrayFix()
70 FType &front(){ assert(nSize!=0); return m[0]; }; in front()
91 void push_back( FType const &t ){ in push_back()
123 FType *data() { return &m[0]; }; in data()
124 FType const *data() const { return &m[0]; }; in data()
127 void operator = ( FType const &Scalar ){
145 FType
[all …]
H A DCxMemoryStack.h135 template<class FType>
138 FType
144 inline TMemoryLock(FType *&pOutsidePtr, size_t nCount, FMemoryStack *pMem);
147 operator FType* () { return p; }
148 operator FType const* () const { return p; }
154 template<class FType>
155 TMemoryLock<FType>::TMemoryLock(size_t nCount, FMemoryStack *pMem) in TMemoryLock()
161 template<class FType>
162 TMemoryLock<FType>::TMemoryLock(FType *&pOutsidePtr, size_t nCount, FMemoryStack *pMem) in TMemoryLock()
169 template<class FType>
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DProfileVerifierPass.cpp34 template<class FType, class BType>
46 ProfileInfoT<FType, BType> *PI;
79 bool runOnFunction(FType &F);
89 template<class FType, class BType>
142 template<class FType, class BType>
165 template<class FType, class BType>
166 bool ProfileVerifierPassT<FType, BType>::exitReachable(const FType *F) { in exitReachable()
197 template<class FType, class BType>
215 template<class FType, class BType>
230 template<class FType, class BType>
[all …]
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dtypes.h10 extern FType * typ_type_new(CfgInfo *cfg, const gchar *name, mode_t mode, gint perm, const gchar *s…
11 extern FType * typ_type_copy(FType *old);
12 extern GList * typ_type_insert(GList *list, FType *after, FType *type);
13 extern GList * typ_type_remove(GList *list, FType *type);
15 extern void typ_type_destroy(FType *type);
17 extern FType * typ_type_get_unknown(const CfgInfo *cfg);
19 extern GList * typ_type_set_name(GList *list, FType *type, const gchar *name);
20 extern GList * typ_type_set_style(GList *list, FType *type, StyleInfo *si, const gchar *name);
21 extern GList * typ_type_set_priority(GList *list, FType *type, guint16 prio);
22 extern GList * typ_type_move(GList *list, FType *type, gint delta);
H A Dtypes.c63 FType *type; in typ_type_new()
102 FType * typ_type_copy(FType *old) in typ_type_copy()
104 FType *nt; in typ_type_copy()
125 void typ_type_destroy(FType *type) in typ_type_destroy()
143 FType * typ_type_get_unknown(const CfgInfo *cfg) in typ_type_get_unknown()
284 FType *type; in typ_init()
307 GList * typ_type_insert(GList *list, FType *after, FType *type) in typ_type_insert()
317 if(TYP_IS_UNKNOWN((FType *) last->data)) in typ_type_insert()
444 FType *ft; in typ_identify()
465 FType *type; in match_file()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Analysis/
H A DProfileInfo.h53 template<class FType, class BType>
74 std::map<const FType*, double> FunctionInformation;
87 static const FType* getFunction(Edge e) { in getFunction()
94 return (const FType*)0; in getFunction()
105 double getExecutionCount(const FType *F);
133 EdgeWeights &getEdgeWeights (const FType *F) { in getEdgeWeights()
168 void transfer(const FType *Old, const FType *New);
170 void repair(const FType *F);
172 void dump(FType *F = 0, bool real = true) {
175 typename std::set<const FType*> Functions;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_signature.hpp75 typedef typename remove_RC<F>::type FType; typedef
86 typedef typename remove_RC<F>::type FType; typedef
98 typedef typename remove_RC<F>::type FType; typedef
111 typedef typename remove_RC<F>::type FType; typedef
120 typedef typename remove_RC<F>::type FType; typedef
130 typedef typename remove_RC<F>::type FType; typedef
141 typedef typename remove_RC<F>::type FType; typedef
153 typedef typename remove_RC<F>::type FType; typedef
167 typedef typename remove_RC<F>::type FType; typedef
186 typedef typename remove_RC<F>::type FType; typedef
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/function/
H A Dlazy_signature.hpp75 typedef typename remove_RC<F>::type FType; typedef
86 typedef typename remove_RC<F>::type FType; typedef
98 typedef typename remove_RC<F>::type FType; typedef
111 typedef typename remove_RC<F>::type FType; typedef
120 typedef typename remove_RC<F>::type FType; typedef
130 typedef typename remove_RC<F>::type FType; typedef
141 typedef typename remove_RC<F>::type FType; typedef
153 typedef typename remove_RC<F>::type FType; typedef
167 typedef typename remove_RC<F>::type FType; typedef
186 typedef typename remove_RC<F>::type FType; typedef
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/function/
H A Dlazy_signature.hpp75 typedef typename remove_RC<F>::type FType; in remake()
86 typedef typename remove_RC<F>::type FType; in ThunkImpl()
98 typedef typename remove_RC<F>::type FType; in intrusive_ptr_release()
111 typedef typename remove_RC<F>::type FType;
120 typedef typename remove_RC<F>::type FType; in operator ()()
130 typedef typename remove_RC<F>::type FType;
141 typedef typename remove_RC<F>::type FType; in iter()
153 typedef typename remove_RC<F>::type FType;
167 typedef typename remove_RC<F>::type FType;
186 typedef typename remove_RC<F>::type FType; in iter()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/phoenix/function/
H A Dlazy_signature.hpp75 typedef typename remove_RC<F>::type FType; typedef
86 typedef typename remove_RC<F>::type FType; typedef
98 typedef typename remove_RC<F>::type FType; typedef
111 typedef typename remove_RC<F>::type FType; typedef
120 typedef typename remove_RC<F>::type FType; typedef
130 typedef typename remove_RC<F>::type FType; typedef
141 typedef typename remove_RC<F>::type FType; typedef
153 typedef typename remove_RC<F>::type FType; typedef
167 typedef typename remove_RC<F>::type FType; typedef
186 typedef typename remove_RC<F>::type FType; typedef
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_signature.hpp75 typedef typename remove_RC<F>::type FType; typedef
86 typedef typename remove_RC<F>::type FType; typedef
98 typedef typename remove_RC<F>::type FType; typedef
111 typedef typename remove_RC<F>::type FType; typedef
120 typedef typename remove_RC<F>::type FType; typedef
130 typedef typename remove_RC<F>::type FType; typedef
141 typedef typename remove_RC<F>::type FType; typedef
153 typedef typename remove_RC<F>::type FType; typedef
167 typedef typename remove_RC<F>::type FType; typedef
186 typedef typename remove_RC<F>::type FType; typedef
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_signature.hpp75 typedef typename remove_RC<F>::type FType; typedef
86 typedef typename remove_RC<F>::type FType; typedef
98 typedef typename remove_RC<F>::type FType; typedef
111 typedef typename remove_RC<F>::type FType; typedef
120 typedef typename remove_RC<F>::type FType; typedef
130 typedef typename remove_RC<F>::type FType; typedef
141 typedef typename remove_RC<F>::type FType; typedef
153 typedef typename remove_RC<F>::type FType; typedef
167 typedef typename remove_RC<F>::type FType; typedef
186 typedef typename remove_RC<F>::type FType; typedef
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/phoenix/function/
H A Dlazy_signature.hpp75 typedef typename remove_RC<F>::type FType; typedef
86 typedef typename remove_RC<F>::type FType; typedef
98 typedef typename remove_RC<F>::type FType; typedef
111 typedef typename remove_RC<F>::type FType; typedef
120 typedef typename remove_RC<F>::type FType; typedef
130 typedef typename remove_RC<F>::type FType; typedef
141 typedef typename remove_RC<F>::type FType; typedef
153 typedef typename remove_RC<F>::type FType; typedef
167 typedef typename remove_RC<F>::type FType; typedef
186 typedef typename remove_RC<F>::type FType; typedef
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/phoenix/function/
H A Dlazy_signature.hpp75 typedef typename remove_RC<F>::type FType; typedef
86 typedef typename remove_RC<F>::type FType; typedef
98 typedef typename remove_RC<F>::type FType; typedef
111 typedef typename remove_RC<F>::type FType; typedef
120 typedef typename remove_RC<F>::type FType; typedef
130 typedef typename remove_RC<F>::type FType; typedef
141 typedef typename remove_RC<F>::type FType; typedef
153 typedef typename remove_RC<F>::type FType; typedef
167 typedef typename remove_RC<F>::type FType; typedef
186 typedef typename remove_RC<F>::type FType; typedef
[all …]
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/tests/
H A Dsqldbtoolsunit.pas466 FType : TFieldType;
485 for FType := low(TFieldType)to high(TFieldType) do
486 if FieldtypeDefinitions[FType]<>'' then
488 FieldtypeDefinitions[FType] + ',';
500 if FieldtypeDefinitions[FType]<>'' then
502 sql := sql + ',F' + Fieldtypenames[FType];
503 if testValues[FType,CountID] <> '' then
504 if FType in [ftBoolean, ftCurrency] then
511 else if (FType = ftDate) and
517 else if (FType = ftDateTime) and
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/tests/
H A Dsqldbtoolsunit.pas466 FType : TFieldType;
485 for FType := low(TFieldType)to high(TFieldType) do
486 if FieldtypeDefinitions[FType]<>'' then
488 FieldtypeDefinitions[FType] + ',';
500 if FieldtypeDefinitions[FType]<>'' then
502 sql := sql + ',F' + Fieldtypenames[FType];
503 if testValues[FType,CountID] <> '' then
504 if FType in [ftBoolean, ftCurrency] then
511 else if (FType = ftDate) and
517 else if (FType = ftDateTime) and
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/
H A Dopkman_categoriesfrm.pas89 FType: Integer;
116 case Data^.FType of
249 if Data1^.FType = Data2^.FType then
262 else if Data1^.FType > Data2^.FType then
264 else if Data1^.FType < Data2^.FType then
335 Data^.FType := 1
337 Data^.FType := 0;
349 Data^.FType := 2;
361 Data^.FType := 3;
373 Data^.FType := 4;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/
H A Dopkman_categoriesfrm.pas89 FType: Integer;
116 case Data^.FType of
249 if Data1^.FType = Data2^.FType then
262 else if Data1^.FType > Data2^.FType then
264 else if Data1^.FType < Data2^.FType then
335 Data^.FType := 1
337 Data^.FType := 0;
349 Data^.FType := 2;
361 Data^.FType := 3;
373 Data^.FType := 4;
/dports/math/libmesh/libmesh-1.6.2/contrib/lcov/lcov-1.10/contrib/galaxy/
H A Dconglomerate_functions.pl148 my $FType = "";
153 $FType = $1;
155 if ($FType eq 'STATIC') {
158 elsif ($FType eq 'INDIRECT') {
161 elsif ($FType eq 'EXPORTED') {
164 elsif ($FType eq 'NORMAL') {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/lcov/contrib/galaxy/
H A Dconglomerate_functions.pl148 my $FType = "";
153 $FType = $1;
155 if ($FType eq 'STATIC') {
158 elsif ($FType eq 'INDIRECT') {
161 elsif ($FType eq 'EXPORTED') {
164 elsif ($FType eq 'NORMAL') {

12345678910>>...21