Home
last modified time | relevance | path

Searched refs:std2 (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C10 namespace std2
19 namespace std2
34 namespace std2
36 class system_error:public std2::runtime_error
63 std2::exception::~exception() noexcept { } in ~exception()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dgetcpuflags.h37 unsigned int std2;
48 #define cpu_fpu(s) (FLAG2_FPU & s.std2)
49 #define cpu_mmx(s) (FLAG2_MMX & s.std2 || XFLAG_MMX & s.ext)
52 #define cpu_sse(s) (FLAG2_SSE & s.std2)
53 #define cpu_sse2(s) (FLAG2_SSE2 & s.std2)
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dgetcpuflags.h37 unsigned int std2;
48 #define cpu_fpu(s) (FLAG2_FPU & s.std2)
49 #define cpu_mmx(s) (FLAG2_MMX & s.std2 || XFLAG_MMX & s.ext)
52 #define cpu_sse(s) (FLAG2_SSE & s.std2)
53 #define cpu_sse2(s) (FLAG2_SSE2 & s.std2)
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dgetcpuflags.h39 unsigned int std2;
66 #define cpu_fpu(s) (FLAG2_FPU & s.std2)
67 #define cpu_mmx(s) (FLAG2_MMX & s.std2 || XFLAG_MMX & s.ext)
70 #define cpu_sse(s) (FLAG2_SSE & s.std2)
71 #define cpu_sse2(s) (FLAG2_SSE2 & s.std2)
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/Statistic/
H A DGaussian.php34 $std2 = $this->std ** 2;
37 return exp(-(($value - $mean) ** 2) / (2 * $std2)) / ((2 * $std2 * M_PI) ** .5);
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/Statistic/
H A DGaussian.php34 $std2 = $this->std ** 2;
37 return exp(-(($value - $mean) ** 2) / (2 * $std2)) / ((2 * $std2 * M_PI) ** .5);
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/Statistic/
H A DGaussian.php34 $std2 = $this->std ** 2;
37 return exp(-(($value - $mean) ** 2) / (2 * $std2)) / ((2 * $std2 * M_PI) ** .5);
/dports/devel/py-factory-boy/factory_boy-3.2.1/tests/
H A Dtest_alchemy.py87 std2 = StandardFactory.build()
89 self.assertEqual('foo2', std2.foo)
97 std2 = StandardFactory.create()
98 self.assertEqual('foo0', std2.foo)
99 self.assertEqual(0, std2.id)
107 std2 = StandardFactory.create()
108 self.assertEqual('foo0', std2.foo) # Sequence doesn't care about pk
109 self.assertEqual(0, std2.id)

12345678