Home
last modified time | relevance | path

Searched defs:IsInf (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/math/cmplx/
Disinf.go10 func IsInf(x complex128) bool { func
/aosp_15_r20/external/vixl/src/
H A Dutils-vixl.h402 inline bool IsInf(float value) { return std::isinf(value); } in IsInf() function
404 inline bool IsInf(double value) { return std::isinf(value); } in IsInf() function
406 inline bool IsInf(Float16 value) { in IsInf() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dbits.go46 func IsInf(f float64, sign int) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dfloat.go339 func (x *Float) IsInf() bool { func
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc1199 struct IsInf { struct
1200 bool operator()(T a) { return std::isinf(static_cast<float>(a)); } in operator ()()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_comparison.cc223 bool IsInf(NativeT val) { in IsInf() function
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSIMD.cpp704 RValue<SIMD::Int> IsInf(RValue<SIMD::Float> x) in IsInf() function
H A DReactor.cpp4275 RValue<Int4> IsInf(RValue<Float4> x) in IsInf() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dmath.cc121 XlaOp IsInf(XlaOp operand) { in IsInf() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp873 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local
936 Value *IsInf = in EmitBuiltinExpr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5340 bool IsInf = match(V, m_Inf()); in simplifyFPOp() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs774 IsInf { enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3036 TEST_F(OpTest, IsInf) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go20688 func IsInf(scope *Scope, x tf.Output) (y tf.Output) { func