Home
last modified time | relevance | path

Searched refs:_isinf (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/numpy/
Dlogic_ops.py292 def _isinf(x): function
336 return _apply_tensor_op(_isinf, x, dtype=dtype)
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl676 return _isinf(x) != 0;
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp61 return _isinf(x); in isinf()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5568 builtin_builder::_isinf(builtin_available_predicate avail, const glsl_type *type) in _isinf() function in builtin_builder