Home
last modified time | relevance | path

Searched refs:istep (Results 1 – 25 of 1580) sorted by path

12345678910>>...64

/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A Dgdc.cpp970 double step,istep; in fixSlips() local
990 istep = static_cast<double>(N); in fixSlips()
1004 dataWL[i] -= istep; in fixSlips()
1005 dataGF[i] -= GFfactor*istep; in fixSlips()
1010 dataGF[i] -= istep; in fixSlips()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/spec/yml/
H A Dalsa.yml764 … snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count, long imin, long imax, long istep]
765 …, const snd_ctl_elem_id_t *id, unsigned int count, long long imin, long long imax, long long istep]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/proxy/client/src/
H A Dclient.c6339 …_ctl_t * ctl, const snd_ctl_elem_id_t * id, unsigned int count, long imin, long imax, long istep) { in snd_ctl_elem_add_integer() argument
6347 packed_data.args.a6 = (long)istep; in snd_ctl_elem_add_integer()
6354 …onst snd_ctl_elem_id_t * id, unsigned int count, long long imin, long long imax, long long istep) { in snd_ctl_elem_add_integer64() argument
6362 packed_data.args.a6 = (long long)istep; in snd_ctl_elem_add_integer64()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/proxy/
H A Dproxy.h5110 …d_ctl_t * ctl, const snd_ctl_elem_id_t * id, unsigned int count, long imin, long imax, long istep);
5128 …const snd_ctl_elem_id_t * id, unsigned int count, long long imin, long long imax, long long istep);
18300 #define snd_ctl_elem_add_integer_ARG_NAMES ctl, id, count, imin, imax, istep
18301 …snd_ctl_t * ctl, const snd_ctl_elem_id_t * id, unsigned int count, long imin, long imax, long istep
18307 #define snd_ctl_elem_add_integer64_ARG_NAMES ctl, id, count, imin, imax, istep
18308 …, const snd_ctl_elem_id_t * id, unsigned int count, long long imin, long long imax, long long istep
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dkeymap.c788 int istep; /* Step counter */ in AddToSortedList() local
852 for( istep = 0; istep < nstep; istep++ ) mid = mid->snext; in AddToSortedList()
871 for( istep = 0; istep < nstep; istep++ ) mid = mid->sprev; in AddToSortedList()
878 for( istep = 0; istep < nstep; istep++ ) mid = mid->snext; in AddToSortedList()
3277 int istep; /* Entry count */ in GetKey() local
3313 for( istep = 0; entry && istep < nstep; istep++ ) entry = entry->next; in GetKey()
3329 for( istep = 0; entry && istep < index; istep++ ) entry = entry->snext; in GetKey()
H A Dslamap.c2890 for ( istep = 0; istep < nstep; istep++ ) { in MapMerge()
2902 EQUAL( cvtargs[ istep ][ 0 ], cvtargs[ istep ][ 1 ] ) ) { in MapMerge()
2923 EQUAL( cvtargs[ istep ][ 1 ], cvtargs[ istep + 1 ][ 0 ] ) ) { in MapMerge()
2927 cvtargs[ istep + 1 ][ 0 ] = cvtargs[ istep ][ 0 ]; in MapMerge()
2928 istep++; in MapMerge()
2939 istep++; in MapMerge()
2950 istep++; in MapMerge()
2961 istep++; in MapMerge()
2975 istep++; in MapMerge()
2985 istep++; in MapMerge()
[all …]
H A Dspecmap.c2421 for ( istep = 0; istep < nstep; istep++ ) { in MapMerge()
2429 if ( istep < ( nstep - 1 ) ) { in MapMerge()
2434 ( ( cvttype[ istep ] == code1 ) && \ in MapMerge()
2455 istep++; in MapMerge()
2462 istep++; in MapMerge()
2474 istep++; in MapMerge()
2487 istep++; in MapMerge()
2505 istep++; in MapMerge()
2523 if ( ikeep != istep ) { in MapMerge()
2528 szarg[ ikeep ] = szarg[ istep ]; in MapMerge()
[all …]
H A Dtimemap.c2156 for ( istep = 0; istep < nstep; istep++ ) { in MapMerge()
2165 cvtargs[ istep ][ 2 ] == 0.0 ) { in MapMerge()
2171 } else if ( istep < ( nstep - 1 ) ) { in MapMerge()
2176 ( ( cvttype[ istep ] == code1 ) && \ in MapMerge()
2198 istep++; in MapMerge()
2211 istep++; in MapMerge()
2224 istep++; in MapMerge()
2237 istep++; in MapMerge()
2254 if ( ikeep != istep ) { in MapMerge()
2259 szarg[ ikeep ] = szarg[ istep ]; in MapMerge()
[all …]
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dwcslib.c762 int crossed, err, istep, iter, j, k, nstep, retry; local
809 for (istep = 0; istep <= nstep; istep++) {
810 if (istep) step /= 2.0;
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dwcs.c3632 int crossed, istep, iter, j, k, nstep, retry, stat[1], status; in wcsmix() local
3693 for (istep = 0; istep <= nstep; istep++) { in wcsmix()
3694 if (istep) step /= 2.0; in wcsmix()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dlinalg.cpp35980 ae_int_t istep; in rmatrixbdmultiplybyq() local
36028 istep = 1; in rmatrixbdmultiplybyq()
36034 istep = -1; in rmatrixbdmultiplybyq()
36041 istep = -istep; in rmatrixbdmultiplybyq()
36074 istep = 1; in rmatrixbdmultiplybyq()
36087 istep = -istep; in rmatrixbdmultiplybyq()
36234 ae_int_t istep; in rmatrixbdmultiplybyp() local
36275 istep = 1; in rmatrixbdmultiplybyp()
36282 istep = -istep; in rmatrixbdmultiplybyp()
36324 istep = 1; in rmatrixbdmultiplybyp()
[all …]
/dports/astro/sextractor/sextractor-2.5.0/src/wcs/
H A Dwcs.c734 int crossed, err, istep, iter, j, k, nstep, retry; local
775 for (istep = 0; istep <= nstep; istep++) {
776 if (istep) step /= 2.0;
/dports/astro/siril/siril/subprojects/wcslib/
H A Dwcs.c3395 int crossed, istep, iter, j, k, nstep, retry, stat[1], status; in wcsmix() local
3451 for (istep = 0; istep <= nstep; istep++) { in wcsmix()
3452 if (istep) step /= 2.0; in wcsmix()
/dports/astro/swe/swisseph-2.10.1/
H A Dsweasp.c347 long nstep = 1, istep; in WinMain() local
727 for (t = tjd, istep = 1; istep <= nstep; t += tstep, istep++) { in WinMain()
H A Dswetest.c777 static int32 nstep = 1, istep; variable
1432 for (t = tjd, istep = 1; istep <= nstep; t += tstep, istep++) { in main()
1434 t = tjd + (istep -1) * tstep / 1440; in main()
1436 t = tjd + (istep -1) * tstep / 86400; in main()
1439 t = swe_julday(jyear + (istep - 1) * (int) tstep, jmon, jday, jut, gregflag); in main()
1443 jmon += (istep - 1) * (int) tstep; in main()
H A Dswevents.c335 int nstep = 0, istep; in main() local
579 for (t = tjd, istep = 0; istep <= nstep; t += tstep, istep++) { in main()
725 if (istep >= 2) { /* now all of the arrays xp* and xs* are filled */ in main()
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcs.c3632 int crossed, istep, iter, j, k, nstep, retry, stat[1], status; in wcsmix() local
3693 for (istep = 0; istep <= nstep; istep++) { in wcsmix()
3694 if (istep) step /= 2.0; in wcsmix()
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DMap.cpp954 int istep = width_/sections; in CreateMap() local
955 if (istep == 0) istep = 1; in CreateMap()
965 for (int i = 0; i < width_; i += istep) in CreateMap()
968 int lrx = ulx + istep; in CreateMap()
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dcontrol.h449 …snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count, long imin, long imax, long istep);
450 … const snd_ctl_elem_id_t *id, unsigned int count, long long imin, long long imax, long long istep);
H A Dcontrol_external.h177 long *imin, long *imax, long *istep);
182 int64_t *imin, int64_t *imax, int64_t *istep);
/dports/audio/alsa-plugins/alsa-plugins-1.2.2/arcam-av/
H A Dctl_arcam_av.c306 long *imin, long *imax, long *istep) in arcam_av_get_integer_info() argument
312 *istep = 1; in arcam_av_get_integer_info()
/dports/audio/alsa-plugins/alsa-plugins-1.2.2/maemo/
H A Ddsp-ctl.c248 long *imin, long *imax, long *istep) in dsp_ctl_get_integer_info() argument
257 *istep = 0; in dsp_ctl_get_integer_info()
/dports/audio/alsa-plugins/alsa-plugins-1.2.2/oss/
H A Dctl_oss.c220 long *imin, long *imax, long *istep) in oss_get_integer_info() argument
222 *istep = 0; in oss_get_integer_info()
/dports/audio/alsa-plugins/alsa-plugins-1.2.2/pulse/
H A Dctl_pulse.c328 long *imax, long *istep) in pulse_get_integer_info() argument
330 *istep = 1; in pulse_get_integer_info()
/dports/audio/alsa-utils/alsa-utils-1.2.2/alsactl/
H A Dstate.c824 long *imin, long *imax, long *istep) in get_comment_range() argument
833 err = sscanf(s, "%li - %li (step %li)", imin, imax, istep); in get_comment_range()
835 istep = 0; in get_comment_range()
894 long imin, imax, istep; in add_user_control() local
901 imin = imax = istep = 0; in add_user_control()
920 err = get_comment_range(n, ctype, &imin, &imax, &istep); in add_user_control()
958 if (imin > imax || istep > imax - imin) { in add_user_control()
962 err = snd_ctl_elem_add_integer(handle, id, count, imin, imax, istep); in add_user_control()

12345678910>>...64