Home
last modified time | relevance | path

Searched refs:Numeric (Results 1 – 25 of 85) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h19 enum class AttributeType { Hidden, Numeric, Text, NumericAndText }; enumerator
46 Item->Type = AttributeType::Numeric; in setAttributeItem()
52 Contents.push_back({AttributeType::Numeric, Attribute, Value, ""}); in setAttributeItem()
H A DRISCVELFStreamer.cpp129 case AttributeType::Numeric: in finishAttributeSection()
153 case AttributeType::Numeric: in calculateContentSize()
/netbsd-src/regress/sys/uvm/pdsim/
H A Drenumber.hs31 import Numeric
H A Dgenpat5.hs33 import Numeric
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp107 SetHints(LoopHintAttr::UnrollCount, LoopHintAttr::Numeric); in handleLoopHintAttr()
115 SetHints(LoopHintAttr::UnrollAndJamCount, LoopHintAttr::Numeric); in handleLoopHintAttr()
151 State = LoopHintAttr::Numeric; in handleLoopHintAttr()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_dnswl.in57 # Numeric TLD - dunno.
H A Dsmtpd_dnswl.ref86 >>> # Numeric TLD - dunno.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dexecution41 // Numeric implementation
/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A Dgfx90a_hwreg.rst39 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
H A Dgfx7_hwreg.rst39 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
H A Dgfx8_hwreg.rst39 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
H A Dgfx9_hwreg.rst39 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
H A Dgfx10_hwreg.rst39 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
H A Dgfx10_msg.rst45 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
H A Dgfx9_msg.rst45 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
H A Dgfx8_msg.rst45 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
H A Dgfx90a_msg.rst45 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
H A Dgfx7_msg.rst45 Numeric values may be specified as positive :ref:`integer numbers<amdgpu_synid_integer_number>`
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dexecution41 // Numeric implementation
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtoh.d217 Numeric,
353 return EnumKind.Numeric;
935 case EnumKind.Int, EnumKind.Numeric:
1534 else if (kind != EnumKind.Int && kind != EnumKind.Numeric)
1550 if (kind == EnumKind.Int || kind == EnumKind.Numeric)
1562 if (kind == EnumKind.Numeric)
1606 if (!manifestConstants && (kind == EnumKind.Int || kind == EnumKind.Numeric))
1624 … manifestConstants && (memberKind == EnumKind.Int || memberKind == EnumKind.Numeric))
2007 if (kind == EnumKind.Int || kind == EnumKind.Numeric)
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAttrImpl.cpp43 if (state == Numeric) in getValueString()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dnumeric1 // Numeric extensions -*- C++ -*-
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnumeric1 // Numeric extensions -*- C++ -*-
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2294.txt121 C=GB / \ Numeric-C=234
477 mHSNumericCountryName MHS-Numeric-Country
513 o Numeric form
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp626 State = LoopHintAttr::Numeric; in push()
761 case LoopHintAttr::Numeric: in push()

1234