Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 10433) sorted by relevance

12345678910>>...418

/dports/lang/rust/rustc-1.58.1-src/library/core/src/num/
H A Duint_macros.rs86 pub const fn count_ones(self) -> u32 { const
104 pub const fn count_zeros(self) -> u32 { const
124 pub const fn leading_zeros(self) -> u32 { const
165 pub const fn leading_ones(self) -> u32 { const
186 pub const fn trailing_ones(self) -> u32 { const
256 pub const fn swap_bytes(self) -> Self { const
305 pub const fn from_be(x: Self) -> Self { const
338 pub const fn from_le(x: Self) -> Self { const
406 pub const fn to_le(self) -> Self { const
740 pub const fn log2(self) -> u32 { const
[all …]
H A Dint_macros.rs103 pub const fn count_zeros(self) -> u32 { const
163 pub const fn leading_ones(self) -> u32 { const
254 pub const fn swap_bytes(self) -> Self { const
302 pub const fn from_be(x: Self) -> Self { const
400 pub const fn to_le(self) -> Self { const
2239 pub const fn log2(self) -> u32 { const
2272 pub const fn log10(self) -> u32 { const
2397 pub const fn abs(self) -> Self { const
2470 pub const fn signum(self) -> Self { const
2706 pub const fn min_value() -> Self { const
[all …]
H A Dnonzero.rs65 pub const fn new(n: $Int) -> Option<Self> { const
78 pub const fn get(self) -> $Int { const
212 pub const fn leading_zeros(self) -> u32 { const
236 pub const fn trailing_zeros(self) -> u32 { const
488 pub const fn abs(self) -> $Ty { const
520 pub const fn checked_abs(self) -> Option<$Ty> { const
556 pub const fn overflowing_abs(self) -> ($Ty, bool) { const
596 pub const fn saturating_abs(self) -> $Ty { const
631 pub const fn wrapping_abs(self) -> $Ty { const
666 pub const fn unsigned_abs(self) -> $Uty { const
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/nodes/shader/nodes/
H A Dnode_shader_math.cc154 static blender::fn::CustomMF_SI_SI_SO<float, float, float> fn{ in get_base_multi_function() local
159 static blender::fn::CustomMF_SI_SI_SO<float, float, float> fn{ in get_base_multi_function() local
164 static blender::fn::CustomMF_SI_SI_SO<float, float, float> fn{ in get_base_multi_function() local
204 static blender::fn::CustomMF_SI_SO<float, float> fn{"Radians", in get_base_multi_function() local
209 static blender::fn::CustomMF_SI_SO<float, float> fn{"Degrees", in get_base_multi_function() local
235 static blender::fn::CustomMF_SI_SO<float, float> fn{ in get_base_multi_function() local
254 static blender::fn::CustomMF_SI_SO<float, float> fn{ in get_base_multi_function() local
259 static blender::fn::CustomMF_SI_SO<float, float> fn{"Floor", in get_base_multi_function() local
264 static blender::fn::CustomMF_SI_SO<float, float> fn{"Ceil", in get_base_multi_function() local
279 static blender::fn::CustomMF_SI_SO<float, float> fn{ in get_base_multi_function() local
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dsdk_events.h241 #define EVT_CODEBLOCKS_THREAD(id, fn) \ argument
256 #define EVT_APP_ACTIVATED(fn) DECLARE_EVENT_TABLE_ENTRY( cbEVT_APP_ACTIVATED, -1, -1, (wxObjectEven… argument
260 #define EVT_APP_CMDLINE(fn) DECLARE_EVENT_TABLE_ENTRY( cbEVT_APP_CMDLINE, -1, -1, (wxObjectEventFun… argument
277 #define EVT_EDITOR_CLOSE(fn) DECLARE_EVENT_TABLE_ENTRY( cbEVT_EDITOR_CLOSE, -1, -1, (wxObjectEventF… argument
279 #define EVT_EDITOR_OPEN(fn) DECLARE_EVENT_TABLE_ENTRY( cbEVT_EDITOR_OPEN, -1, -1, (wxObjectEventFun… argument
289 #define EVT_EDITOR_SAVE(fn) DECLARE_EVENT_TABLE_ENTRY( cbEVT_EDITOR_SAVE, -1, -1, (wxObjectEventFun… argument
297 #define EVT_EDITOR_SPLIT(fn) DECLARE_EVENT_TABLE_ENTRY( cbEVT_EDITOR_SPLIT, -1, -1, (wxObjectEventF… argument
308 #define EVT_PROJECT_NEW(fn) DECLARE_EVENT_TABLE_ENTRY( cbEVT_PROJECT_NEW, -1, -1, (wxObjectEventFun… argument
310 #define EVT_PROJECT_CLOSE(fn) DECLARE_EVENT_TABLE_ENTRY( cbEVT_PROJECT_CLOSE, -1, -1, (wxObjectEven… argument
312 #define EVT_PROJECT_OPEN(fn) DECLARE_EVENT_TABLE_ENTRY( cbEVT_PROJECT_OPEN, -1, -1, (wxObjectEventF… argument
[all …]
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/range/
H A Dprimitives.hpp45 struct fn struct
91 static constexpr auto impl_(R && r, ...) in impl_()
101 constexpr auto operator()(R && r) const in operator ()()
113 operator()(std::reference_wrapper<T> ref) const in operator ()()
124 operator()(ranges::reference_wrapper<T> ref) const in operator ()()
161 struct fn struct
207 constexpr auto operator()(R && r) const in operator ()()
225 struct fn struct
252 struct fn struct
298 operator()(std::reference_wrapper<T> ref) const in operator ()()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/consts/min_const_fn/
H A Dmin_const_fn.rs2 const fn foo1() {} in foo1() const
3 const fn foo2(x: i32) -> i32 { x } in foo2() const
4 const fn foo3<T>(x: T) -> T { x } in foo3() const
5 const fn foo7() { in foo7() const
12 const fn foo12<T: Sized>(t: T) -> T { t } in foo12() const
17 const fn foo16(f: f32) -> f32 { f } in foo16() const
24 const fn foo23() -> u32 { FOO } in foo23() const
112 const fn foo(&self) {} in foo() const
117 const fn foo2(&self) {} in foo2() const
122 const fn foo3(&self) {} in foo3() const
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-reject.C12 #define fn pfx(func_decl_inline_before) macro
17 #define fn pfx(func_decl_inline_after) macro
22 #define fn pfx(func_def_gnuin_redef) macro
27 #define fn pfx(func_def_inline_redef) macro
32 #define fn pfx(func_def_inline_after) macro
37 #define fn pfx(func_def_inline_before) macro
42 #define fn pfx(func_def_before) macro
47 #define fn pfx(func_decl_static_inline_before) macro
52 #define fn pfx(func_def_static_inline_after) macro

12345678910>>...418