Searched refs:isnan (Results 1 – 17 of 17) sorted by relevance
/device/google/contexthub/firmware/lib/libm/ |
D | wf_fmod.c | 36 if(_LIB_VERSION == _IEEE_ ||isnan(y)||isnan(x)) return z;
|
D | wf_pow.c | 36 if(_LIB_VERSION == _IEEE_|| isnan(y)) return z; 37 if(isnan(x)) { 100 if(isnan(z)) {
|
D | wf_asin.c | 38 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
|
/device/google/bonito/json-c/ |
D | math_compat.h | 9 #define isnan(x) _isnan(x) macro
|
D | configure.ac | 48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
|
D | config.h.in | 17 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
|
D | json_object.c | 603 if(isnan(jso->o.c_double)) in json_object_double_to_json_string()
|
/device/google/crosshatch/json-c/ |
D | math_compat.h | 9 #define isnan(x) _isnan(x) macro
|
D | configure.ac | 48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
|
D | config.h.in | 17 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
|
D | json_object.c | 603 if(isnan(jso->o.c_double)) in json_object_double_to_json_string()
|
/device/google/coral/json-c/ |
D | math_compat.h | 9 #define isnan(x) _isnan(x) macro
|
D | configure.ac | 48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
|
D | config.h.in | 17 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
|
D | json_object.c | 603 if(isnan(jso->o.c_double)) in json_object_double_to_json_string()
|
/device/generic/goldfish/audio/ |
D | stream_out.cpp | 390 if (isnan(left) || left < 0.0f || left > 1.0f in setVolume() 391 || right < 0.0f || right > 1.0f || isnan(right)) { in setVolume()
|
D | primary_device.cpp | 43 if (isnan(volume) || volume < 0 || volume > 1.0) { in setMasterVolume()
|