Home
last modified time | relevance | path

Searched refs:isnan (Results 1 – 17 of 17) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Dwf_fmod.c36 if(_LIB_VERSION == _IEEE_ ||isnan(y)||isnan(x)) return z;
Dwf_pow.c36 if(_LIB_VERSION == _IEEE_|| isnan(y)) return z;
37 if(isnan(x)) {
100 if(isnan(z)) {
Dwf_asin.c38 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
/device/google/bonito/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x) macro
Dconfigure.ac48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
Dconfig.h.in17 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
Djson_object.c603 if(isnan(jso->o.c_double)) in json_object_double_to_json_string()
/device/google/crosshatch/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x) macro
Dconfigure.ac48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
Dconfig.h.in17 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
Djson_object.c603 if(isnan(jso->o.c_double)) in json_object_double_to_json_string()
/device/google/coral/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x) macro
Dconfigure.ac48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
Dconfig.h.in17 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
Djson_object.c603 if(isnan(jso->o.c_double)) in json_object_double_to_json_string()
/device/generic/goldfish/audio/
Dstream_out.cpp390 if (isnan(left) || left < 0.0f || left > 1.0f in setVolume()
391 || right < 0.0f || right > 1.0f || isnan(right)) { in setVolume()
Dprimary_device.cpp43 if (isnan(volume) || volume < 0 || volume > 1.0) { in setMasterVolume()