Home
last modified time | relevance | path

Searched defs:Inf (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/ubsan/TestCases/Float/
Dcast-overflow.cpp40 float Inf; variable
68 float Inf; in main() local
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Float/
Dcast-overflow.cpp56 float Inf; variable
84 float Inf; in main() local
/external/flatbuffers/src/
Dcode_generators.cpp239 std::string TypedFloatConstantGenerator::Inf(double v) const { in Inf() function in flatbuffers::TypedFloatConstantGenerator
254 std::string TypedFloatConstantGenerator::Inf(float v) const { in Inf() function in flatbuffers::TypedFloatConstantGenerator
276 std::string SimpleFloatConstantGenerator::Inf(double v) const { in Inf() function in flatbuffers::SimpleFloatConstantGenerator
290 std::string SimpleFloatConstantGenerator::Inf(float v) const { in Inf() function in flatbuffers::SimpleFloatConstantGenerator
/external/fmtlib/test/
Dprintf-test.cc453 TEST(PrintfTest, Inf) { in TEST() argument
/external/pdfium/third_party/lcms/src/
Dcmscnvrt.c843 cmsFloat32Number Inf[4], Outf[4]; in BlackPreservingSampler() local
/external/swiftshader/third_party/subzero/src/
DIceOperand.h578 constexpr static BaseType Inf = ~0; /// Force regalloc to give a register variable
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1059 Value *Inf = ConstantFP::getInfinity(CI->getType()); in optimizePow() local
/external/llvm-project/llvm/unittests/ADT/
DAPFloatTest.cpp3178 APFloat Inf = APFloat::getInf(APFloat::IEEEsingle(), false); in TEST() local