OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnan
(Results
351 - 375
of
1592
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_math_forward_declares.h
115
__DEVICE__ bool
isnan
(double);
116
__DEVICE__ bool
isnan
(float);
237
using ::
isnan
;
/bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrt.c
64
if (
isnan
(a)) {
s_csqrtf.c
55
if (
isnan
(a)) {
s_csqrtl.c
64
if (
isnan
(a)) {
/cts/tests/vm/src/android/vm/cts/opcodes/add_float/
AddFloatTest.java
60
assertTrue(Float.
isNaN
(t.run(Float.POSITIVE_INFINITY,
/cts/tests/vm/src/android/vm/cts/opcodes/add_float_2addr/
AddFloat2AddrTest.java
59
assertTrue(Float.
isNaN
(t.run(Float.POSITIVE_INFINITY,
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java
78
assertTrue(Float.
isNaN
(t.run(Double.NaN)));
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java
80
assertTrue(Double.
isNaN
(t.run(Float.NaN)));
/device/linaro/bootloader/edk2/StdLib/Include/
math.h
82
/* C99 7.12.3.4 int
isnan
(real-floating x) */
84
#define
isnan
(__x) __isnan(__x)
macro
86
#define
isnan
(__x) __fpmacro_unary_floating(
isnan
, __x)
macro
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/
isnanl.c
56
* 7.12.3.4
isnan
- test for a NaN
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
NaturalRanking.java
265
if (Double.
isNaN
(ranks[i].getValue())) {
290
if (Double.
isNaN
(ranks[i].getValue())) {
305
if (Double.
isNaN
(ranks[i].getValue())) {
406
if (Double.
isNaN
(ranks[i].getValue())) {
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSubstring.java
60
if (Double.
isNaN
(start))
/external/devlib/devlib/utils/
types.py
84
if not math.
isnan
(fvalue) and not math.isinf(fvalue):
/external/eigen/Eigen/src/Core/
BooleanRedux.h
142
return derived().array().
isNaN
().any();
/external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h
407
/** \returns an expression of the coefficient-wise
isnan
of *this.
416
isNaN
() const
426
* \sa
isnan
(), isfinite()
440
* \sa
isnan
(), isinf()
/external/eigen/unsupported/Eigen/CXX11/
Tensor
19
#undef
isnan
Completed in 1390 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>