OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FP_NAN
(Results
1 - 25
of
74
) sorted by null
1
2
3
/bionic/libc/bionic/
fpclassify.cpp
55
return ((u.bits.dbl_fracl | u.bits.dbl_frach) == 0) ? FP_INFINITE :
FP_NAN
;
68
return (u.bits.sng_frac == 0) ? FP_INFINITE :
FP_NAN
;
84
return (__fpclassifyd(d) ==
FP_NAN
);
89
return (__fpclassifyf(f) ==
FP_NAN
);
95
return ((type !=
FP_NAN
) && (type != FP_INFINITE));
101
return ((type !=
FP_NAN
) && (type != FP_INFINITE));
133
return zero_frac(u.bits) ? FP_INFINITE :
FP_NAN
;
143
return (__fpclassifyl(ld) ==
FP_NAN
);
148
return ((type !=
FP_NAN
) && (type != FP_INFINITE));
/device/google/contexthub/lib/libm/
sf_fpclassify.c
27
return
FP_NAN
;
/external/mesa3d/src/mesa/main/
querymatrix.c
46
enum {
FP_NAN
, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
52
return
FP_NAN
;
69
return
FP_NAN
;
82
enum {
FP_NAN
, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
178
case
FP_NAN
:
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c
97
case
FP_NAN
:
hdtoa.c
147
case
FP_NAN
:
244
case
FP_NAN
:
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.hpp
105
return (BOOST_FPCLASSIFY_PREFIX fpclassify(t) == (int)
FP_NAN
);
137
return
FP_NAN
;
140
return
FP_NAN
;
143
return
FP_NAN
;
162
return
FP_NAN
;
207
return
FP_NAN
;
234
return
FP_NAN
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h
204
FP_NAN
,
205
# define
FP_NAN
FP_NAN
471
fpclassify (__u) ==
FP_NAN
|| fpclassify (__v) ==
FP_NAN
; }))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h
205
FP_NAN
,
206
# define
FP_NAN
FP_NAN
478
fpclassify (__u) ==
FP_NAN
|| fpclassify (__v) ==
FP_NAN
; }))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h
344
#define
FP_NAN
0x0100
346
#define FP_INFINITE (
FP_NAN
| FP_NORMAL)
366
return sw & (
FP_NAN
| FP_NORMAL | FP_ZERO );
382
return (l ?
FP_NAN
: FP_INFINITE);
387
return sw & (
FP_NAN
| FP_NORMAL | FP_ZERO );
401
return (hlp.val > 0x7f800000 ?
FP_NAN
: FP_INFINITE);
406
return sw & (
FP_NAN
| FP_NORMAL | FP_ZERO );
416
#define isfinite(x) ((fpclassify(x) &
FP_NAN
) == 0)
446
return (sw & (
FP_NAN
| FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL))
447
==
FP_NAN
;
[
all
...]
/external/vixl/src/vixl/
utils.cc
124
return
FP_NAN
;
utils.h
144
return (float16classify(num) ==
FP_NAN
) &&
/bionic/libm/include/
math.h
59
#define
FP_NAN
0x02
64
__builtin_fpclassify(
FP_NAN
, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x)
/bionic/tests/
math_test.cpp
105
ASSERT_EQ(
FP_NAN
, fpclassify(nanf("")));
106
ASSERT_EQ(
FP_NAN
, fpclassify(nan("")));
107
ASSERT_EQ(
FP_NAN
, fpclassify(nanl("")));
178
ASSERT_EQ(
FP_NAN
, __fpclassifyd(nan("")));
186
ASSERT_EQ(
FP_NAN
, __fpclassifyf(nanf("")));
194
EXPECT_EQ(
FP_NAN
, __fpclassifyl(nanl("")));
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
fp_traits.hpp
40
#define
FP_NAN
3
/external/libxml2/
trionan.c
571
case
FP_NAN
:
784
return "
FP_NAN
";
/external/v8/src/
conversions.cc
124
case
FP_NAN
: return "NaN";
/development/ndk/platforms/android-13/include/
math.h
92
#define
FP_NAN
0x02
/development/ndk/platforms/android-18/include/
math.h
92
#define
FP_NAN
0x02
/development/ndk/platforms/android-21/include/
math.h
81
#define
FP_NAN
0x02
/development/ndk/platforms/android-3/include/
math.h
92
#define
FP_NAN
0x02
/development/ndk/platforms/android-9/include/
math.h
92
#define
FP_NAN
0x02
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h
92
#define
FP_NAN
0x02
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h
92
#define
FP_NAN
0x02
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h
92
#define
FP_NAN
0x02
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h
92
#define
FP_NAN
0x02
Completed in 640 milliseconds
1
2
3