OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnormal
(Results
176 - 200
of
265
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cmath
345
isnormal
(_Tp __f)
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
781
//
isnormal
(x) --> x == x && fabsf(x) < infinity && fabsf(x) >= float_min
790
Value *
IsNormal
=
792
"
isnormal
");
794
V = Builder.CreateAnd(V,
IsNormal
, "and");
[
all
...]
/external/valgrind/none/tests/arm64/
fp_and_simd.c
7
#include <math.h> //
isnormal
70
if (
isnormal
(v->f32[0]) &&
isnormal
(v->f32[1]) &&
isnormal
(v->f32[2])
71
&&
isnormal
(v->f32[3]) &&
isnormal
(v->f64[0]) &&
isnormal
(v->f64[1]))
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
500
if (!F.
isNormal
())
[
all
...]
/frameworks/av/services/audioflinger/
AudioMixer.cpp
555
if (
isnormal
(inc) // inc must be a normal number (no subnormals, infinite, nan)
[
all
...]
/external/vixl/src/vixl/a64/
logic-a64.cc
[
all
...]
/prebuilts/sdk/renderscript/lib/arm/
libc.so
/prebuilts/sdk/renderscript/lib/x86/
libc.so
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py
166
'
isnormal
':'is_normal',
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py
166
'
isnormal
':'is_normal',
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py
166
'
isnormal
':'is_normal',
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py
166
'
isnormal
':'is_normal',
[
all
...]
/prebuilts/sdk/renderscript/lib/mips/
libc.so
/development/ndk/platforms/android-21/arch-arm/lib/
libc.a
118
<