OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isinf
(Results
26 - 50
of
119
) sorted by null
1
2
3
4
5
/external/compiler-rt/test/Unit/
divsc3_test.c
30
if (
isinf
(crealf(x)) ||
isinf
(cimagf(x)))
divtc3_test.c
33
if (
isinf
(creall(x)) ||
isinf
(cimagl(x)))
divxc3_test.c
33
if (
isinf
(creall(x)) ||
isinf
(cimagl(x)))
muldc3_test.c
30
if (
isinf
(creal(x)) ||
isinf
(cimag(x)))
mulsc3_test.c
30
if (
isinf
(crealf(x)) ||
isinf
(cimagf(x)))
multc3_test.c
33
if (
isinf
(creall(x)) ||
isinf
(cimagl(x)))
mulxc3_test.c
33
if (
isinf
(creall(x)) ||
isinf
(cimagl(x)))
/frameworks/compile/libbcc/runtime/test/Unit/
divdc3_test.c
30
if (
isinf
(creal(x)) ||
isinf
(cimag(x)))
divsc3_test.c
30
if (
isinf
(crealf(x)) ||
isinf
(cimagf(x)))
divtc3_test.c
33
if (
isinf
(creall(x)) ||
isinf
(cimagl(x)))
divxc3_test.c
33
if (
isinf
(creall(x)) ||
isinf
(cimagl(x)))
muldc3_test.c
30
if (
isinf
(creal(x)) ||
isinf
(cimag(x)))
mulsc3_test.c
30
if (
isinf
(crealf(x)) ||
isinf
(cimagf(x)))
multc3_test.c
33
if (
isinf
(creall(x)) ||
isinf
(cimagl(x)))
mulxc3_test.c
33
if (
isinf
(creall(x)) ||
isinf
(cimagl(x)))
/external/stlport/stlport/stl/
_cmath.h
537
template<typename _Tp> inline int __capture_isinf(_Tp __f) { return
isinf
(__f); }
542
#undef
isinf
macro
547
template<typename _Tp> inline int
isinf
(_Tp __f) { return __capture_isinf(__f); }
function in namespace:__captured
578
using __captured::
isinf
;
/external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLOptionsCollectionCustom.cpp
103
if (!isnan(v) && !
isinf
(v)) {
/external/webkit/Source/WebCore/html/
NumberInputType.cpp
130
if (
isinf
(doubleValue))
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h
537
template<typename _Tp> inline int __capture_isinf(_Tp __f) { return
isinf
(__f); }
542
#undef
isinf
macro
547
template<typename _Tp> inline int
isinf
(_Tp __f) { return __capture_isinf(__f); }
function in namespace:__captured
578
using __captured::
isinf
;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h
537
template<typename _Tp> inline int __capture_isinf(_Tp __f) { return
isinf
(__f); }
542
#undef
isinf
macro
547
template<typename _Tp> inline int
isinf
(_Tp __f) { return __capture_isinf(__f); }
function in namespace:__captured
578
using __captured::
isinf
;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h
537
template<typename _Tp> inline int __capture_isinf(_Tp __f) { return
isinf
(__f); }
542
#undef
isinf
macro
547
template<typename _Tp> inline int
isinf
(_Tp __f) { return __capture_isinf(__f); }
function in namespace:__captured
578
using __captured::
isinf
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h
537
template<typename _Tp> inline int __capture_isinf(_Tp __f) { return
isinf
(__f); }
542
#undef
isinf
macro
547
template<typename _Tp> inline int
isinf
(_Tp __f) { return __capture_isinf(__f); }
function in namespace:__captured
578
using __captured::
isinf
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h
266
# define
isinf
(x) \
macro
269
# define
isinf
(x) \
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h
266
# define
isinf
(x) \
macro
269
# define
isinf
(x) \
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h
266
# define
isinf
(x) \
macro
269
# define
isinf
(x) \
macro
Completed in 693 milliseconds
1
2
3
4
5