OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_finite
(Results
1 - 22
of
22
) sorted by null
/device/google/bonito/json-c/
math_compat.h
16
#define isinf(x) (!
_finite
(x))
/device/google/crosshatch/json-c/
math_compat.h
16
#define isinf(x) (!
_finite
(x))
/external/swiftshader/third_party/LLVM/lib/Support/
IsInf.cpp
30
#define isinf(X) (!
_finite
(X))
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_math.h
41
#define crt_isfinite(x)
_finite
((x))
42
#define crt_isinf(x) !
_finite
((x))
/external/compiler-rt/lib/builtins/
int_math.h
41
#define crt_isfinite(x)
_finite
((x))
42
#define crt_isinf(x) !
_finite
((x))
/external/python/cpython2/PC/
pyconfig.h
225
#define Py_IS_INFINITY(X) (!
_finite
(X) && !_isnan(X))
226
#define Py_IS_FINITE(X)
_finite
(X)
/external/python/cpython3/PC/
pyconfig.h
191
#define Py_IS_INFINITY(X) (!
_finite
(X) && !_isnan(X))
192
#define Py_IS_FINITE(X)
_finite
(X)
/external/eigen/test/
fastmath.cpp
23
template<typename T> bool (isfinite)(T x) { return
_finite
(x); }
/external/protobuf/src/google/protobuf/stubs/
mathlimits.h
226
static bool IsFinite(const Type x) { return
_finite
(x); } \
/external/mesa3d/src/mesa/main/
imports.h
126
# define finite
_finite
/external/libxml2/
trionan.c
532
* Microsoft Visual C++ and Borland C++ Builder use
_finite
().
534
return
_finite
(number);
/external/virglrenderer/src/gallium/auxiliary/util/
u_math.h
116
#define isfinite(x)
_finite
((double)(x))
/external/jsoncpp/src/lib_json/
json_writer.cpp
20
#define isfinite
_finite
/external/deqp-deps/glslang/SPIRV/
hex_float.h
34
return ::
_finite
(f) == 0;
[
all
...]
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp
[
all
...]
/external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp
[
all
...]
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp
[
all
...]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp
[
all
...]
/external/eigen/unsupported/test/mpreal/
mpreal.h
78
#define IsInf(x) (!
_finite
(x))
[
all
...]
/external/libaom/libaom/third_party/libwebm/mkvparser/
mkvparser.cc
11
#include <float.h> // _isnan() /
_finite
()
33
inline bool isinf(double val) { return !
_finite
(val); }
[
all
...]
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc
11
#include <float.h> // _isnan() /
_finite
()
33
inline bool isinf(double val) { return !
_finite
(val); }
[
all
...]
/external/libvpx/libwebm/mkvparser/
mkvparser.cc
11
#include <float.h> // _isnan() /
_finite
()
33
inline bool isinf(double val) { return !
_finite
(val); }
[
all
...]
Completed in 732 milliseconds