OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnan
(Results
501 - 525
of
1592
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
math.h
143
bool
isnan
(arithmetic x);
488
//
isnan
490
#ifdef
isnan
497
return
isnan
(__lcpp_x);
500
#undef
isnan
macro
505
isnan
(_A1 __lcpp_x) _NOEXCEPT
513
isnan
(_A1) _NOEXCEPT
516
#endif //
isnan
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h
331
bool isFinite() const { return !
isNaN
() && !isInfinity(); }
344
bool
isNaN
() const { return category == fcNaN; }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
math.h
143
bool
isnan
(arithmetic x);
488
//
isnan
490
#ifdef
isnan
497
return
isnan
(__lcpp_x);
500
#undef
isnan
macro
505
isnan
(_A1 __lcpp_x) _NOEXCEPT
513
isnan
(_A1) _NOEXCEPT
516
#endif //
isnan
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h
331
bool isFinite() const { return !
isNaN
() && !isInfinity(); }
344
bool
isNaN
() const { return category == fcNaN; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h
331
bool isFinite() const { return !
isNaN
() && !isInfinity(); }
344
bool
isNaN
() const { return category == fcNaN; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
math.h
143
bool
isnan
(arithmetic x);
488
//
isnan
490
#ifdef
isnan
497
return
isnan
(__lcpp_x);
500
#undef
isnan
macro
505
isnan
(_A1 __lcpp_x) _NOEXCEPT
513
isnan
(_A1) _NOEXCEPT
516
#endif //
isnan
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h
331
bool isFinite() const { return !
isNaN
() && !isInfinity(); }
344
bool
isNaN
() const { return category == fcNaN; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
math.h
143
bool
isnan
(arithmetic x);
488
//
isnan
490
#ifdef
isnan
497
return
isnan
(__lcpp_x);
500
#undef
isnan
macro
505
isnan
(_A1 __lcpp_x) _NOEXCEPT
513
isnan
(_A1) _NOEXCEPT
516
#endif //
isnan
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h
331
bool isFinite() const { return !
isNaN
() && !isInfinity(); }
344
bool
isNaN
() const { return category == fcNaN; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
math.h
143
bool
isnan
(arithmetic x);
488
//
isnan
490
#ifdef
isnan
497
return
isnan
(__lcpp_x);
500
#undef
isnan
macro
505
isnan
(_A1 __lcpp_x) _NOEXCEPT
513
isnan
(_A1) _NOEXCEPT
516
#endif //
isnan
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h
331
bool isFinite() const { return !
isNaN
() && !isInfinity(); }
344
bool
isNaN
() const { return category == fcNaN; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
math.h
143
bool
isnan
(arithmetic x);
488
//
isnan
490
#ifdef
isnan
497
return
isnan
(__lcpp_x);
500
#undef
isnan
macro
505
isnan
(_A1 __lcpp_x) _NOEXCEPT
513
isnan
(_A1) _NOEXCEPT
516
#endif //
isnan
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h
331
bool isFinite() const { return !
isNaN
() && !isInfinity(); }
344
bool
isNaN
() const { return category == fcNaN; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
math.h
143
bool
isnan
(arithmetic x);
488
//
isnan
490
#ifdef
isnan
497
return
isnan
(__lcpp_x);
500
#undef
isnan
macro
505
isnan
(_A1 __lcpp_x) _NOEXCEPT
513
isnan
(_A1) _NOEXCEPT
516
#endif //
isnan
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h
331
bool isFinite() const { return !
isNaN
() && !isInfinity(); }
344
bool
isNaN
() const { return category == fcNaN; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
math.h
143
bool
isnan
(arithmetic x);
488
//
isnan
490
#ifdef
isnan
497
return
isnan
(__lcpp_x);
500
#undef
isnan
macro
505
isnan
(_A1 __lcpp_x) _NOEXCEPT
513
isnan
(_A1) _NOEXCEPT
516
#endif //
isnan
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h
331
bool isFinite() const { return !
isNaN
() && !isInfinity(); }
344
bool
isNaN
() const { return category == fcNaN; }
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
math.h
143
bool
isnan
(arithmetic x);
488
//
isnan
490
#ifdef
isnan
497
return
isnan
(__lcpp_x);
500
#undef
isnan
macro
505
isnan
(_A1 __lcpp_x) _NOEXCEPT
513
isnan
(_A1) _NOEXCEPT
516
#endif //
isnan
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_double.pass.cpp
174
assert(std::
isnan
(v));
186
assert(std::
isnan
(v));
get_long_double.pass.cpp
163
assert(std::
isnan
(v));
175
assert(std::
isnan
(v));
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
math.so
/tools/dexter/dexter/
dissasembler.cc
115
if (std::
isnan
(const32->u.float_value)) {
125
if (std::
isnan
(const64->u.double_value)) {
/cts/tests/tests/renderscript/src/android/renderscript/cts/
FloatyUnitTest.java
395
if (Double.
isNaN
(absoluteValue)) {
396
assertTrue("Ulp for NaN is not NaN", Double.
isNaN
(ulp));
480
if (Double.
isNaN
(result[i]) && Double.
isNaN
(expected[i]))
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_float/
Test_add_float.java
63
assertTrue(Float.
isNaN
(t.run(Float.POSITIVE_INFINITY,
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_float_2addr/
Test_add_float_2addr.java
63
assertTrue(Float.
isNaN
(t.run(Float.POSITIVE_INFINITY,
Completed in 1490 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>