Home
last modified time | relevance | path

Searched defs:d2x (Results 1 – 25 of 129) sorted by relevance

123456

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Ddsx-ns.h50 class d2x; /* d2x declared inside d1x */ variable
57 class d2x; /* d2x declared inside d2x */ variable
80 class d2x; /* d2x declared in common-only code */ variable
87 class d2x; /* d2x declared inside dcx */ variable
93 class d2x; /* d2x declared inside anonymous */ variable
/dports/math/octave-forge-general/general-2.1.1/inst/
H A Dadresamp2.m47 d2x = deriv2 (dx, ds); variable
73 d2x = diff (dx) ./ (dt(1:n-1) + dt(2:n)); variable
74 d2x = [2*d2x(1); d2x(1:n-2) + d2x(2:n-1); 2*d2x(n-1)]; variable
76 d2x = zeros (n, 1); variable
/dports/devel/boost-docs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dteststreams.cpp127 date d1x(2001,Aug,1), d2x(2003,May,13); in main() local
154 date d2x = date(2004,May,13); in main() local
/dports/devel/boost-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dteststreams.cpp127 date d1x(2001,Aug,1), d2x(2003,May,13); in main() local
154 date d2x = date(2004,May,13); in main() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dteststreams.cpp127 date d1x(2001,Aug,1), d2x(2003,May,13); in main() local
154 date d2x = date(2004,May,13); in main() local
/dports/devel/hyperscan/boost_1_75_0/libs/date_time/test/posix_time/
H A Dteststreams.cpp127 date d1x(2001,Aug,1), d2x(2003,May,13); in main() local
154 date d2x = date(2004,May,13); in main() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWarray-bounds-27.c21 char d2x[2 * sizeof d]; in test_copy() local
/dports/devel/boost-docs/boost_1_72_0/libs/math/example/
H A Droot_finding_multiprecision_example.cpp95 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
116 T d2x = n * (n - 1) * pow<n - 2 >(x); // 2nd derivative = 20 x^3 in operator ()() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/example/
H A Droot_finding_multiprecision_example.cpp95 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
116 T d2x = n * (n - 1) * pow<n - 2 >(x); // 2nd derivative = 20 x^3 in operator ()() local
/dports/devel/boost-libs/boost_1_72_0/libs/math/example/
H A Droot_finding_multiprecision_example.cpp95 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
116 T d2x = n * (n - 1) * pow<n - 2 >(x); // 2nd derivative = 20 x^3 in operator ()() local

123456