Home
last modified time | relevance | path

Searched defs:is_not_nan (Results 1 – 3 of 3) sorted by relevance

/dports/math/stanmath/math-4.2.0/stan/math/prim/err/
H A Dis_not_nan.hpp23 inline bool is_not_nan(const T_y& y) { in is_not_nan() function
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_builtin_builder.c238 nir_ssa_def *is_not_nan = nir_feq(b, y_over_x, y_over_x); in nir_atan() local
/dports/lang/v8/v8-9.6.180.12/src/execution/ppc/
H A Dsimulator-ppc.cc1414 bool is_not_nan = is_fp ? !isnan(a_val) && !isnan(b_val) : true; in VectorCompareOp() local