OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__isnanf
(Results
101 - 125
of
312
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/include/
math.h
100
int
__isnanf
(float) __attribute_const__ __INTRODUCED_IN(21);
/development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.versions.txt
49
__isnanf
;
/development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.versions.txt
46
__isnanf
;
/development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.versions.txt
46
__isnanf
;
/development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.versions.txt
59
__isnanf
;
/development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.versions.txt
56
__isnanf
;
/development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.versions.txt
56
__isnanf
;
/development/ndk/platforms/android-24/arch-arm/symbols/
libc.so.versions.txt
59
__isnanf
;
/development/ndk/platforms/android-24/arch-mips/symbols/
libc.so.versions.txt
56
__isnanf
;
/development/ndk/platforms/android-24/arch-x86/symbols/
libc.so.versions.txt
56
__isnanf
;
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/
math.h
99
((sizeof (x) == sizeof (float)) ?
__isnanf
(x) \
183
int
__isnanf
(float) __NDK_FPABI_MATH__ __pure2;
Completed in 1632 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>