HomeSort by: relevance | last modified time | path
    Searched refs:IEEE (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/rump/net/lib/libbridge/
Makefile 7 COMMENT=Bridging for IEEE 802
  /src/sys/rump/net/lib/libvlan/
Makefile 7 COMMENT=IEEE 802.1q encapsulation
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FloatingPointMode.h 24 /// of the modes must agree with IEEE-754, 4.3.1 and 4.3.2. The constants
25 /// assigned to the IEEE rounding modes must agree with the values used by
35 // Rounding mode defined in IEEE-754.
73 /// IEEE-754 denormal numbers preserved.
74 IEEE,
88 /// default floating-point environment. If this is not DenormalModeKind::IEEE,
102 return DenormalMode(DenormalModeKind::IEEE, DenormalModeKind::IEEE);
150 // Assume ieee on unspecified attribute.
152 .Cases("", "ieee", DenormalMode::IEEE
    [all...]
APFloat.h 28 return U.IEEE.METHOD_CALL; \
70 /// All 5 rounding modes in the IEEE-754R draft are handled correctly for all
76 /// Four formats are built-in: IEEE single precision, double precision,
78 /// full extended precision). Adding a new format that obeys IEEE semantics
121 /// handling. We represent Signaling NaNs via IEEE-754R 2008 6.2.1 should clause
134 /// New formats: x87 in single and double precision mode (IEEE apart from
137 /// New operations: sqrt, IEEE remainder, C90 fmod, nexttoward.
179 /// IEEE-754R 5.11: Floating Point Comparison Relations.
187 /// IEEE-754R 4.3: Rounding-direction attributes.
198 /// IEEE-754R 7: Default exception handling
    [all...]
  /src/sys/rump/net/lib/libnet80211/
Makefile 7 COMMENT=IEEE 802.11 (wireless LAN) support
  /src/sys/arch/powerpc/powerpc/
ofwmagic.S 46 # note type (IEEE 1275)
  /src/usr.bin/make/unit-tests/
cond-cmp-numeric-eq.mk 52 # Because an IEEE 754 double can only hold integers with a mantissa of 53
63 or maybe a machine without IEEE 754 floating point support.
cond-token-number.mk 101 # Very large numbers round up to infinity on IEEE 754 implementations, or to
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_sm4.txt 87 Title = SM4 XTS test vectors, while the XTS mode is standardized in IEEE Std 1619-2007
94 XTSStandard = IEEE
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 135 FPDenormalMode(DenormalMode::IEEE, DenormalMode::IEEE) {}
148 /// produce results that are "less precise" than IEEE allows. This includes
344 /// results in higher precision than IEEE allows (E.g. FMAs).
  /src/sys/arch/ofppc/stand/ofwboot/
ofwstart.S 49 # note type (IEEE 1275)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 904 /// propagate signaling NaN inputs per IEEE 754-2008. Min_dx10 and max_dx10
905 /// become IEEE 754- 2008 compliant due to signaling NaN propagation and
907 bool IEEE : 1;
924 IEEE(true),
935 Mode.IEEE = !AMDGPU::isShader(CC);
940 return IEEE == Other.IEEE && DX10Clamp == Other.DX10Clamp &&
990 if (IEEE != CalleeMode.IEEE)
AMDGPUBaseInfo.cpp 1932 StringRef IEEEAttr = F.getFnAttribute("amdgpu-ieee").getValueAsString();
1934 IEEE = IEEEAttr == "true";
1944 FP32InputDenormals = DenormMode.Input == DenormalMode::IEEE;
1945 FP32OutputDenormals = DenormMode.Output == DenormalMode::IEEE;
1953 FP32InputDenormals = DenormMode.Input == DenormalMode::IEEE;
1954 FP32OutputDenormals = DenormMode.Output == DenormalMode::IEEE;
1957 FP64FP16InputDenormals = DenormMode.Input == DenormalMode::IEEE;
1958 FP64FP16OutputDenormals = DenormMode.Output == DenormalMode::IEEE;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 231 bool IEEE = true;
241 IEEE = Mode.IEEE;
250 return IEEE == Other.IEEE &&
261 YamlIO.mapOptional("ieee", Mode.IEEE, true);
AMDGPUTargetMachine.cpp 1387 MFI->Mode.IEEE = YamlMFI.Mode.IEEE;
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_xts_s390x.inc 127 * IEEE Std 1619-2018. The earlier and obsolete IEEE Std 1619-2007
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
signbit.S 32 ;; This is not the same as `x < 0.0', because IEEE 754 floating point
fpbit-sf.S 398 ;; Include the implicit 1-bit that is inherent in the IEEE fp format.
559 ;; Ignore the first one bit - it is implicit in the IEEE format.
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
signbit.S 32 ;; This is not the same as `x < 0.0', because IEEE 754 floating point
fpbit-sf.S 398 ;; Include the implicit 1-bit that is inherent in the IEEE fp format.
559 ;; Ignore the first one bit - it is implicit in the IEEE format.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
statvfs.d 8 The Open Group Base Specifications Issue 7 IEEE Std 1003.1, 2018 Edition)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CommandFlags.cpp 230 cl::values(clEnumValN(DenormalMode::IEEE, "ieee",
231 "IEEE 754 denormal numbers"),
242 cl::init(DenormalMode::IEEE),
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 323 bool FtzEnabled = Mode.Output != DenormalMode::IEEE;
  /src/sys/arch/m68k/060sp/dist/
fpsp.doc 47 includes exception handlers to provide full IEEE-754 compliant
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
README.md 27 That is, we provide exact parsing according to the IEEE standard.

Completed in 40 milliseconds

1 2