OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__isnormall
(Results
1 - 25
of
101
) sorted by null
1
2
3
4
5
/prebuilts/ndk/r11/sources/android/support/src/stdio/
fpmath.h
95
#define
__isnormall
__broken__isnormall
macro
/prebuilts/ndk/r13/sources/android/support/src/stdio/
fpmath.h
95
#define
__isnormall
__broken__isnormall
macro
/bionic/libc/bionic/
fpclassify.cpp
152
int
__isnormall
(long double ld) {
function
164
__strong_alias(
__isnormall
, __isnormal);
171
__strong_alias(isnormall,
__isnormall
);
/development/ndk/platforms/android-13/include/
math.h
114
:
__isnormall
(x))
196
int
__isnormall
(long double) __pure2;
/development/ndk/platforms/android-18/include/
math.h
114
:
__isnormall
(x))
196
int
__isnormall
(long double) __pure2;
/development/ndk/platforms/android-9/include/
math.h
114
:
__isnormall
(x))
196
int
__isnormall
(long double) __pure2;
/development/ndk/platforms/android-21/include/
math.h
105
:
__isnormall
(x))
187
int
__isnormall
(long double) __pure2;
/bionic/libc/include/
math.h
104
int
__isnormall
(long double) __attribute_const__;
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __NDK_FPABI_MATH__ __pure2;
Completed in 4607 milliseconds
1
2
3
4
5