Home
last modified time | relevance | path

Searched defs:FPBits (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DFPBits.h38 template <typename T> union FPBits { union
99 explicit FPBits(XType x) : val(x) {} in FPBits() function
103 explicit FPBits(XType x) : bits(x) {} in FPBits() function
105 FPBits() : bits(0) {} in FPBits() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/__support/FPUtil/
H A DFPBits.h38 template <typename T> union FPBits { union
99 explicit FPBits(XType x) : val(x) {} in FPBits() function
103 explicit FPBits(XType x) : bits(x) {} in FPBits() function
105 FPBits() : bits(0) {} in FPBits() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DFPBits.h38 template <typename T> union FPBits { union
99 explicit FPBits(XType x) : val(x) {} in FPBits() function
103 explicit FPBits(XType x) : bits(x) {} in FPBits() function
105 FPBits() : bits(0) {} in FPBits() function
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DFPBits.h38 template <typename T> union FPBits { union
99 explicit FPBits(XType x) : val(x) {} in FPBits() function
103 explicit FPBits(XType x) : bits(x) {} in FPBits() function
105 FPBits() : bits(0) {} in FPBits() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/math/
H A DILogbTest.h75 using FPBits = __llvm_libc::fputil::FPBits<T>; in testSubnormalRange() local
93 using FPBits = __llvm_libc::fputil::FPBits<T>; in testNormalRange() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/test/src/math/
H A DILogbTest.h74 using FPBits = __llvm_libc::fputil::FPBits<T>; in testSubnormalRange() local
92 using FPBits = __llvm_libc::fputil::FPBits<T>; in testNormalRange() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/math/
H A DILogbTest.h75 using FPBits = __llvm_libc::fputil::FPBits<T>; in testSubnormalRange() local
93 using FPBits = __llvm_libc::fputil::FPBits<T>; in testNormalRange() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/math/
H A DILogbTest.h75 using FPBits = __llvm_libc::fputil::FPBits<T>; in testSubnormalRange() local
93 using FPBits = __llvm_libc::fputil::FPBits<T>; in testNormalRange() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/test/src/math/
H A DILogbTest.h74 using FPBits = __llvm_libc::fputil::FPBits<T>; in testSubnormalRange() local
92 using FPBits = __llvm_libc::fputil::FPBits<T>; in testNormalRange() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/test/src/math/
H A DILogbTest.h74 using FPBits = __llvm_libc::fputil::FPBits<T>; in testSubnormalRange() local
92 using FPBits = __llvm_libc::fputil::FPBits<T>; in testNormalRange() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/math/
H A DILogbTest.h75 using FPBits = __llvm_libc::fputil::FPBits<T>; in testSubnormalRange() local
93 using FPBits = __llvm_libc::fputil::FPBits<T>; in testNormalRange() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/math/differential_testing/
H A Dexpm1f_diff.cpp1 //===-- Differential test for expm1f --------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8
9 #include "SingleInputSingleOutputDiff.h"
10
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/math/exhaustive/
H A Dexpm1f_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
H A Dcosf_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
H A Dsinf_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
H A Dsqrtf_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/math/exhaustive/
H A Dexpm1f_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
H A Dsqrtf_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
H A Dcosf_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
H A Dsinf_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/math/exhaustive/
H A Dexpm1f_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
H A Dsinf_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
H A Dsqrtf_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
H A Dcosf_test.cpp15 using FPBits = __llvm_libc::fputil::FPBits<float>; typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/utils/UnitTest/
H A Dtestfilter_test.cpp15 TEST(LlvmLibcTestFilterTest, IncorrectFilter) {}

123456789