Home
last modified time | relevance | path

Searched refs:AMX (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/dports/games/el/Eternal-Lands-1.9.5.9-1/pawn/
H A Damx.h309 } AMX; typedef
425 int AMXAPI amx_Cleanup(AMX *amx);
426 int AMXAPI amx_Clone(AMX *amxClone, AMX *amxSource, void *data);
432 int AMXAPI amx_Flags(AMX *amx,uint16_t *flags);
440 int AMXAPI amx_Init(AMX *amx, void *program);
443 int AMXAPI amx_NameLength(AMX *amx, int *length);
445 int AMXAPI amx_NumNatives(AMX *amx, int *number);
448 int AMXAPI amx_NumTags(AMX *amx, int *number);
449 int AMXAPI amx_Push(AMX *amx, cell value);
452 int AMXAPI amx_RaiseError(AMX *amx, int error);
[all …]
H A Damxfloat.c37 static cell AMX_NATIVE_CALL n_float(AMX *amx,const cell *params) in n_float()
54 static cell AMX_NATIVE_CALL n_strfloat(AMX *amx,const cell *params) in n_strfloat()
87 static cell AMX_NATIVE_CALL n_floatmul(AMX *amx,const cell *params) in n_floatmul()
100 static cell AMX_NATIVE_CALL n_floatdiv(AMX *amx,const cell *params) in n_floatdiv()
113 static cell AMX_NATIVE_CALL n_floatadd(AMX *amx,const cell *params) in n_floatadd()
126 static cell AMX_NATIVE_CALL n_floatsub(AMX *amx,const cell *params) in n_floatsub()
187 static cell AMX_NATIVE_CALL n_floatcmp(AMX *amx,const cell *params) in n_floatcmp()
238 static cell AMX_NATIVE_CALL n_floatlog(AMX *amx,const cell *params) in n_floatlog()
271 static cell AMX_NATIVE_CALL n_floatsin(AMX *amx,const cell *params) in n_floatsin()
347 int AMXEXPORT amx_FloatInit(AMX *amx) in amx_FloatInit()
[all …]
H A Damxel.c38 static cell AMX_NATIVE_CALL n_set_object_rotation (AMX *amx, const cell *params) in n_set_object_rotation()
58 static cell AMX_NATIVE_CALL n_rotate_object (AMX *amx, const cell *params) in n_rotate_object()
94 static cell AMX_NATIVE_CALL n_rotate_object_add (AMX *amx, const cell *params) in n_rotate_object_add()
146 static cell AMX_NATIVE_CALL n_translate_object (AMX *amx, const cell *params) in n_translate_object()
166 static cell AMX_NATIVE_CALL n_add_sound_object (AMX *amx, const cell *params) in n_add_sound_object()
177 static cell AMX_NATIVE_CALL n_add_timer (AMX *amx, const cell *params) in n_add_timer()
190 static cell AMX_NATIVE_CALL n_clear_timers (AMX *amx, const cell *params) in n_clear_timers()
196 static cell AMX_NATIVE_CALL n_get_position (AMX *amx, const cell *params) in n_get_position()
308 static cell AMX_NATIVE_CALL n_log_to_console (AMX *amx, const cell *params) in n_log_to_console()
343 int AMXEXPORT amx_ElInit (AMX *amx) in amx_ElInit()
[all …]
H A Damxstring.c181 static int verify_addr(AMX *amx,cell addr) in verify_addr()
194 static cell AMX_NATIVE_CALL n_strlen(AMX *amx,const cell *params) in n_strlen()
206 static cell AMX_NATIVE_CALL n_strpack(AMX *amx,const cell *params) in n_strpack()
261 static cell AMX_NATIVE_CALL n_strcat(AMX *amx,const cell *params) in n_strcat()
323 static cell AMX_NATIVE_CALL n_strcmp(AMX *amx,const cell *params) in n_strcmp()
385 static cell AMX_NATIVE_CALL n_strmid(AMX *amx,const cell *params) in n_strmid()
453 static cell AMX_NATIVE_CALL n_strdel(AMX *amx,const cell *params) in n_strdel()
493 static cell AMX_NATIVE_CALL n_strins(AMX *amx,const cell *params) in n_strins()
561 static cell AMX_NATIVE_CALL n_strval(AMX *amx,const cell *params) in n_strval()
873 int AMXEXPORT amx_StringInit(AMX *amx) in amx_StringInit()
[all …]
H A Damxcons.h25 int amx_printstring(AMX *amx,cell *cstr,AMX_FMTINFO *info);
28 int AMXEXPORT amx_ConsoleInit(AMX *amx);
29 int AMXEXPORT amx_ConsoleCleanup(AMX *amx);
H A Damxaux.h36 int AMXAPI aux_LoadProgram(AMX *amx, const char *filename, void
38 int AMXAPI aux_FreeProgram(AMX *amx);
51 int AMXAPI aux_GetSection(AMX *amx, int section, cell **start, size_t *size);
H A Damxaux.c49 int AMXAPI aux_LoadProgram(AMX *amx, const char *filename, void *memblock) in aux_LoadProgram()
99 int AMXAPI aux_FreeProgram(AMX *amx) in aux_FreeProgram()
104 memset(amx,0,sizeof(AMX)); in aux_FreeProgram()
146 int AMXAPI aux_GetSection(AMX *amx, int section, cell **start, size_t *size) in aux_GetSection()
H A Damxel.h8 int AMXEXPORT amx_ElInit (AMX *amx);
9 int AMXEXPORT amx_ElCleanup (AMX *amx);
H A Damxfloat.h8 int AMXEXPORT amx_FloatInit (AMX *amx);
9 int AMXEXPORT amx_FloatCleanup (AMX *amx);
H A Damxstring.h8 int AMXEXPORT amx_StringInit (AMX *amx);
9 int AMXEXPORT amx_StringCleanup (AMX *amx);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DAMXMetadata.java36 import com.sun.org.glassfish.external.amx.AMX ;
59 @DescriptorKey( AMX.DESC_IS_SINGLETON )
66 @DescriptorKey( AMX.DESC_GROUP )
73 @DescriptorKey( AMX.DESC_SUB_TYPES )
79 @DescriptorKey( AMX.DESC_GENERIC_INTERFACE_NAME )
88 @DescriptorKey( AMX.DESC_STD_IMMUTABLE_INFO )
95 @DescriptorKey( AMX.DESC_STD_INTERFACE_NAME )
H A DAMXMBeanInterface.java31 import com.sun.org.glassfish.external.amx.AMX;
55 @ManagedAttribute( id=AMX.ATTR_NAME )
62 @ManagedAttribute( id=AMX.ATTR_PARENT )
72 @ManagedAttribute( id=AMX.ATTR_CHILDREN )
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DAMXMetadata.java36 import com.sun.org.glassfish.external.amx.AMX ;
59 @DescriptorKey( AMX.DESC_IS_SINGLETON )
66 @DescriptorKey( AMX.DESC_GROUP )
73 @DescriptorKey( AMX.DESC_SUB_TYPES )
79 @DescriptorKey( AMX.DESC_GENERIC_INTERFACE_NAME )
88 @DescriptorKey( AMX.DESC_STD_IMMUTABLE_INFO )
95 @DescriptorKey( AMX.DESC_STD_INTERFACE_NAME )
H A DAMXMBeanInterface.java31 import com.sun.org.glassfish.external.amx.AMX;
55 @ManagedAttribute( id=AMX.ATTR_NAME )
62 @ManagedAttribute( id=AMX.ATTR_PARENT )
72 @ManagedAttribute( id=AMX.ATTR_CHILDREN )
/dports/math/slatec/src/
H A Ddplpup.f39 DOUBLE PRECISION ABIG,AIJ,AMAT(*),AMN,AMX,ASMALL,BL(*),
148 AMX = ABS(AIJ)
151 ELSEIF (ABS(AIJ).GT.AMX) THEN
152 AMX = ABS(AIJ)
193 AMX = ABS(AIJ)
196 ELSEIF (ABS(AIJ).GT.AMX) THEN
197 AMX = ABS(AIJ)
205 IF (AMN.LT.ASMALL .OR. AMX.GT.ABIG) THEN
H A Dsplpup.f39 REAL ABIG,AIJ,AMAT(*),AMN,AMX,ASMALL,BL(*),
148 AMX = ABS(AIJ)
151 ELSEIF (ABS(AIJ).GT.AMX) THEN
152 AMX = ABS(AIJ)
193 AMX = ABS(AIJ)
196 ELSEIF (ABS(AIJ).GT.AMX) THEN
197 AMX = ABS(AIJ)
205 IF (AMN.LT.ASMALL .OR. AMX.GT.ABIG) THEN
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/AMX/
H A DAMX.td1 //===-- AMX.td - AMX dialect operation definitions *- tablegen -*----------===//
9 // This file defines the basic operations for the AMX dialect.
11 // The Intel Advanced Matrix Extensions (AMX) provide a tile matrix
28 #ifndef AMX
29 #define AMX
35 // AMX dialect definition.
48 The dialect is split into user-facing AMX ops (AMX_Op) and
61 // AMX Op and IntrOp definitions.
74 // AMX Op definitions (user facing).
251 // AMX IntrOp definitions (LLVM compiler facing).
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/AMX/
H A DAMX.td1 //===-- AMX.td - AMX dialect operation definitions *- tablegen -*----------===//
9 // This file defines the basic operations for the AMX dialect.
11 // The Intel Advanced Matrix Extensions (AMX) provides a tile matrix
15 // The AMX dialect provides a bridge between MLIR concepts, such as
28 #ifndef AMX
29 #define AMX
35 // AMX dialect definition.
44 // AMX Op and IntrOp definitions.
57 // AMX Op definitions (user facing).
234 // AMX IntrOp definitions (LLVM compiler facing).
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/AMX/
H A DAMX.td1 //===-- AMX.td - AMX dialect operation definitions *- tablegen -*----------===//
9 // This file defines the basic operations for the AMX dialect.
11 // The Intel Advanced Matrix Extensions (AMX) provides a tile matrix
15 // The AMX dialect provides a bridge between MLIR concepts, such as
28 #ifndef AMX
29 #define AMX
35 // AMX dialect definition.
44 // AMX Op and IntrOp definitions.
57 // AMX Op definitions (user facing).
234 // AMX IntrOp definitions (LLVM compiler facing).
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/AMX/
H A DAMX.td1 //===-- AMX.td - AMX dialect operation definitions *- tablegen -*----------===//
9 // This file defines the basic operations for the AMX dialect.
11 // The Intel Advanced Matrix Extensions (AMX) provides a tile matrix
15 // The AMX dialect provides a bridge between MLIR concepts, such as
28 #ifndef AMX
29 #define AMX
35 // AMX dialect definition.
44 // AMX Op and IntrOp definitions.
57 // AMX Op definitions (user facing).
234 // AMX IntrOp definitions (LLVM compiler facing).
[all …]
/dports/math/cmlib/cmlib-3.0_8/src/splp/
H A Dsplpup.f18 REAL ABIG,AIJ,AMAT(*),AMN,AMX,ASMALL,BL(*),
30 IF (.NOT.(AMN.LT.ASMALL .OR. AMX.GT.ABIG)) GO TO 20007
163 AMX=ABS(AIJ)
171 20055 IF (.NOT.(ABS(AIJ).GT.AMX)) GO TO 10004
172 AMX=ABS(AIJ)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Integration/Dialect/Vector/CPU/AMX/
H A Dlit.local.cfg3 # AMX tests must be enabled via build flag.
12 # Run test in emulator (Intel SDE): AMX needs Sapphire Rapids CPU.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Integration/Dialect/Vector/CPU/AMX/
H A Dlit.local.cfg3 # AMX tests must be enabled via build flag.
12 # Run test in emulator (Intel SDE): AMX needs Sapphire Rapids CPU.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Integration/Dialect/Vector/CPU/AMX/
H A Dlit.local.cfg3 # AMX tests must be enabled via build flag.
12 # Run test in emulator (Intel SDE): AMX needs Sapphire Rapids CPU.
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Integration/Dialect/Vector/CPU/AMX/
H A Dlit.local.cfg3 # AMX tests must be enabled via build flag.
12 # Run test in emulator (Intel SDE): AMX needs Sapphire Rapids CPU.

12345678910>>...18