Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake201 /* Set to 1 if the isinf function is found in <cmath> */
204 /* Set to 1 if the isinf function is found in <math.h> */
389 /* Set to 1 if the std::isinf function is found in <cmath> */
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp84 (std::isinf(expected) || (std::is_same_v<T, float> && std::fabs(expected) > 1e3) || in expectNear()
/frameworks/native/opengl/libagl/
Dmatrix.cpp1115 if (isnan(f[i]) || isinf(f[i])) { in glQueryMatrixxOES()
/frameworks/rs/driver/runtime/
Drs_cl.c318 static bool isinf(float f) { in isinf() function
697 if (!isinf(v) && !isnan(v) && (v < 0.f)) { in FN_FUNC_FN()