OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnormal
(Results
101 - 125
of
265
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/lib/
libc.so
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/libr2/
libc.so
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/libr6/
libc.so
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/lib/
libc.so
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/libr2/
libc.so
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/libr6/
libc.so
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp
512
#ifdef
isnormal
513
#error
isnormal
defined
515
static_assert((std::is_same<decltype(std::
isnormal
((float)0)), bool>::value), "");
516
static_assert((std::is_same<decltype(std::
isnormal
((double)0)), bool>::value), "");
517
static_assert((std::is_same<decltype(std::
isnormal
(0)), bool>::value), "");
518
static_assert((std::is_same<decltype(std::
isnormal
((long double)0)), bool>::value), "");
519
assert(std::
isnormal
(-1.0) == true);
[
all
...]
/external/valgrind/none/tests/ppc32/
test_isa_2_06_part3.c
508
if (
isnormal
(calc_diff_tmp)) {
538
if (
isnormal
(calc_diff_tmp)) {
[
all
...]
/development/ndk/platforms/android-13/include/
math.h
113
#define
isnormal
(x) \
macro
/development/ndk/platforms/android-18/include/
math.h
113
#define
isnormal
(x) \
macro
/development/ndk/platforms/android-21/include/
math.h
102
#define
isnormal
(x) \
macro
/development/ndk/platforms/android-3/include/
math.h
113
#define
isnormal
(x) \
macro
/development/ndk/platforms/android-9/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
math.h
113
#define
isnormal
(x) \
macro
Completed in 1460 milliseconds
1
2
3
4
5
6
7
8
9
10
11