Home
last modified time | relevance | path

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

123

/dports/science/nwchem-data/nwchem-7.0.2-release/src/ccsd/
H A Dccden_2pdma.F182 Integer I, J, K, L, ILo, IHi, JLo, JHi, KLo, KHi, LLo, LHi, A, B
222 Call CCSD_T2_MyIJ(Node, NVir, g_Z, KLo, KHi, LLo, LHi)
224 $ ': Z2 region (', KLo, ':', KHi, ', ', LLo, ':', LHi, ')'
227 Do L = LLo, LHi
329 Integer I, J, K, L, ILo, IHi, JLo, JHi, KLo, KHi, LLo, LHi, A, B
371 Call CCSD_T2_MyIJ(Node, NVir, g_Z, KLo, KHi, LLo, LHi)
373 $ ': Z2 region (', KLo, ':', KHi, ', ', LLo, ':', LHi, ')'
376 Do L = LLo, LHi
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ccsd/
H A Dccden_2pdma.F182 Integer I, J, K, L, ILo, IHi, JLo, JHi, KLo, KHi, LLo, LHi, A, B
222 Call CCSD_T2_MyIJ(Node, NVir, g_Z, KLo, KHi, LLo, LHi)
224 $ ': Z2 region (', KLo, ':', KHi, ', ', LLo, ':', LHi, ')'
227 Do L = LLo, LHi
329 Integer I, J, K, L, ILo, IHi, JLo, JHi, KLo, KHi, LLo, LHi, A, B
371 Call CCSD_T2_MyIJ(Node, NVir, g_Z, KLo, KHi, LLo, LHi)
373 $ ': Z2 region (', KLo, ':', KHi, ', ', LLo, ':', LHi, ')'
376 Do L = LLo, LHi
/dports/math/R/R-4.1.2/tests/
H A Dprint-tests.R291 LLo <- list(list(obj, list
294 LLo ## tags (names and [[<n>]]) were lost in R <= 3.5.0
321 c <- LLo[[1]][[2]]$b
322 d <- LLo
H A Dprint-tests.Rout.save766 > LLo <- list(list(obj,
769 > LLo ## tags (names and [[<n>]]) were lost in R <= 3.5.0
834 > c <- LLo[[1]][[2]]$b
835 > d <- LLo
/dports/math/libRmath/R-4.1.1/tests/
H A Dprint-tests.R291 LLo <- list(list(obj, list
294 LLo ## tags (names and [[<n>]]) were lost in R <= 3.5.0
321 c <- LLo[[1]][[2]]$b
322 d <- LLo
H A Dprint-tests.Rout.save766 > LLo <- list(list(obj,
769 > LLo ## tags (names and [[<n>]]) were lost in R <= 3.5.0
834 > c <- LLo[[1]][[2]]$b
835 > d <- LLo
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/test/
H A Dorber_test_server.idl120 void testing_iiop_longlong(inout long long LLo);
122 void testing_iiop_ulonglong(inout unsigned long long LLo);
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/test/
H A Dorber_test_server.idl120 void testing_iiop_longlong(inout long long LLo);
122 void testing_iiop_ulonglong(inout unsigned long long LLo);
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/test/
H A Dorber_test_server.idl120 void testing_iiop_longlong(inout long long LLo);
122 void testing_iiop_ulonglong(inout unsigned long long LLo);
/dports/lang/erlang/corba-5.0.2/lib/orber/test/
H A Dorber_test_server.idl120 void testing_iiop_longlong(inout long long LLo);
122 void testing_iiop_ulonglong(inout unsigned long long LLo);
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/test/
H A Dorber_test_server.idl120 void testing_iiop_longlong(inout long long LLo);
122 void testing_iiop_ulonglong(inout unsigned long long LLo);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dlayout.adb833 LLo : Uint; variable
838 Determine_Range (Len, OK, LLo, LHi);
845 if not OK or else LLo < 0 then
1188 LLo : Uint; variable
1195 Determine_Range (Len, OK, LLo, LHi);
1212 if not OK or else LLo < 0 then
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dlayout.adb833 LLo : Uint; variable
838 Determine_Range (Len, OK, LLo, LHi);
845 if not OK or else LLo < 0 then
1188 LLo : Uint; variable
1195 Determine_Range (Len, OK, LLo, LHi);
1212 if not OK or else LLo < 0 then
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dlayout.adb827 LLo : Uint; variable
833 Determine_Range (Len, OK, LLo, LHi);
840 if not OK or else LLo < 0 then
1183 LLo : Uint; variable
1190 Determine_Range (Len, OK, LLo, LHi);
1206 if not OK or else LLo < 0 then
H A Dsem_eval.adb995 LLo, LHi : Uint; variable
1002 Determine_Range (L, LOK, LLo, LHi, Assume_Valid);
1006 Single := (LLo = LHi) and then (RLo = RHi);
1010 Diff.all := RLo - LLo;
1015 elsif RHi < LLo then
1017 Diff.all := LLo - RLo;
1022 elsif Single and then LLo = RLo then
1037 elsif RHi = LLo then
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dlayout.adb827 LLo : Uint; variable
833 Determine_Range (Len, OK, LLo, LHi);
840 if not OK or else LLo < 0 then
1183 LLo : Uint; variable
1190 Determine_Range (Len, OK, LLo, LHi);
1206 if not OK or else LLo < 0 then
H A Dsem_eval.adb995 LLo, LHi : Uint; variable
1002 Determine_Range (L, LOK, LLo, LHi, Assume_Valid);
1006 Single := (LLo = LHi) and then (RLo = RHi);
1010 Diff.all := RLo - LLo;
1015 elsif RHi < LLo then
1017 Diff.all := LLo - RLo;
1022 elsif Single and then LLo = RLo then
1037 elsif RHi = LLo then
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dlayout.adb835 LLo : Uint; variable
841 Determine_Range (Len, OK, LLo, LHi);
848 if not OK or else LLo < 0 then
1192 LLo : Uint; variable
1199 Determine_Range (Len, OK, LLo, LHi);
1214 if not OK or else LLo < 0 then
H A Dsem_eval.adb1309 LLo, LHi : Uint; variable
1316 Determine_Range (L, LOK, LLo, LHi, Assume_Valid);
1320 Single := (LLo = LHi) and then (RLo = RHi);
1324 Diff.all := RLo - LLo;
1329 elsif RHi < LLo then
1331 Diff.all := LLo - RLo;
1336 elsif Single and then LLo = RLo then
1351 elsif RHi = LLo then
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dlayout.adb828 LLo : Uint; variable
834 Determine_Range (Len, OK, LLo, LHi);
841 if not OK or else LLo < 0 then
1184 LLo : Uint; variable
1191 Determine_Range (Len, OK, LLo, LHi);
1207 if not OK or else LLo < 0 then
H A Dsem_eval.adb996 LLo, LHi : Uint; variable
1003 Determine_Range (L, LOK, LLo, LHi, Assume_Valid);
1007 Single := (LLo = LHi) and then (RLo = RHi);
1011 Diff.all := RLo - LLo;
1016 elsif RHi < LLo then
1018 Diff.all := LLo - RLo;
1023 elsif Single and then LLo = RLo then
1038 elsif RHi = LLo then
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dlayout.adb835 LLo : Uint; variable
841 Determine_Range (Len, OK, LLo, LHi);
848 if not OK or else LLo < 0 then
1192 LLo : Uint; variable
1199 Determine_Range (Len, OK, LLo, LHi);
1214 if not OK or else LLo < 0 then
H A Dsem_eval.adb1309 LLo, LHi : Uint; variable
1316 Determine_Range (L, LOK, LLo, LHi, Assume_Valid);
1320 Single := (LLo = LHi) and then (RLo = RHi);
1324 Diff.all := RLo - LLo;
1329 elsif RHi < LLo then
1331 Diff.all := LLo - RLo;
1336 elsif Single and then LLo = RLo then
1351 elsif RHi = LLo then
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_ch5.adb3507 LLo : constant Node_Id :=
3519 if Compile_Time_Compare (LLo, L, Assume_Valid => True) = LT
3521 Compile_Time_Compare (LLo, H, Assume_Valid => True) = GT
3523 Bad_Bound := LLo;
3542 if Compile_Time_Compare (LLo, LHi, Assume_Valid => False)
3552 Error_Msg_Uint_1 := Intval (LLo);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb1380 LLo, LHi : Uint; variable
1387 Determine_Range (L, LOK, LLo, LHi, Assume_Valid);
1391 Single := (LLo = LHi) and then (RLo = RHi);
1395 Diff.all := RLo - LLo;
1400 elsif RHi < LLo then
1402 Diff.all := LLo - RLo;
1407 elsif Single and then LLo = RLo then
1422 elsif RHi = LLo then

123