Home
last modified time | relevance | path

Searched refs:ExpR (Results 1 – 25 of 63) sorted by relevance

123

/dports/editors/lazarus/lazarus/components/synedit/test/
H A Dtestmarkupfoldcoloring.pas373 ExpLines[ 0] := ExpR([], []);
379 ExpLines[ i] := ExpR([3, 7], [1, 2]);
382 ExpLines[ i] := ExpR([3, 6], [1, 3]);
386 ExpLines[19] := ExpR([3, 5], [1, 2]);
394 ExpLinesEdited[ 0] := ExpR([], []);
567 ExpLines[ 0] := ExpR([], []);
576 ExpLines[ 9] := ExpR([1, 3], [1,2]);
581 ExpLines[14] := ExpR([1], [1]);
591 ExpLines[23] := ExpR([1], [1]);
596 ExpLines[28] := ExpR([1], [1]);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestmarkupfoldcoloring.pas373 ExpLines[ 0] := ExpR([], []);
379 ExpLines[ i] := ExpR([3, 7], [1, 2]);
382 ExpLines[ i] := ExpR([3, 6], [1, 3]);
386 ExpLines[19] := ExpR([3, 5], [1, 2]);
394 ExpLinesEdited[ 0] := ExpR([], []);
567 ExpLines[ 0] := ExpR([], []);
576 ExpLines[ 9] := ExpR([1, 3], [1,2]);
581 ExpLines[14] := ExpR([1], [1]);
591 ExpLines[23] := ExpR([1], [1]);
596 ExpLines[28] := ExpR([1], [1]);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/synedit/test/
H A Dtestmarkupfoldcoloring.pas373 ExpLines[ 0] := ExpR([], []);
379 ExpLines[ i] := ExpR([3, 7], [1, 2]);
382 ExpLines[ i] := ExpR([3, 6], [1, 3]);
386 ExpLines[19] := ExpR([3, 5], [1, 2]);
394 ExpLinesEdited[ 0] := ExpR([], []);
567 ExpLines[ 0] := ExpR([], []);
576 ExpLines[ 9] := ExpR([1, 3], [1,2]);
581 ExpLines[14] := ExpR([1], [1]);
591 ExpLines[23] := ExpR([1], [1]);
596 ExpLines[28] := ExpR([1], [1]);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestmarkupfoldcoloring.pas373 ExpLines[ 0] := ExpR([], []);
379 ExpLines[ i] := ExpR([3, 7], [1, 2]);
382 ExpLines[ i] := ExpR([3, 6], [1, 3]);
386 ExpLines[19] := ExpR([3, 5], [1, 2]);
394 ExpLinesEdited[ 0] := ExpR([], []);
567 ExpLines[ 0] := ExpR([], []);
576 ExpLines[ 9] := ExpR([1, 3], [1,2]);
581 ExpLines[14] := ExpR([1], [1]);
591 ExpLines[23] := ExpR([1], [1]);
596 ExpLines[28] := ExpR([1], [1]);
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A Dfft.c526 double ExpR; local
609 t = ExpR;
610 ExpR = CO * t - SI * ExpI;
726 double ExpR; local
756 ExpR = 1.0;
776 t = ExpR;
777 ExpR = CO * t - SI * ExpI;
803 double ExpR; local
858 ExpR = 1.0;
866 t = ExpR;
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/config/
H A DDEPRECATED.hpp54 #define NO_DEPRECATED(ExpR) \ argument
56 ExpR \
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/blas/
H A Dcore.hpp26 #define MULTI_ASSERT1(ExpR) assert (ExpR)
27 #define MULTI_ASSERT2(ExpR, DescriptioN) MULTI_ASSERT1(ExpR && ##DescriptioN)
32ExpR) (void)((ExpR)?0:throw std::logic_error("\n" __FILE__ ":"+std::to_string(__LINE_… argument
33ExpR, DescriptioN) (void)((ExpR)?0:throw std::DescriptioN("\n" __FILE__ ":"+std::to_string(__LINE_… argument
35 #define MULTI_ASSERT1(ExpR) assert(ExpR)
36 #define MULTI_ASSERT2(ExpR, DescriptioN) assert(EXpR)
H A Dcuda.hpp_23 #define DECLRETURN(ExpR) ->decltype(ExpR){return ExpR;}
24 #define JUSTRETURN(ExpR) {return ExpR;}
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/detail/
H A Dadl.hpp29 #define DECLRETURN(ExpR) ->decltype(ExpR){return ExpR;} argument
30 #define JUSTRETURN(ExpR) {return ExpR;} argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_ch6.adb7510 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7512 Make_Temporary (Loc, 'R', ExpR);
7521 Expression => ExpR);
7860 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7861 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
7868 Expression => ExpR),
7902 ExpR : Node_Id := Relocate_Node (Exp); variable
7912 if Nkind (ExpR) = N_Unchecked_Type_Conversion
7916 ExpR := Expression (ExpR);
7928 Expression => ExpR),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_expand_records.erl595 {ExpR,St1} = expr(R, St0),
598 ExpRp = erl_parse:map_anno(fun(_A) -> A0 end, ExpR),
599 RA = {{Name,ExpRp},Line,ExpR,length(Fs)+1},
603 [I,ExpR]},St2}
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_expand_records.erl605 {ExpR,St1} = expr(R, St0),
608 ExpRp = erl_parse:map_anno(fun(_A) -> A0 end, ExpR),
609 RA = {{Name,ExpRp},Line,ExpR,length(Fs)+1},
613 [I,ExpR]},St2}
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_expand_records.erl605 {ExpR,St1} = expr(R, St0),
608 ExpRp = erl_parse:map_anno(fun(_A) -> A0 end, ExpR),
609 RA = {{Name,ExpRp},Line,ExpR,length(Fs)+1},
613 [I,ExpR]},St2}
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_expand_records.erl607 {ExpR,St1} = expr(R, St0),
610 ExpRp = erl_parse:map_anno(fun(_A) -> A0 end, ExpR),
611 RA = {{Name,ExpRp},Anno,ExpR,length(Fs)+1},
615 [I,ExpR]},St2}
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_expand_records.erl607 {ExpR,St1} = expr(R, St0),
610 ExpRp = erl_parse:map_anno(fun(_A) -> A0 end, ExpR),
611 RA = {{Name,ExpRp},Anno,ExpR,length(Fs)+1},
615 [I,ExpR]},St2}
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_expand_records.erl607 {ExpR,St1} = expr(R, St0),
610 ExpRp = erl_parse:map_anno(fun(_A) -> A0 end, ExpR),
611 RA = {{Name,ExpRp},Anno,ExpR,length(Fs)+1},
615 [I,ExpR]},St2}
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_expand_records.erl607 {ExpR,St1} = expr(R, St0),
610 ExpRp = erl_parse:map_anno(fun(_A) -> A0 end, ExpR),
611 RA = {{Name,ExpRp},Anno,ExpR,length(Fs)+1},
615 [I,ExpR]},St2}
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_ch6.adb7405 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7407 Make_Temporary (Loc, 'R', ExpR);
7416 Expression => ExpR);
7750 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7751 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
7758 Expression => ExpR),
7792 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7793 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
7805 Expression => ExpR),
7818 Name => ExpR),
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dexp_ch6.adb7405 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7407 Make_Temporary (Loc, 'R', ExpR);
7416 Expression => ExpR);
7750 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7751 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
7758 Expression => ExpR),
7792 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7793 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
7805 Expression => ExpR),
7818 Name => ExpR),
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/memory/adaptors/cuda/
H A Dptr.hpp28 #define CUDA_SLOW(ExpR) NO_DEPRECATED(ExpR) argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_ch6.adb6332 ExpR : constant Node_Id := Relocate_Node (Exp); constant
6334 Make_Temporary (Loc, 'R', ExpR);
6343 Expression => ExpR);
6724 ExpR : constant Node_Id := Relocate_Node (Exp); constant
6725 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
6732 Expression => ExpR),
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_ch6.adb6332 ExpR : constant Node_Id := Relocate_Node (Exp); constant
6334 Make_Temporary (Loc, 'R', ExpR);
6343 Expression => ExpR);
6724 ExpR : constant Node_Id := Relocate_Node (Exp); constant
6725 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
6732 Expression => ExpR),
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_ch6.adb6798 ExpR : constant Node_Id := Relocate_Node (Exp); constant
6800 Make_Temporary (Loc, 'R', ExpR);
6809 Expression => ExpR);
7186 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7187 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
7194 Expression => ExpR),
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_ch6.adb6798 ExpR : constant Node_Id := Relocate_Node (Exp); constant
6800 Make_Temporary (Loc, 'R', ExpR);
6809 Expression => ExpR);
7186 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7187 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
7194 Expression => ExpR),
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_ch6.adb7143 ExpR : constant Node_Id := Relocate_Node (Exp); constant
7145 Make_Temporary (Loc, 'R', ExpR);
7154 Expression => ExpR);
7532 ExpR : constant Node_Id := Relocate_Node (Exp);
7533 Tnn : constant Entity_Id := Make_Temporary (Loc, 'T', ExpR);
7540 Expression => ExpR),

123