Home
last modified time | relevance | path

Searched refs:PElement (Results 1 – 25 of 69) sorted by relevance

123

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dclass.h106 Compile *class_get_compile( PElement *instance );
107 gboolean class_get_super( PElement *instance, PElement *out );
110 Symbol **sym_out, PElement *value );
111 gboolean class_get_symbol( PElement *class, Symbol *sym, PElement *out );
112 gboolean class_get_exact( PElement *instance, const char *name, PElement *out );
115 Compile *compile, PElement *this, PElement *instance );
117 Compile *compile, HeapNode **args, PElement *out );
118 gboolean class_clone( Heap *heap, PElement *class, PElement *out );
119 gboolean class_clone_args( Heap *heap, PElement *klass, PElement *out );
131 const char *type, PElement *out );
[all …]
H A Dreduce.h53 PElement wbstack[SPINE_SIZE];
174 void reduce_get_list( Reduce *rc, PElement *list );
178 PElement *, void *, void * );
182 const char *, PElement *, void *a, void *b );
185 void reduce_clone_list( Reduce *rc, PElement *base, PElement *out );
197 PElement *base, int *xsize, int *ysize );
208 void reduce_list_index( Reduce *rc, PElement *base, int n, PElement *out );
210 const char *name, PElement *instance );
212 const char *name, PElement *instance );
222 gboolean reduce_regenerate_member( Expr *expr, PElement *ths, PElement *out );
[all …]
H A Dheap.h153 } PElement; typedef
384 PElement *rp, PElement *ip, PElement *out );
389 gboolean heap_list_add( Heap *heap, PElement *list, PElement *data );
391 gboolean heap_list_cat( Reduce *rc, PElement *a, PElement *b, PElement *out );
392 void heap_appl_init( PElement *base, PElement *func );
393 gboolean heap_appl_add( Heap *heap, PElement *base, PElement *parm );
409 gboolean heap_get_list_next( PElement *list, PElement *data );
414 gboolean heap_get_class( PElement *base, PElement *out );
435 gboolean heap_list_index( PElement *base, int n, PElement *out );
446 void graph_pointer( PElement *root );
[all …]
H A Dclass.c71 class_get_super( PElement *instance, PElement *out ) in class_get_super()
143 PElement s; in class_get_member()
271 PElement pe; in class_get_exact()
372 PElement v; in add_class_member()
421 Symbol *sym, PElement *val, PElement *out ) in add_class_svpair()
507 Compile *compile, PElement *arg, PElement *this, PElement *out ) in class_new_single()
645 class_guess_args( PElement arg[], PElement *fn ) in class_guess_args()
675 Compile *compile, PElement *arg, PElement *this, PElement *super ) in class_new_super_sub()
694 PElement *instance, PElement *this, PElement *out ) in class_clone_super()
733 Compile *compile, PElement *instance, PElement *this, PElement *out ) in class_clone_super_sub()
[all …]
H A Dbuiltin.c253 PElement rhs; in apply_gammq_call()
293 PElement rhs; in apply_image_call()
341 PElement rhs; in apply_read_call()
367 PElement rhs; in apply_graph_export_image_call()
627 PElement t; in dir_object_member()
638 dir_object( Reduce *rc, PElement *list, PElement *instance, PElement *out ) in dir_object()
640 PElement p; in dir_object()
656 PElement t; in dir_scope()
670 PElement *list = (PElement *) b; in dir_gtype()
671 PElement t; in dir_gtype()
[all …]
H A Daction.c229 int op, const char *name, PElement *a, PElement *b, PElement *out ) in action_proc_eor()
262 int op, const char *name, PElement *a, PElement *b, PElement *out ) in action_proc_bor()
291 int op, const char *name, PElement *a, PElement *b, PElement *out ) in action_proc_band()
339 int op, const char *name, PElement *a, PElement *b, PElement *out ) in action_proc_dot()
435 int op, const char *name, PElement *a, PElement *b, PElement *out ) in action_proc_lesseq()
469 int op, const char *name, PElement *a, PElement *b, PElement *out ) in action_proc_less()
793 PElement *a, PElement *b, PElement *out ) in action_proc_join_sub()
862 int op, const char *name, PElement *a, PElement *b, PElement *out ) in action_proc_exp()
884 int op, const char *name, PElement *a, PElement *b, PElement *out ) in action_proc_lshift()
907 int op, const char *name, PElement *a, PElement *b, PElement *out ) in action_proc_rshift()
[all …]
H A Dreduce.c111 PElement pe; in reduce_safe_pointer()
177 PElement head; in reduce_map_list()
207 PElement p1, p2; in reduce_map_dict_entry()
255 PElement lhs; in reduce_clone_list_sub()
271 reduce_clone_list( Reduce *rc, PElement *base, PElement *out ) in reduce_clone_list()
856 PElement super; in reduce_is_instanceof()
875 PElement p; in reduce_list_length_max()
929 PElement p; in reduce_list_index()
1003 PElement spine; in is_WHNF()
1086 PElement np; in reduce_spine()
[all …]
H A Dvipsobject.c52 PElement args[MAX_VIPS_ARGS];
103 vo_gather_required( PElement *item, Vo *vo ) in vo_gather_required()
213 vo_set_optional( Vo *vo, PElement *optional ) in vo_set_optional()
225 vo_args( Vo *vo, PElement *required, PElement *optional ) in vo_args()
260 PElement *required, PElement *optional, PElement *out ) in vo_object_new()
318 PElement lhs; in vo_get_required_output()
341 vo_get_optional_arg( const char *name, PElement *value, Vo *vo, PElement *out ) in vo_get_optional_arg()
356 PElement lhs; in vo_get_optional_arg()
378 vo_get_optional( Vo *vo, PElement *optional, PElement *out ) in vo_get_optional()
392 PElement *required, PElement *optional, PElement *out ) in vo_call()
[all …]
H A Dheap.c61 PElement pe; in heap_safe_pointer()
879 PElement *rp, PElement *ip, PElement *out ) in heap_complex_element_new()
900 PElement t; in heap_complex_new()
985 heap_list_cat( Reduce *rc, PElement *a, PElement *b, PElement *out ) in heap_list_cat()
1000 heap_appl_init( PElement *base, PElement *func ) in heap_appl_init()
1072 PElement t; in heap_string_new()
1118 PElement t; in heap_lstring_new()
1146 PElement t; in heap_realvec_new()
1274 heap_get_list_next( PElement *list, PElement *data ) in heap_get_list_next()
1422 heap_get_class( PElement *base, PElement *out ) in heap_get_class()
[all …]
H A Dvipsobject.h31 PElement *required, PElement *optional, PElement *out );
33 PElement *required, PElement *optional, PElement *out );
H A Dgroup.c39 group_save_list( PElement *list, char *filename );
45 group_save_item( PElement *item, char *filename ) in group_save_item()
60 PElement value; in group_save_item()
70 PElement value; in group_save_item()
119 group_save_list( PElement *list, char *filename ) in group_save_list()
128 PElement item; in group_save_list()
144 PElement *root = &row->expr->root; in group_graphic_save()
H A Dtrace.h79 void trace_pelement( PElement *pe );
83 PElement *left, BinOp bop, PElement *right );
84 void trace_uop( UnOp uop, PElement *arg );
85 void trace_result( TraceFlags flags, PElement *out );
H A Daction.h7 int, const char *, HeapNode **, PElement *, void * );
11 typedef void (*ReduceFunction)( Reduce *, PElement * );
22 int op, const char *name, HeapNode **arg, PElement *out );
24 HeapNode **arg, PElement *out );
H A Diregion.h85 gboolean iregion_instance_update( iRegionInstance *instance, PElement *root );
95 gboolean iregion_class_get( Classmodel *classmodel, PElement *root );
97 PElement *fn, PElement *out );
H A Dmatrix.h89 gboolean matrix_dmask_to_heap( Heap *heap, DOUBLEMASK *dmask, PElement *out );
92 gboolean matrix_imask_to_heap( Heap *heap, INTMASK *imask, PElement *out );
93 DOUBLEMASK *matrix_ip_to_dmask( PElement *root );
94 INTMASK *matrix_ip_to_imask( PElement *root );
H A Dbuiltin.h34 gboolean (*pred)( Reduce *, PElement * );
39 typedef void (*builtin_fn)( Reduce *, const char *, HeapNode **, PElement * );
55 int op, const char *name, HeapNode **arg, PElement *out,
H A Dtrace.c382 trace_pelement( PElement *pe ) in trace_pelement()
394 PElement pe; in trace_node()
408 PElement rhs; in trace_args()
419 trace_binop( Compile *compile, PElement *left, BinOp bop, PElement *right ) in trace_binop()
433 trace_uop( UnOp uop, PElement *arg ) in trace_uop()
443 trace_result( TraceFlags flags, PElement *out ) in trace_result()
H A Dclassmodel.h119 gboolean (*class_get)( Classmodel *, PElement *root );
120 gboolean (*class_new)( Classmodel *, PElement *fn, PElement *out );
147 gboolean classmodel_update_members( Classmodel *classmodel, PElement *root );
H A Ditext.c74 PElement *base, gboolean top, gboolean bracket );
80 itext_add_list( PElement *base, VipsBuf *buf, gboolean *first ) in itext_add_list()
108 itext_add_string( PElement *base, VipsBuf *buf ) in itext_add_string()
254 PElement params; in itext_decompile_element()
274 PElement value; in itext_decompile_element()
302 itext_decompile( Reduce *rc, VipsBuf *buf, PElement *root ) in itext_decompile()
322 itext_add_element( VipsBuf *buf, PElement *base, in itext_add_element()
398 PElement params; in itext_add_element()
420 PElement value; in itext_add_element()
462 itext_value( Reduce *rc, VipsBuf *buf, PElement *root ) in itext_value()
[all …]
H A Dcall.h145 const char *name, HeapNode **arg, PElement *out );
147 int op, const char *name, HeapNode **arg, PElement *out,
149 void callva( Reduce *rc, PElement *out, const char *name, ... );
H A Diregion.c66 iregion_instance_update( iRegionInstance *instance, PElement *root ) in iregion_instance_update()
68 PElement image; in iregion_instance_update()
69 PElement image_class; in iregion_instance_update()
336 PElement pe; in iregion_update_heap()
385 iregion_class_get( Classmodel *classmodel, PElement *root ) in iregion_class_get()
406 iregion_class_new( Classmodel *classmodel, PElement *fn, PElement *out ) in iregion_class_new()
411 PElement rhs; in iregion_class_new()
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/LinearFormsAssembly/
H A DLinearFormsAssembly.F90593 PElement % BodyId = 1
598 ALLOCATE(PElement % NodeIndexes(PElement % Type % NumberOfNodes), STAT=astat)
602 PElement % NodeIndexes(:) = [(node, node=1,PElement % Type % NumberOfNodes)]
638 ALLOCATE(PElement % FaceIndexes(PElement % Type % NumberOfFaces))
686 PElement % BDofs = GetBubbleDofs( PElement, P )
700 PElement % PDefs % GaussPoints = (P+1) ** PElement % Type % DIMENSION
766 IF (ASSOCIATED(PElement % PDefs)) DEALLOCATE(PElement % PDefs)
767 IF (ASSOCIATED(PElement % NodeIndexes)) DEALLOCATE(PElement % NodeIndexes)
768 IF (ASSOCIATED(PElement % EdgeIndexes)) DEALLOCATE(PElement % EdgeIndexes)
769 IF (ASSOCIATED(PElement % FaceIndexes)) DEALLOCATE(PElement % FaceIndexes)
[all …]
/dports/lang/nim/nim-1.6.2/tests/overload/
H A Dtoverl4.nim16 PElement[TKey, TData] = ref TElement[TKey, TData]
18 proc newElement[Tkey, TData](other: PElement[TKey, TData]): PElement[Tkey, TData] =
21PElement[TKey, TData](kind: ElementKind.inner, key: other.key, left: other.left, right: other.righ…
23 PElement[TKey, TData](kind: ElementKind.leaf, data: other.data)
25 …wElement[TKey, TData](key: TKey, left: PElement[TKey, TData] = nil, right: PElement[TKey, TData] =…
26 PElement[TKey, TData](kind: ElementKind.inner, key: key, left: left, right: right)
28 proc newElement[Tkey, TData](key: Tkey, data: TData) : PElement[Tkey, TData] =
29 PElement[TKey, TData](kind: ElementKind.leaf, data: data)
31 proc find*[TKey, TData](root: PElement[TKey, TData], key: TKey): TData {.raises: [KeyError].} =
48 proc add*[TKey, TData](root: var PElement[TKey, TData], key: TKey, data: TData) : bool =
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLPHElement.h32 PElement mPElement;
56 PElement& getPElement () { return mPElement; } in getPElement()
57 const PElement& getPElement () const { return mPElement; } in getPElement()
58 void setPElement ( const PElement& pElement ) { mPElement = pElement; } in setPElement()
/dports/lang/nim/nim-1.6.2/tests/ccgbugs/
H A Dtccgen1.nim22 PElement* = ref Element
33 FDocumentElement: PElement # Read-only
40 FOwnerElement: PElement # Read-only

123