OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnormal
(Results
51 - 75
of
265
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.versions.txt
444
isnormal
;
/development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.functions.txt
551
isnormal
libc.so.versions.txt
555
isnormal
;
/development/ndk/platforms/android-23/arch-arm64/symbols/
libc.so.functions.txt
467
isnormal
libc.so.versions.txt
482
isnormal
;
/development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.functions.txt
535
isnormal
libc.so.versions.txt
553
isnormal
;
/development/ndk/platforms/android-23/arch-mips64/symbols/
libc.so.functions.txt
467
isnormal
libc.so.versions.txt
482
isnormal
;
/development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.functions.txt
533
isnormal
libc.so.versions.txt
551
isnormal
;
/development/ndk/platforms/android-23/arch-x86_64/symbols/
libc.so.functions.txt
467
isnormal
libc.so.versions.txt
482
isnormal
;
/external/ceres-solver/include/ceres/
jet.h
487
// these classifications. This picks that IsFinite and
isnormal
are "all"
540
bool
IsNormal
(const Jet<T, N>& f) {
541
if (!
IsNormal
(f.a)) {
545
if (!
IsNormal
(f.v[i])) {
/external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp
241
static_assert((std::is_same<decltype(
isnormal
((float)0)), bool>::value), "");
242
static_assert((std::is_same<decltype(
isnormal
((double)0)), bool>::value), "");
243
static_assert((std::is_same<decltype(
isnormal
((long double)0)), bool>::value), "");
244
assert(
isnormal
(-1.0) == true);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
246
static_assert((std::is_same<decltype(
isnormal
((float)0)), bool>::value), "");
247
static_assert((std::is_same<decltype(
isnormal
((double)0)), bool>::value), "");
248
static_assert((std::is_same<decltype(
isnormal
((long double)0)), bool>::value), "");
249
assert(
isnormal
(-1.0) == true);
/bionic/libc/
libc.mips.brillo.map
553
isnormal
;
libc.x86.brillo.map
551
isnormal
;
/bionic/libm/include/
math.h
69
#define
isnormal
(x) __builtin_isnormal(x)
macro
/bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c
213
if (!
isnormal
(z))
s_fmal.c
201
if (!
isnormal
(z))
/development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.versions.txt
517
isnormal
;
/development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.versions.txt
515
isnormal
;
/development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.versions.txt
513
isnormal
;
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.cc
304
if (!std::
isnormal
(factor)) {
Completed in 635 milliseconds
1
2
3
4
5
6
7
8
9
10
11