Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 199) sorted by relevance

12345678

/llvm-project-15.0.7/flang/runtime/
H A Dformat-implementation.h83 modes.editingFlags |= blankZero; in HandleControl()
87 modes.editingFlags &= ~blankZero; in HandleControl()
93 modes.editingFlags |= decimalComma; in HandleControl()
97 modes.editingFlags &= ~decimalComma; in HandleControl()
110 modes.round = decimal::RoundNearest; in HandleControl()
113 modes.round = decimal::RoundToZero; in HandleControl()
116 modes.round = decimal::RoundUp; in HandleControl()
119 modes.round = decimal::RoundDown; in HandleControl()
139 modes.editingFlags |= signPlus; in HandleControl()
143 modes.editingFlags &= ~signPlus; in HandleControl()
[all …]
H A Dedit-output.cpp114 if (isNegative || (edit.modes.editingFlags & signPlus)) { in EditIntegerOutput()
260 if (edit.modes.editingFlags & signPlus) { in EditEorDOutput()
264 int scale{edit.modes.scale}; // 'kP' value in EditEorDOutput()
386 if (edit.modes.editingFlags & signPlus) { in EditFOutput()
496 if (edit.modes.editingFlags & signPlus) { in EditForGOutput()
541 copy.modes.scale = 1; // 1P in EditListDirectedOutput()
628 MutableModes &modes{io.mutableModes()}; in ListDirectedCharacterOutput() local
630 if (modes.delim) { in ListDirectedCharacterOutput()
640 EmitOne(modes.delim); in ListDirectedCharacterOutput()
651 if (x[j] == static_cast<CHAR>(modes.delim)) { in ListDirectedCharacterOutput()
[all …]
H A Dedit-input.cpp95 return edit.modes.editingFlags & decimalComma ? char32_t{','} : char32_t{'.'}; in GetDecimalPoint()
149 if (edit.modes.editingFlags & blankZero) { in EditIntegerInput()
211 bool bzMode{(edit.modes.editingFlags & blankZero) != 0}; in ScanRealInput()
292 exponent = -edit.modes.scale; in ScanRealInput()
381 if (edit.modes.editingFlags & (blankZero | decimalComma)) { in TryFastPathRealInput()
384 if (edit.modes.scale != 0) { in TryFastPathRealInput()
398 decimal::ConvertToBinary<PRECISION>(p, edit.modes.round, limit)}; in TryFastPathRealInput()
499 decimal::ConvertToBinary<binaryPrecision>(p, edit.modes.round)}; in EditCommonRealInput()
665 isSep = !(edit.modes.editingFlags & decimalComma); in EditListDirectedCharacterInput()
668 isSep = !!(edit.modes.editingFlags & decimalComma); in EditListDirectedCharacterInput()
H A Dio-stmt.cpp647 if (edit.modes.editingFlags & decimalComma) { in NextInField()
683 const auto &modes{mutableModes()}; in CheckForEndOfRecord() local
684 if (modes.nonAdvancing) { in CheckForEndOfRecord()
694 } else if (!modes.pad) { in CheckForEndOfRecord()
697 return modes.pad; // PAD='YES' in CheckForEndOfRecord()
769 edit.modes = io.mutableModes(); in GetNextDataEdit()
781 edit.modes = io.mutableModes(); in GetNextDataEdit()
787 if (edit.modes.editingFlags & decimalComma) { in GetNextDataEdit()
1110 switch (unit().modes.delim) { in Inquire()
1156 : unit().modes.pad ? "YES" in Inquire()
[all …]
H A Dformat.h55 return IsListDirected() && modes.inNamelist; in IsNamelist()
64 MutableModes modes; member
/llvm-project-15.0.7/flang/module/
H A D__fortran_ieee_exceptions.f9073 subroutine ieee_get_modes(modes)
75 type(ieee_modes_type), intent(out) :: modes local
113 subroutine ieee_set_modes(modes) argument
115 type(ieee_modes_type), intent(in) :: modes local
/llvm-project-15.0.7/llvm/utils/jedit/
H A DREADME8 file to ~/.jedit/modes/ and add this code to your ~/.jedit/modes/catalog:
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangStandards.def37 // C89-ish modes.
52 // C99-ish modes
65 // C11 modes
78 // C17 modes
90 // C2x modes
98 // C++ modes
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltin-memfns.c77 int modes[4]; member
83 __builtin_memcpy(arg, ps.modes, sizeof(struct PS)); in test8()
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Daddr-modes.ll7 ; addressing modes for Thumb1 target"
9 ; The Thumb1 target addressing modes don't support scaling.
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-peformselector.m22 …rformSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(double)delay inModes:(I *)modes;
49 …rmSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(double)delay inModes:(I *)modes { }
H A Dunsafe-perform-selector.m17 modes:(id *)array;
119 …ject:self waitUntilDone:1 modes:0]; // expected-warning {{'performSelectorOnMainThread:onThread:wi…
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DRegBankSelect.rst50 .. _regbankselect-modes:
55 ``RegBankSelect`` currently has two modes:
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A Dgfx10_saddr_beaa25.rst15 See :ref:`vaddr<amdgpu_synid_gfx10_vaddr_9aeece>` for description of available addressing modes.
H A Dgfx1030_saddr_beaa25.rst15 See :ref:`vaddr<amdgpu_synid_gfx1030_vaddr_9aeece>` for description of available addressing modes.
H A Dgfx90a_saddr_a37373.rst15 See :ref:`vaddr<amdgpu_synid_gfx90a_vaddr_0212e3>` for description of available addressing modes.
H A Dgfx908_saddr.rst15 See :ref:`vaddr<amdgpu_synid_gfx908_vaddr_0212e3>` for description of available addressing modes.
H A Dgfx9_saddr_a37373.rst15 See :ref:`vaddr<amdgpu_synid_gfx9_vaddr_0212e3>` for description of available addressing modes.
H A Dgfx940_saddr_a37373.rst15 See :ref:`vaddr<amdgpu_synid_gfx940_vaddr_0212e3>` for description of available addressing modes.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.td28 #### Return modes
95 #### Return modes
123 #### Return modes
152 #### Return modes
207 #### Return modes
305 #### Return modes
347 #### Return modes
384 #### Return modes:
469 #### Return modes
628 #### Return modes
[all …]
/llvm-project-15.0.7/lld/test/ELF/
H A Dmips-micro-bad-cross-calls.s9 # CHECK: (.text+0x0): unsupported jump/branch instruction between ISA modes referenced by R_MICROMI…
/llvm-project-15.0.7/clang/docs/
H A DOpenMPSupport.rst61 Directives execution modes
64 Clang code generation for target regions supports two modes: the SPMD and
65 non-SPMD modes. Clang chooses one of these two modes automatically based on the
75 Data-sharing modes
79 modes. The default mode is `Generic`. `Cuda` mode can give an additional
/llvm-project-15.0.7/llvm/test/MC/MSP430/
H A Dinvalid.s6 ;; invalid destination addressing modes
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Daddrmode-opt-assert.mir4 # This test merely checks if the pass that optimizes addressing modes in the
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dvararg-non-pod.mm27 #if __cplusplus <= 199711L // C++03 or earlier modes

12345678