OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnormal
(Results
1 - 25
of
180
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/v8/src/
qnx-math.h
14
#undef
isnormal
macro
/external/ceres-solver/include/ceres/
fpclassify.h
53
inline bool
IsNormal
(double x) {
61
// On Android, when using the STLPort, the C++ isnan and
isnormal
functions
64
inline bool
IsNormal
(double x) { return
isnormal
(x); }
81
inline bool
IsNormal
(double x) { return std::
isnormal
(x); }
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
extra.decTest
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
extra.decTest
[
all
...]
/external/ceres-solver/internal/ceres/
jet_test.cc
328
EXPECT_FALSE(
IsNormal
(a));
339
EXPECT_FALSE(
IsNormal
(a));
350
EXPECT_FALSE(
IsNormal
(a));
361
EXPECT_TRUE(
IsNormal
(a));
/bionic/libc/tools/
check-symbols-glibc.py
127
'
isnormal
',
/external/libcxx/include/support/win32/
math_win32.h
37
_LIBCPP_ALWAYS_INLINE bool
isnormal
( double num )
function
/external/lzma/CPP/Windows/
FileFind.h
52
bool
IsNormal
() const { return MatchesMask(FILE_ATTRIBUTE_NORMAL); }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h
37
_LIBCPP_ALWAYS_INLINE bool
isnormal
( double num )
function
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h
37
_LIBCPP_ALWAYS_INLINE bool
isnormal
( double num )
function
/bionic/tests/
math_test.cpp
143
TEST(math,
isnormal
) {
144
ASSERT_TRUE(
isnormal
(123.0f));
145
ASSERT_TRUE(
isnormal
(123.0));
146
ASSERT_TRUE(
isnormal
(123.0L));
147
ASSERT_FALSE(
isnormal
(float_subnormal()));
148
ASSERT_FALSE(
isnormal
(double_subnormal()));
149
ASSERT_FALSE(
isnormal
(ldouble_subnormal()));
/external/guava/guava/src/com/google/common/math/
DoubleMath.java
25
import static com.google.common.math.DoubleUtils.
isNormal
;
214
if (!
isNormal
(x)) {
DoubleUtils.java
123
static boolean
isNormal
(double d) {
/external/libcxx/include/
cmath
147
bool
isnormal
(arithmetic x);
432
//
isnormal
434
#ifdef
isnormal
441
return
isnormal
(__x);
444
#undef
isnormal
449
isnormal
(_A1 __x) _NOEXCEPT
454
#endif //
isnormal
643
using ::
isnormal
;
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath
147
bool
isnormal
(arithmetic x);
432
//
isnormal
434
#ifdef
isnormal
441
return
isnormal
(__x);
444
#undef
isnormal
449
isnormal
(_A1 __x) _NOEXCEPT
454
#endif //
isnormal
643
using ::
isnormal
;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath
147
bool
isnormal
(arithmetic x);
432
//
isnormal
434
#ifdef
isnormal
441
return
isnormal
(__x);
444
#undef
isnormal
449
isnormal
(_A1 __x) _NOEXCEPT
454
#endif //
isnormal
643
using ::
isnormal
;
[
all
...]
/bionic/libc/bionic/
fpclassify.cpp
108
__strong_alias(
isnormal
, __isnormal);
/development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt
454
isnormal
/development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt
455
isnormal
/development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt
454
isnormal
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cmath
472
#undef
isnormal
562
isnormal
(float __x)
566
isnormal
(double __x)
570
isnormal
(long double __x)
576
isnormal
(_Tp __x)
771
isnormal
(_Tp __f)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cmath
546
#undef
isnormal
636
isnormal
(float __x)
640
isnormal
(double __x)
644
isnormal
(long double __x)
650
isnormal
(_Tp __x)
845
isnormal
(_Tp __f)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cmath
546
#undef
isnormal
636
isnormal
(float __x)
640
isnormal
(double __x)
644
isnormal
(long double __x)
650
isnormal
(_Tp __x)
845
isnormal
(_Tp __f)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath
472
#undef
isnormal
562
isnormal
(float __x)
566
isnormal
(double __x)
570
isnormal
(long double __x)
576
isnormal
(_Tp __x)
771
isnormal
(_Tp __f)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath
549
#undef
isnormal
639
isnormal
(float __x)
643
isnormal
(double __x)
647
isnormal
(long double __x)
653
isnormal
(_Tp __x)
848
isnormal
(_Tp __f)
[
all
...]
Completed in 2051 milliseconds
1
2
3
4
5
6
7
8