| /linux/arch/arm/nwfpe/ |
| H A D | fpa11_cpdt.c | 19 static inline void loadSingle(const unsigned int Fn, const unsigned int __user *pMem) in loadSingle() argument 22 fpa11->fType[Fn] = typeSingle; in loadSingle() 23 get_user(fpa11->fpreg[Fn].fSingle, pMem); in loadSingle() 26 static inline void loadDouble(const unsigned int Fn, const unsigned int __user *pMem) in loadDouble() argument 30 p = (unsigned int *) &fpa11->fpreg[Fn].fDouble; in loadDouble() 31 fpa11->fType[Fn] = typeDouble; in loadDouble() 42 static inline void loadExtended(const unsigned int Fn, const unsigned int __user *pMem) in loadExtended() argument 46 p = (unsigned int *) &fpa11->fpreg[Fn].fExtended; in loadExtended() 47 fpa11->fType[Fn] = typeExtended; in loadExtended() 59 static inline void loadMultiple(const unsigned int Fn, const unsigned int __user *pMem) in loadMultiple() argument [all …]
|
| H A D | fpa11_cprt.c | 103 unsigned int Fn = getFm(opcode); in PerformFIX() local 110 switch (fpa11->fType[Fn]) { in PerformFIX() 113 writeRegister(getRd(opcode), float32_to_int32(&roundData, fpa11->fpreg[Fn].fSingle)); in PerformFIX() 119 writeRegister(getRd(opcode), float64_to_int32(&roundData, fpa11->fpreg[Fn].fDouble)); in PerformFIX() 126 writeRegister(getRd(opcode), floatx80_to_int32(&roundData, fpa11->fpreg[Fn].fExtended)); in PerformFIX() 145 unsigned int Fn = getFn(opcode), Fm = getFm(opcode); in PerformComparison() local 158 switch (fpa11->fType[Fn]) { in PerformComparison() 161 if (float32_is_nan(fpa11->fpreg[Fn].fSingle)) in PerformComparison() 163 rFn = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in PerformComparison() 168 if (float64_is_nan(fpa11->fpreg[Fn].fDouble)) in PerformComparison() [all …]
|
| H A D | extended_cpdo.c | 108 unsigned int Fn = getFn(opcode); in ExtendedCPDO() local 111 switch (fpa11->fType[Fn]) { in ExtendedCPDO() 113 rFn = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in ExtendedCPDO() 117 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in ExtendedCPDO() 121 rFn = fpa11->fpreg[Fn].fExtended; in ExtendedCPDO()
|
| H A D | double_cpdo.c | 125 unsigned int Fn = getFn(opcode); in DoubleCPDO() local 128 switch (fpa11->fType[Fn]) { in DoubleCPDO() 130 rFn = float32_to_float64(fpa11->fpreg[Fn].fSingle); in DoubleCPDO() 134 rFn = fpa11->fpreg[Fn].fDouble; in DoubleCPDO()
|
| H A D | single_cpdo.c | 93 unsigned int Fn = getFn(opcode); in SingleCPDO() local 96 if (fpa11->fType[Fn] == typeSingle && in SingleCPDO() 98 rFn = fpa11->fpreg[Fn].fSingle; in SingleCPDO()
|
| /linux/arch/sh/math-emu/ |
| H A D | math.c | 71 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \ 72 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \ 73 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0) 75 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \ 76 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \ 77 FP_CMP_EQ_##SZ(R, Fn, Fm); }while(0) 102 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \ 103 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \ 104 FP_##OP##_##SZ(Fr, Fn, Fm); \ 143 FP_DECL_S(Fn); in fmac() [all …]
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | netwinder-fpe.rst | 51 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point 52 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer 68 CMF{cond} Fn, Fm Compare floating 69 CMFE{cond} Fn, Fm Compare floating with exception 70 CNF{cond} Fn, Fm Compare negated floating 71 CNFE{cond} Fn, Fm Compare negated floating with exception 80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add 81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract 82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract 83 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply [all …]
|
| H A D | todo.rst | 6 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power 7 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power 8 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-msi-laptop | 39 Touchpad state can only be toggled by pressing Fn+F3. 49 only possible to toggle turbo mode state by pressing Fn+F10, 51 If user presses Fn+F10 too frequent, turbo mode state is not 62 power. ECO mode can only be toggled by pressing Fn+F10.
|
| H A D | sysfs-driver-hid-lenovo | 56 Description: This setting controls whether Fn Lock is enabled on the keyboard (i.e. if F1 is Mute o…
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 216 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_callback_file() 269 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_write_callback_file() 270 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in read_write_callback_file() 325 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in write_callback_file() 561 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_callback_file() 618 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_write_callback_file() 619 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in read_write_callback_file() 666 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in write_only_callback_file()
|
| H A D | opp.rs | 507 let _: &dyn Fn() -> _ = &set_config; in set()
|
| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 49 W: Fn(&D::Target, &mut UserSliceReader) -> Result + Send + Sync + 'static, 78 F: Fn(&D, &mut fmt::Formatter<'_>) -> fmt::Result + 'static,
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | asus-laptop.rst | 35 - Fn key combinations 163 1) Check whether the Fn+F8 key: 232 wapf: WAPF defines the behavior of the Fn+Fx wlan key 237 - 0x1 should allow to control the device with Fn+Fx key. 238 - 0x4 should send an ACPI event (0x88) while pressing the Fn+Fx key
|
| H A D | sony-laptop.rst | 13 Fn keys (hotkeys):
|
| H A D | thinkpad-acpi.rst | 38 - Fn key combinations 226 example, if Fn+F5 is unmasked, that key will no longer enable/disable 229 Note also that not all Fn key combinations are supported through ACPI 414 disabled or with Fn+F3 masked 558 0x6005 KEYBOARD: Fn key pressed (TO BE VERIFIED) 696 (it simulates the behavior of Fn-F7). 705 Fn-F7 from working. This also disables the video output switching 707 Fn-F7. Video switching on the console should still work.
|
| /linux/rust/proc-macro2/ |
| H A D | detection.rs | 62 type PanicHook = dyn Fn(&PanicInfo) + Sync + Send + 'static; in initialize()
|
| /linux/rust/syn/ |
| H A D | item.rs | 44 Fn(ItemFn), 329 | Item::Fn(ItemFn { attrs, .. }) in replace_attrs() 510 Fn(ForeignItemFn), 608 Fn(TraitItemFn), 705 Fn(ImplItemFn), 965 parse_rest_of_fn(input, Vec::new(), vis, sig).map(Item::Fn) in parse_rest_of_item() 1867 Ok(ForeignItem::Fn(ForeignItemFn { in parse() 1926 ForeignItem::Fn(item) => &mut item.attrs, in parse() 2342 input.parse().map(TraitItem::Fn) in parse() 2379 input.parse().map(TraitItem::Fn) in parse() [all …]
|
| H A D | token.rs | 713 "fn" pub struct Fn 892 [fn] => { $crate::token::Fn };
|
| /linux/scripts/ |
| H A D | generate_rust_target.rs | 32 f: impl Fn(&mut Formatter<'_>, &T) -> Result, in comma_sep()
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 887 crate::ForeignItem::Fn(v0) => crate::ForeignItem::Fn(v0.clone()), in clone() 1003 crate::ImplItem::Fn(v0) => crate::ImplItem::Fn(v0.clone()), in clone() 1095 crate::Item::Fn(v0) => crate::Item::Fn(v0.clone()), in clone() 1857 crate::TraitItem::Fn(v0) => crate::TraitItem::Fn(v0.clone()), in clone()
|
| H A D | eq.rs | 883 (crate::ForeignItem::Fn(self0), crate::ForeignItem::Fn(other0)) => { in eq() 1027 (crate::ImplItem::Fn(self0), crate::ImplItem::Fn(other0)) => self0 == other0, in eq() 1112 (crate::Item::Fn(self0), crate::Item::Fn(other0)) => self0 == other0, in eq() 1857 (crate::TraitItem::Fn(self0), crate::TraitItem::Fn(other0)) => { in eq()
|
| H A D | fold.rs | 2089 crate::ForeignItem::Fn(_binding_0) => { in fold_foreign_item() 2090 crate::ForeignItem::Fn(f.fold_foreign_item_fn(_binding_0)) in fold_foreign_item() 2255 crate::ImplItem::Fn(_binding_0) => { in fold_impl_item() 2256 crate::ImplItem::Fn(f.fold_impl_item_fn(_binding_0)) in fold_impl_item() 2378 crate::Item::Fn(_binding_0) => crate::Item::Fn(f.fold_item_fn(_binding_0)), in fold_item() 3376 crate::TraitItem::Fn(_binding_0) => { in fold_trait_item() 3377 crate::TraitItem::Fn(f.fold_trait_item_fn(_binding_0)) in fold_trait_item()
|
| H A D | hash.rs | 1150 crate::ForeignItem::Fn(v0) => { in hash() 1307 crate::ImplItem::Fn(v0) => { in hash() 1413 crate::Item::Fn(v0) => { in hash() 2355 crate::TraitItem::Fn(v0) => { in hash()
|
| /linux/drivers/android/binder/range_alloc/ |
| H A D | tree.rs | 361 pub(crate) fn take_for_each<F: Fn(usize, usize, usize, Option<T>)>(&mut self, callback: F) { in take_for_each()
|