Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dcode_generators.cpp220 std::string TypedFloatConstantGenerator::Inf(double v) const { in Inf() function in flatbuffers::TypedFloatConstantGenerator
235 std::string TypedFloatConstantGenerator::Inf(float v) const { in Inf() function in flatbuffers::TypedFloatConstantGenerator
257 std::string SimpleFloatConstantGenerator::Inf(double v) const { in Inf() function in flatbuffers::SimpleFloatConstantGenerator
271 std::string SimpleFloatConstantGenerator::Inf(float v) const { in Inf() function in flatbuffers::SimpleFloatConstantGenerator
/external/compiler-rt/test/ubsan/TestCases/Float/
Dcast-overflow.cpp40 float Inf; variable
68 float Inf; in main() local
/external/pdfium/third_party/lcms/src/
Dcmscnvrt.c842 cmsFloat32Number Inf[4], Outf[4]; in BlackPreservingSampler() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp876 Value *Inf = ConstantFP::getInfinity(CI->getType()); in CallOptimizer() local
/external/swiftshader/third_party/subzero/src/
DIceOperand.h601 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp2897 APFloat Inf = APFloat::getInf(APFloat::IEEEsingle(), false); in TEST() local