Home
last modified time | relevance | path

Searched refs:Lo2 (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribRecord.cpp98 Lo1 = wxMax(rec1.Lo1, rec2.Lo1), Lo2 = wxMin(rec1.Lo2, rec2.Lo2); in GetInterpolatedParameters()
147 if(La1*Dj > La2*Dj || Lo1 > Lo2) in GetInterpolatedParameters()
151 Ni = (Lo2-Lo1)/Di + 1, Nj = (La2-La1)/Dj + 1; in GetInterpolatedParameters()
154 Lo2 = Lo1 + (Ni-1)*Di, La2 = La1 + (Nj-1)*Dj; in GetInterpolatedParameters()
170 double La1, Lo1, La2, Lo2, Di, Dj; in InterpolatedRecord() local
173 if(!GetInterpolatedParameters(rec1, rec2, La1, Lo1, La2, Lo2, Di, Dj, in InterpolatedRecord()
220 ret->Lo1 = Lo1, ret->Lo2 = Lo2; in InterpolatedRecord()
226 ret->lonMin = Lo1, ret->lonMax = Lo2; in InterpolatedRecord()
240 double La1, Lo1, La2, Lo2, Di, Dj; in Interpolated2DRecord() local
304 ret->Lo1 = Lo1, ret->Lo2 = Lo2; in Interpolated2DRecord()
[all …]
H A DGribRecord.h254 double &La1, double &Lo1, double &La2, double &Lo2, double &Di, double &Dj,
295 double La1, Lo1, La2, Lo2; variable
351 double maxLo = Lo2; in isXInMap()
352 if(Lo2+Di >= 360) /* grib that covers the whole world */ in isXInMap()
357 if(Lo2+Di >= 360) /* grib that covers the whole world */ in isXInMap()
359 return x>=Lo2 && x<=maxLo; in isXInMap()
H A DGribV1Record.cpp609 Lo2 = readSignedInt3(file)/1000.0; // byte 21-22-23 in readGribSection2_GDS()
611 if (Lo1>=0 && Lo1<=180 && Lo2<0) { in readGribSection2_GDS()
612 Lo2 += 360.0; // cross the 180 deg meridien,beetwen alaska and russia in readGribSection2_GDS()
618 while ( Lo1> Lo2 && Di >0) { // horizontal size > 360 ° in readGribSection2_GDS()
630 if (Lo2 > Lo1) { in readGribSection2_GDS()
632 lonMax = Lo2; in readGribSection2_GDS()
635 lonMin = Lo2; in readGribSection2_GDS()
651 Di = (Lo2-Lo1) / (Ni-1); in readGribSection2_GDS()
657 printf("Lo1=%f Lo2=%f La1=%f La2=%f\n", Lo1,Lo2,La1,La2); in readGribSection2_GDS()
/dports/math/scilab-toolbox-swt/swt/sci_gateway/c/
H A Ddwt3d_int.c51 double *Lo1, *Hi1, *Lo2, *Hi2, *Lo3, *Hi3; in int_dwt3() local
502 Lo2 = malloc(fLen2*sizeof(double)); in int_dwt3()
541 r, c, s, Lo1, Hi1, Lo2, Hi2, Lo3, Hi3, in int_dwt3()
546 free(Lo2); in int_dwt3()
726 Lo2 = malloc(fLen2*sizeof(double)); in int_dwt3()
765 r, c, s, Lo1, Hi1, Lo2, Hi2, Lo3, Hi3, in int_dwt3()
770 free(Lo2); in int_dwt3()
1380 Lo2 = malloc(fLen2*sizeof(double)); in int_idwt3()
1421 free(Lo2); in int_idwt3()
1514 Lo2 = malloc(fLen2*sizeof(double)); in int_idwt3()
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib1/
H A Dgrid_first_last_resandcomp.def20 # Lo2 - longitude of last grid point
23 alias Lo2 = longitudeOfLastGridPoint;
H A Dpredefined_grid.def70 # Lo2 - longitude of last grid point
72 alias Lo2 = longitudeOfLastGridPoint;
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib1/
H A Dgrid_first_last_resandcomp.def27 # Lo2 - longitude of last grid point
30 alias Lo2 = longitudeOfLastGridPoint;
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/
H A Dtemplate.3.1000.def32 # Lo2 - longitude of last grid point
35 alias Lo2 = longitudeOfLastGridPoint;
H A Dtemplate.3.grid.def55 # Lo2 - longitude of last grid point
57 alias Lo2 = longitudeOfLastGridPoint;
H A Dtemplate.3.1100.def30 # Lo2 - longitude of last grid point
33 alias Lo2 = longitudeOfLastGridPoint;
H A Dtemplate.3.61.def32 # Lo2 - longitude of last grid point
34 alias Lo2 = longitudeOfLastGridPoint;
/dports/math/scilab-toolbox-swt/swt/src/c/
H A Ddwt3d.c173 double *Lo2, double *Hi2, double *Lo3, double *Hi3, in dwt3() argument
215 Lo2, Hi2, fLen2, extMethod); in dwt3()
222 Lo2, Hi2, fLen2, extMethod); in dwt3()
295 double *Lo1, double *Hi1, double *Lo2, in idwt3() argument
383 col, r, s, Lo2, Hi2, fLen2); in idwt3()
390 col, r, s, Lo2, Hi2, fLen2); in idwt3()
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/
H A Dtemplate.3.grid.def64 # Lo2 - longitude of last grid point
66 alias Lo2 = longitudeOfLastGridPoint;
H A Dtemplate.3.1000.def45 # Lo2 - longitude of last grid point
49 alias Lo2 = longitudeOfLastGridPoint;
H A Dtemplate.3.1100.def43 # Lo2 - longitude of last grid point
47 alias Lo2 = longitudeOfLastGridPoint;
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/bigfloat_int/
H A Dbigfloat_int.cc33 bigfloat_int::normalize (bigfloat& Lo1, bigfloat &Lo2, bigfloat& Lo3, bigfloat &Lo4) in normalize() argument
38 if (Lo1.compare(Lo2) == 1) { in normalize()
39 Low = Lo2; in normalize()
42 Upp = Lo2; in normalize()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c6/
H A Dc641001.a161 procedure Check_Out_Sliding( Lo1, Hi1, Lo2, Hi2 : Natural ) is
164 subtype Two_Constrained_String is String(Lo2..Hi2); -- 6 10
168 Param := Report.Ident_Str( Global_Data(Lo2..Hi2) );
173 if Object /= Report.Ident_Str( Global_Data(Lo2..Hi2) ) then
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c6/
H A Dc641001.a161 procedure Check_Out_Sliding( Lo1, Hi1, Lo2, Hi2 : Natural ) is
164 subtype Two_Constrained_String is String(Lo2..Hi2); -- 6 10
168 Param := Report.Ident_Str( Global_Data(Lo2..Hi2) );
173 if Object /= Report.Ident_Str( Global_Data(Lo2..Hi2) ) then
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/c6/
H A Dc641001.a161 procedure Check_Out_Sliding( Lo1, Hi1, Lo2, Hi2 : Natural ) is
164 subtype Two_Constrained_String is String(Lo2..Hi2); -- 6 10
168 Param := Report.Ident_Str( Global_Data(Lo2..Hi2) );
173 if Object /= Report.Ident_Str( Global_Data(Lo2..Hi2) ) then
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/c6/
H A Dc641001.a161 procedure Check_Out_Sliding( Lo1, Hi1, Lo2, Hi2 : Natural ) is
164 subtype Two_Constrained_String is String(Lo2..Hi2); -- 6 10
168 Param := Report.Ident_Str( Global_Data(Lo2..Hi2) );
173 if Object /= Report.Ident_Str( Global_Data(Lo2..Hi2) ) then
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/c6/
H A Dc641001.a161 procedure Check_Out_Sliding( Lo1, Hi1, Lo2, Hi2 : Natural ) is
164 subtype Two_Constrained_String is String(Lo2..Hi2); -- 6 10
168 Param := Report.Ident_Str( Global_Data(Lo2..Hi2) );
173 if Object /= Report.Ident_Str( Global_Data(Lo2..Hi2) ) then
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c6/
H A Dc641001.a161 procedure Check_Out_Sliding( Lo1, Hi1, Lo2, Hi2 : Natural ) is
164 subtype Two_Constrained_String is String(Lo2..Hi2); -- 6 10
168 Param := Report.Ident_Str( Global_Data(Lo2..Hi2) );
173 if Object /= Report.Ident_Str( Global_Data(Lo2..Hi2) ) then
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/c6/
H A Dc641001.a161 procedure Check_Out_Sliding( Lo1, Hi1, Lo2, Hi2 : Natural ) is
164 subtype Two_Constrained_String is String(Lo2..Hi2); -- 6 10
168 Param := Report.Ident_Str( Global_Data(Lo2..Hi2) );
173 if Object /= Report.Ident_Str( Global_Data(Lo2..Hi2) ) then
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/c6/
H A Dc641001.a161 procedure Check_Out_Sliding( Lo1, Hi1, Lo2, Hi2 : Natural ) is
164 subtype Two_Constrained_String is String(Lo2..Hi2); -- 6 10
168 Param := Report.Ident_Str( Global_Data(Lo2..Hi2) );
173 if Object /= Report.Ident_Str( Global_Data(Lo2..Hi2) ) then
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c6/
H A Dc641001.a161 procedure Check_Out_Sliding( Lo1, Hi1, Lo2, Hi2 : Natural ) is
164 subtype Two_Constrained_String is String(Lo2..Hi2); -- 6 10
168 Param := Report.Ident_Str( Global_Data(Lo2..Hi2) );
173 if Object /= Report.Ident_Str( Global_Data(Lo2..Hi2) ) then

1234567