Home
last modified time | relevance | path

Searched refs:psym (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_plot_inf_nan.pro9 pro PLOT_INF_NAN, nan=nan, inf=inf, psym=psym, $
40 plot, a, title=STRUPCASE(STRING(problem))+' case', psym=psym
72 plot,y, psym=-2, title='No problem in X'
73 plot, x,y, psym=-2, title='Possible problem in X'
79 plot, y, psym=-4, title='No problem'
95 pro TEST_PLOT_INF_NAN, psym=psym, verbose=verbose
97 print, 'pro TEST_PLOT_INF_NAN, psym=psym, verbose=verbose'
100 PLOT_INF_NAN, /nan, psym=psym, verbose=verbose
102 PLOT_INF_NAN, /nan, psym=psym, pos=0, verbose=verbose
105 PLOT_INF_NAN, /inf, psym=psym, verbose=verbose
[all …]
H A Dtest_plot_usersym.pro285 plot, x,y, psym=psym, xrange=[-0.25,1.], yrange=[-0.25,1.], $
294 pro TEST_PLOT_USERSYM_NAN, psym=psym, help=help, test=test
297 print, 'pro TEST_USERSYM, psym=psym, help=help, test=test'
301 if N_ELEMENTS(psym) EQ 0 then psym=8
312 INTERNAL_PLOT, 1, psym=psym, title='1 point'
313 INTERNAL_PLOT, 2, psym=psym, title='2 points'
314 INTERNAL_PLOT, 3, psym=psym, title='3 points'
315 INTERNAL_PLOT, 3, psym=-psym, title='3 points + linestyle', line=2
317 INTERNAL_PLOT, 12, psym=psym, title='12 points'
318 INTERNAL_PLOT, 12, psym=-psym, title='12 points + linestyle', line=2
[all …]
H A Dtest_plot_linestyle.pro13 ; * in the presence of NaN (!values.f_nan) and psym= in a series,
47 pro MULTI_LINESTYLE, signal=signal, nan=nan, psym=psym, $
56 if KEYWORD_SET(psym) then big_title=big_title+' /psym'
85 if KEYWORD_SET(psym) then title=title+' /psym'
86 PLOT, a, linestyle=styles[i], title=title, psym=psym
98 pro SINUS_LINE, nan=nan, psym=psym, winnumber=winnumber, test=test
101 MULTI_LINESTYLE, signal=a, nan=nan, psym=psym, $
116 plot, a, linestyle=3, psym=-5
125 print, 'Windows with /NaN and /NaN /psym should have same line styles !'
134 MULTI_LINESTYLE, winnumber=2, /nan, psym=-2
[all …]
/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dparser.c95 struct psym { struct
416 static struct psym *
419 struct psym *psym; in find_sym() local
423 return (psym); in find_sym()
433 struct psym *psym, *psym_next; in free_sym_list() local
453 struct psym *psym; in sym_add() local
468 psym = mem_malloc(sizeof(*psym), m_parser); in sym_add()
493 psym->sym = sym; in sym_add()
494 psym->val = val; in sym_add()
510 struct psym *psym; in sym_del() local
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dpsymtab.c69 *psym,
448 if (!psym) in fixup_psymbol_section()
471 return psym; in fixup_psymbol_section()
577 for (psym = start; psym < start + length; psym++) in match_partial_symbol()
711 for (psym = start; psym < start + length; psym++) in lookup_partial_symbol()
767 psym++) in relocate_psymtabs()
776 psym++) in relocate_psymtabs()
1268 psym++; in expand_symtabs_matching_via_partial()
1561 return psym; in add_psymbol_to_list()
1847 psym++; in maintenance_check_symtabs()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dpsymtab.c469 if (psym == NULL || SYMBOL_OBJ_SECTION (psym) != NULL) in fixup_psymbol_section()
601 for (psym = start; psym < start + length; psym++) in match_partial_symbol()
606 return *psym; in match_partial_symbol()
735 for (psym = start; psym < start + length; psym++) in lookup_partial_symbol()
742 return (*psym); in lookup_partial_symbol()
794 psym++) in relocate_psymtabs()
803 psym++) in relocate_psymtabs()
1330 if (psym >= bound) in recursively_search_psymtabs()
1360 psym++; in recursively_search_psymtabs()
2034 psym++; in maintenance_check_symtabs()
[all …]
/dports/science/chemps2/CheMPS2-1.8.10/integrals/psi4plugins/
H A Dsavehdf.cc151 int psym = K.params->psym[p]; in savehdf() local
153 int prel = p - K.params->poff[psym]; in savehdf()
168 if ((prel <docc[psym]) && (rrel < docc[rsym])) EnergyHF += 2*K.matrix[h][pq][rs]; in savehdf()
169 …if ((prel>=docc[psym]) && (prel < socc[psym] + docc[psym]) && (rrel < docc[rsym])) EnergyHF += K.m… in savehdf()
170 …if ((prel <docc[psym]) && (rrel>= docc[rsym]) && (rrel < socc[rsym] + docc[rsym])) EnergyHF += K.m… in savehdf()
171 …if ((prel>=docc[psym]) && (prel < socc[psym] + docc[psym]) && (rrel>= docc[rsym]) && (rrel < socc[… in savehdf()
174 if ((prel <docc[psym]) && (rrel < docc[rsym])) EnergyHF -= K.matrix[h][pq][rs]; in savehdf()
175 …if ((prel>=docc[psym]) && (prel < socc[psym] + docc[psym]) && (rrel < docc[rsym])) EnergyHF -= 0.5… in savehdf()
176 …if ((prel <docc[psym]) && (rrel>= docc[rsym]) && (rrel < socc[rsym] + docc[rsym])) EnergyHF -= 0.5… in savehdf()
177 …if ((prel>=docc[psym]) && (prel < socc[psym] + docc[psym]) && (rrel>= docc[rsym]) && (rrel < socc[… in savehdf()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dpsymtab.c367 if (psym) in lookup_global_symbol_language()
461 for (psym = start; psym < start + length; psym++) in match_partial_symbol()
466 return *psym; in match_partial_symbol()
553 for (psym = start; psym < start + length; psym++) in lookup_partial_symbol()
558 return *psym; in lookup_partial_symbol()
1066 if (psym >= bound) in recursively_search_psymtabs()
1104 psym++; in recursively_search_psymtabs()
1359 partial_symbol *psym in add_psymbol() local
1373 list.push_back (psym); in add_psymbol()
1891 psym->domain); in maintenance_check_psymtabs()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Symbols/
H A DParentSymbol.cs45 Symbol psym; in AddToChildList()
47 for (psym = this.firstChild; psym?.nextChild != null && --count > 0;) in AddToChildList()
48 psym = psym.nextChild; in AddToChildList()
49 Debug.Assert(_lastChild == psym || count == 0); in AddToChildList()
/dports/devel/objconv/objconv-2.52/source/
H A Dcmdline.cpp856 for (isym = 0, psym = List; isym < nsym; isym++, psym++) { in SymbolIsInList()
905 for (isym = 0, psym = List; isym < nsym; isym++, psym++) { in SymbolChange()
914 action = psym->Action; in SymbolChange()
942 *newname = psym->Name2; in SymbolChange()
947 … if (strlen(oldname) - strlen(psym->Name1) + strlen(psym->Name2) >= MAXSYMBOLLENGTH) { in SymbolChange()
951 strcpy(NameBuffer, psym->Name2); in SymbolChange()
952 strcpy(NameBuffer + strlen(psym->Name2), oldname + strlen(psym->Name1)); in SymbolChange()
965 … if (strlen(oldname) - strlen(psym->Name1) + strlen(psym->Name2) >= MAXSYMBOLLENGTH) { in SymbolChange()
970 strcpy(NameBuffer + strlen(oldname) - strlen(psym->Name1), psym->Name2); in SymbolChange()
982 *newname = psym->Name2; in SymbolChange()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting_plots.cpp32 DLong psym; member in lib::plots_call
59 gdlGetPsym(e, psym); //PSYM in handle_args()
60 if (psym==10) e->Throw("PSYM (plotting symbol) out of range"); //not allowed for PLOTS! in handle_args()
404 if ( mapSet && psym < 1) { in call_plplot()
406 psym=-psym; in call_plplot()
407 …if (psym > 0) draw_polyline(actStream, xValou, yValou, 0.0, 0.0, false, xLog, yLog, psym, mapSet, … in call_plplot()
413 if ( mapSet && psym < 1) { in call_plplot()
415 psym=-psym; in call_plplot()
416 …if (psym > 0) draw_polyline(actStream, xVal, yVal, 0.0, 0.0, false, xLog, yLog, psym, mapSet, app… in call_plplot()
418 …else draw_polyline(actStream, xVal, yVal, 0.0, 0.0, false, xLog, yLog, psym, mapSet, append, doCol… in call_plplot()
[all …]
/dports/x11-wm/durden/durden-0.6.1/durden/uiprim/
H A Dbbar.lua52 if (ctx.ok and sym == ctx.ok and ctx.psym) then
54 ctx.cb(ctx.psym, true, lutsym2, iotbl);
59 if (not ctx.psym or ctx.psym ~= sym) then
63 ctx.psym = nil;
67 ctx.psym = sym;
71 ctx:data(ctx.psym .. (lutsym2 and '+' .. lutsym2 or ""));
80 if (cdiff < 10 and ctx.rpress and ctx.psym and ctx.psym == sym) then
84 ctx.cb(ctx.psym, true, lutsym2, iotbl);
91 ctx.psym = nil;
246 ctx.cb(ctx.psym, true, ctx.psym2, ctx.iotbl);
/dports/graphics/graphviz/graphviz-2.44.1/lib/cgraph/
H A Dpend.c149 symlist_t *sym, *nsym, *psym; in record_sym() local
151 psym = NIL(symlist_t *); in record_sym()
152 for (sym = handle->symlist; sym; psym = sym, sym = sym->link) { in record_sym()
158 if (psym) in record_sym()
159 psym->link = nsym; in record_sym()
240 symlist_t *psym; in cb() local
252 for (psym = pcb->symlist; psym; psym = psym->link) in cb()
253 agupdcb(g, pcb->obj, psym->sym, stack); in cb()
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Doploterr.pro8 ; CALLING SEQUENCE: oploterr [,x], y, y_error,[psym]
14 ; psym (optional, default : 7)
59 pro OPLOTERR, x, y, y_error, psym, help=help
64 print, 'pro OPLOTERR, [x,] y, y_error, [psym]'
93 ; We have X, Y and Y_error or Y,Yerror and psym...
96 if (n_elements(y_error) lt 2) then begin ; Y,Yerror and psym
103 mypsym=y_error ; psym
121 mypsym=psym
133 ; oplot the values with psym
134 oplot,x_new,y_new,psym=mypsym
/dports/devel/cmake-gui/cmake-3.22.1/Tests/Plugin/src/
H A DDynamicLoader.cxx174 DynamicLoader::SymbolPointer psym; in GetSymbolAddress() member
177 result.psym = NULL; in GetSymbolAddress()
189 result.psym = NULL; in GetSymbolAddress()
192 return result.psym; in GetSymbolAddress()
225 DynamicLoader::SymbolPointer psym; in GetSymbolAddress() member
228 return result.psym; in GetSymbolAddress()
257 DynamicLoader::SymbolPointer psym; in GetSymbolAddress() member
260 return result.psym; in GetSymbolAddress()
/dports/devel/cmake-doc/cmake-3.22.1/Tests/Plugin/src/
H A DDynamicLoader.cxx174 DynamicLoader::SymbolPointer psym; in GetSymbolAddress() member
177 result.psym = NULL; in GetSymbolAddress()
189 result.psym = NULL; in GetSymbolAddress()
192 return result.psym; in GetSymbolAddress()
225 DynamicLoader::SymbolPointer psym; in GetSymbolAddress() member
228 return result.psym; in GetSymbolAddress()
257 DynamicLoader::SymbolPointer psym; in GetSymbolAddress() member
260 return result.psym; in GetSymbolAddress()
/dports/devel/cmake/cmake-3.22.1/Tests/Plugin/src/
H A DDynamicLoader.cxx174 DynamicLoader::SymbolPointer psym; in GetSymbolAddress() member
177 result.psym = NULL; in GetSymbolAddress()
189 result.psym = NULL; in GetSymbolAddress()
192 return result.psym; in GetSymbolAddress()
225 DynamicLoader::SymbolPointer psym; in GetSymbolAddress() member
228 return result.psym; in GetSymbolAddress()
257 DynamicLoader::SymbolPointer psym; in GetSymbolAddress() member
260 return result.psym; in GetSymbolAddress()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dobjfiles.c585 struct partial_symbol **psym; in objfile_relocate() local
588 psym < objfile->global_psymbols.next; in objfile_relocate()
589 psym++) in objfile_relocate()
591 fixup_psymbol_section (*psym, objfile); in objfile_relocate()
592 if (SYMBOL_SECTION (*psym) >= 0) in objfile_relocate()
594 SYMBOL_SECTION (*psym)); in objfile_relocate()
597 psym < objfile->static_psymbols.next; in objfile_relocate()
598 psym++) in objfile_relocate()
600 fixup_psymbol_section (*psym, objfile); in objfile_relocate()
601 if (SYMBOL_SECTION (*psym) >= 0) in objfile_relocate()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dobjfiles.c585 struct partial_symbol **psym;
588 psym < objfile->global_psymbols.next;
589 psym++)
591 fixup_psymbol_section (*psym, objfile);
592 if (SYMBOL_SECTION (*psym) >= 0)
594 SYMBOL_SECTION (*psym));
597 psym < objfile->static_psymbols.next;
598 psym++)
600 fixup_psymbol_section (*psym, objfile);
601 if (SYMBOL_SECTION (*psym) >= 0)
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/ia64/
H A Dpound.s11 .proc psym label
12 psym: label
16 .endp psym
22 .personality psym#
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/ia64/
H A Dpound.s11 .proc psym label
12 psym: label
16 .endp psym
22 .personality psym#
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/ia64/
H A Dpound.s11 .proc psym label
12 psym: label
16 .endp psym
22 .personality psym#
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/ia64/
H A Dpound.s11 .proc psym label
12 psym: label
16 .endp psym
22 .personality psym#
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/ia64/
H A Dpound.s11 .proc psym label
12 psym: label
16 .endp psym
22 .personality psym#
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/ia64/
H A Dpound.s11 .proc psym label
12 psym: label
16 .endp psym
22 .personality psym#

12345678910>>...23