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
120
) sorted by null
1
2
3
4
5
/external/ceres-solver/include/ceres/
fpclassify.h
52
inline bool
IsNormal
(double x) {
63
inline bool
IsNormal
(double x) { return
isnormal
(x); }
85
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/llvm/docs/
ReleaseNotes.rst
53
* APFloat::
isNormal
() was renamed to APFloat::isFiniteNonZero() and
54
APFloat::isIEEENormal() was renamed to APFloat::
isNormal
(). This ensures that
55
APFloat::
isNormal
() conforms to IEEE-754R-2008.
/frameworks/compile/slang/
slang_rs_spec_table.cpp
141
bool
IsNormal
,
145
mIsNormal(
IsNormal
),
152
inline bool
isNormal
() const { return mIsNormal; }
286
((DataElements[i]->
isNormal
()) ? "true" : "false"),
359
/*
IsNormal
= */true, /* VectorSize = */1),
/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));
/cts/tests/tests/bionic/
bionic-unit-tests-cts_list.txt
241
isnormal
/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
35
_LIBCPP_ALWAYS_INLINE bool
isnormal
( double num )
function
/bionic/tests/
math_test.cpp
85
TEST(math,
isnormal
) {
86
ASSERT_TRUE(
isnormal
(123.0f));
87
ASSERT_TRUE(
isnormal
(123.0));
88
ASSERT_FALSE(
isnormal
(float_subnormal()));
89
ASSERT_FALSE(
isnormal
(double_subnormal()));
/external/chromium_org/v8/src/
property.h
209
if (
IsNormal
()) return true;
308
bool
IsNormal
() {
/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) {
/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
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.7-4.6/x86_64-linux/include/c++/4.6.x-google/
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.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
...]
/prebuilts/ndk/9/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/9/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
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
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
...]
/external/clang/lib/CodeGen/
CGCleanup.h
257
EHCleanupScope(bool
isNormal
, bool isEH, bool isActive,
263
CleanupBits.IsNormalCleanup =
isNormal
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath
483
#undef
isnormal
534
isnormal
(_Tp __f)
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cmath
483
#undef
isnormal
534
isnormal
(_Tp __f)
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cmath
483
#undef
isnormal
534
isnormal
(_Tp __f)
Completed in 1577 milliseconds
1
2
3
4
5