OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isinf
(Results
176 - 200
of
984
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/benchmarks/
math_benchmark.cpp
91
d +=
isinf
(v);
101
d += (
isinf
)(v);
/external/eigen/test/
boostmultiprec.cpp
63
#undef
isinf
macro
108
using boost::math::
isinf
;
/external/spirv-llvm/test/SPIRV/transcoding/
relationals.ll
24
; CHECK-SPIRV: 4
IsInf
[[BoolTypeID]]
30
; CHECK-SPIRV: 4
IsInf
[[BoolVectorTypeID]]
relationals_half.ll
24
; CHECK-SPIRV: 4
IsInf
[[BoolTypeID]]
30
; CHECK-SPIRV: 4
IsInf
[[BoolVectorTypeID]]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
cmath.so
/bionic/libc/include/
math.h
59
#define
isinf
(x) __builtin_isinf(x)
macro
159
* specify them either). Exposing these means that
isinf
and isnan will have a
167
int(
isinf
)(double) __attribute_const__ __INTRODUCED_IN(21);
/external/libcxx/test/std/numerics/complex.number/
cases.h
183
if (std::
isinf
(x.real()) || std::
isinf
(x.imag()))
208
if (std::
isinf
(x))
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h
107
__DEVICE__ bool
isinf
(double);
108
__DEVICE__ bool
isinf
(float);
233
using ::
isinf
;
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/
cases.h
183
if (std::
isinf
(x.real()) || std::
isinf
(x.imag()))
208
if (std::
isinf
(x))
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/
cases.h
183
if (std::
isinf
(x.real()) || std::
isinf
(x.imag()))
208
if (std::
isinf
(x))
/device/linaro/bootloader/edk2/StdLib/Include/
math.h
75
/* C99 7.12.3.3 int
isinf
(real-floating x) */
77
#define
isinf
(__x) __isinf(__x)
macro
79
#define
isinf
(__x) __fpmacro_unary_floating(
isinf
, __x)
macro
/external/devlib/devlib/utils/
types.py
75
if not math.isnan(fvalue) and not math.
isinf
(fvalue):
/external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h
412
* \sa isfinite(),
isinf
()
421
/** \returns an expression of the coefficient-wise
isinf
of *this.
430
isInf
() const
440
* \sa isnan(),
isinf
()
/external/eigen/unsupported/Eigen/CXX11/
Tensor
20
#undef
isinf
/external/libcxx/include/
cmath
145
bool
isinf
(arithmetic x);
316
using ::
isinf
;
583
return
isinf
(__lcpp_x);
592
return
isinf
(__lcpp_x);
/external/llvm/test/CodeGen/SystemZ/
tdc-05.ll
87
; Test
isinf
|| isnan, from clang.
Completed in 4374 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>