Searched refs:isnan (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DShadowTessellator.cpp79 if (isnan(adjustedLightCenter.x)
80 || isnan(adjustedLightCenter.y)
81 || isnan(adjustedLightCenter.z)) {
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp36 if (isnan(normalizer_) || __isinff(normalizer_))
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1126 if (isnan(f[i]) || isinf(f[i])) {
/frameworks/rs/driver/runtime/
H A Drs_cl.c318 static bool isnan(float f) { function
694 if (!isinf(v) && !isnan(v) && (v < 0.f)) {

Completed in 517 milliseconds