Home
last modified time | relevance | path

Searched refs:wCall (Results 1 – 6 of 6) sorted by relevance

/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfGrayline.pas276 wCall : String;
285 wCall := copy(watchFor,1,Pos('*',watchFor)-1);
286 if (Pos(wCall,call) <> 1) then //all callsign started with ZL
760 wCall : String;
772 wCall := copy(watchFor,1,Pos('*',watchFor)-1);
773 if (Pos(wCall,call) <> 1) then //all callsign started with ZL
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dweight.h30 void wCall(poly* s, int sl, int *x, double wNsqr, const ring R);
H A Dweight.cc108 void wCall(poly* s, int sl, int *x, double wNsqr, const ring R) in wCall() function
194 wCall(s, sl, x, (double)2.0 / (double)n, R); in kEcartWeights()
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi_main.cxx1297 int wCall = static_cast<int>(fl_width(xCall)); in create_fl_digi_main_primary() local
1302 fl_width("xCall") + wCall; in create_fl_digi_main_primary()
1357 wCall, h, "Call"); in create_fl_digi_main_primary()
/dports/math/singular/Singular-Release-4-2-1/kernel/
H A Dideals.cc1655 wCall(h1->m, sl, x, wNsqr); in idElimination()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dipshell.cc3400 wCall(s, sl, x, wNsqr, currRing); in kWeight()