Home
last modified time | relevance | path

Searched refs:IS_INT (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/math/gap/gap-4.11.0/pkg/qpa-version-1.30/lib/
H A Dmodulehomalg.gd3 DeclareOperation( "IsOmegaPeriodic", [IsPathAlgebraMatModule, IS_INT ] );
4 DeclareOperation( "IsTauPeriodic", [IsPathAlgebraMatModule, IS_INT ] );
16 DeclareOperation( "ExtAlgebraGenerators", [ IsPathAlgebraMatModule, IS_INT ] );
19 DeclareOperation( "GlobalDimensionOfAlgebra", [ IsQuiverAlgebra, IS_INT ]);
20 DeclareOperation( "DominantDimensionOfModule", [ IsPathAlgebraMatModule, IS_INT ]);
21 DeclareOperation( "DominantDimensionOfAlgebra", [ IsQuiverAlgebra, IS_INT ]);
22 DeclareOperation( "ProjDimensionOfModule", [ IsPathAlgebraMatModule, IS_INT ]);
24 DeclareOperation( "GorensteinDimensionOfAlgebra", [ IsQuiverAlgebra, IS_INT ]);
26 DeclareOperation( "N_RigidModule", [ IsPathAlgebraMatModule, IS_INT ]);
40 DeclareOperation( "InjDimensionOfModule", [ IsPathAlgebraMatModule, IS_INT ]);
[all …]
H A Dquiver.gd61 DeclareOperation( "DynkinQuiverAn", [ IS_INT, IsList ] );
62 DeclareOperation( "DynkinQuiverEn", [ IS_INT, IsList ] );
63 DeclareOperation( "DynkinQuiverDn", [ IS_INT, IsList ] );
64 DeclareOperation( "DynkinQuiver", [ IsString, IS_INT, IsList ] );
H A Dpathalg.gd66 DeclareOperation( "NthPowerOfArrowIdeal", [ IsPathAlgebra, IS_INT ] );
67 DeclareOperation( "TruncatedPathAlgebra", [ IsField, IsQuiver, IS_INT ] );
68 DeclareOperation( "AddNthPowerToRelations", [ IsPathAlgebra, IsHomogeneousList, IS_INT ] );
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Darb.cpp171 if ( IS_INT(number) ) in getPolyUnsigned()
204 if ( IS_INT(number) ) in getPolySigned()
298 if (IS_INT(x->Word())) in convertToLong()
318 if (IS_INT(x->Word())) in convertToLong()
570 if (IS_INT(DEREFWORD(x))) in neg_longc()
597 if (IS_INT(DEREFWORD(x))) in neg_longc()
879 if (IS_INT(DEREFWORD(x)) && IS_INT(DEREFWORD(y))) in add_longc()
909 if (IS_INT(DEREFWORD(x)) && in sub_longc()
1095 if (IS_INT(DEREFWORD(x)) && in quotRem()
1488 if (IS_INT(x)) { in get_arbitrary_precision_as_real()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dprims.def3122 if (IS_INT(oop2)
3128 if (IS_INT(oop1)
3226 && IS_INT (srcIndexOOP) && !IS_INT (srcOOP))
3273 if COMMON (IS_INT (srcIndexOOP) && IS_INT (dstStartIndexOOP)
3274 && IS_INT (dstEndIndexOOP) && !IS_INT (srcOOP))
3352 if (IS_INT (oop1))
3619 IS_INT (oop2)
4137 if (IS_INT (oop2)
4632 if (IS_INT (oop2)
4780 if (IS_INT (oop2) && IS_INT (oop4))
[all …]
H A Dprims.inl4248 if (IS_INT(oop2)
4254 if (IS_INT(oop1)
4361 && IS_INT (srcIndexOOP) && !IS_INT (srcOOP))
4411 if COMMON (IS_INT (srcIndexOOP) && IS_INT (dstStartIndexOOP)
4412 && IS_INT (dstEndIndexOOP) && !IS_INT (srcOOP))
4496 if (IS_INT (oop1))
4803 IS_INT (oop2)
5370 if (IS_INT (oop2)
5912 if (IS_INT (oop2)
6063 if (IS_INT (oop2) && IS_INT (oop4))
[all …]
H A Dvm.def343 if (IS_INT (op1) && IS_INT (op2)
370 if COMMON (IS_INT (op2) && IS_INT (op1))
405 if (IS_INT (op1) && IS_INT (op2)
419 if COMMON (IS_INT (op))
447 if UNCOMMON (IS_INT (rec))
480 if UNCOMMON (IS_INT (rec))
513 if UNCOMMON (IS_INT (rec))
546 if UNCOMMON (IS_INT (rec))
588 if (UNCOMMON (IS_INT (rec))
600 if (UNCOMMON (IS_INT (rec))
[all …]
/dports/math/givaro/givaro-4.1.1/src/kernel/ring/
H A Dmodular-integral.h26 #define IS_INT(T) std::is_integral<T>::value macro
78 … &&!(IS_INT(Source) && (sizeof(Source) > sizeof(Storage_t)))
83 … &&!(IS_INT(Source) && (sizeof(Source) > sizeof(Storage_t)))
150 #undef IS_INT
/dports/math/gap/gap-4.11.0/pkg/DeepThought-1.0.2/src/
H A DDeepThought.c11 #define IS_INT(obj) (IS_INTOBJ(obj) || IS_LARGEINT(obj)) macro
33 if (!IS_INT(N) || !IS_INT(K)) in DTP_Binomial()
110 if (!IS_INT(i)) in DTP_Seq_i()
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/devel/jna/jna-5.7.0/native/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/lang/gcc10/gcc-10.3.0/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/www/firefox-esr/firefox-91.8.0/js/src/ctypes/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3-x86_64/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3-arm64/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/lang/gcc9-devel/gcc-9-20211007/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/www/firefox/firefox-99.0/js/src/ctypes/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/lang/gcc11-devel/gcc-11-20211009/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/devel/avr-gcc/gcc-10.2.0/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/lang/gcc11/gcc-11.2.0/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/lang/gcc10-devel/gcc-10-20211008/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()
/dports/lang/gcc9/gcc-9.4.0/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
113 num_ints = IS_INT(fields[0]->type) + IS_INT(fields[1]->type); in struct_passed_as_elements()
232 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in marshal()
279 } else if (IS_INT(type->type) || type->type == FFI_TYPE_POINTER) { in unmarshal()

1234567891011