OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnormal
(Results
126 - 150
of
180
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
math.h
102
#define
isnormal
(x) \
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
math.h
102
#define
isnormal
(x) \
macro
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h
113
#define
isnormal
(x) \
macro
/external/llvm/unittests/ADT/
APFloatTest.cpp
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp
690
bool
isnormal
BOOST_NO_MACRO_EXPAND(T t);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
builtins.def
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h
485
#define
isnormal
(x) (fpclassify(x) == FP_NORMAL)
macro
/external/clang/lib/CodeGen/
CGBuiltin.cpp
527
//
isnormal
(x) --> x == x && fabsf(x) < infinity && fabsf(x) >= float_min
536
Value *
IsNormal
=
538
"
isnormal
");
540
V = Builder.CreateAnd(V,
IsNormal
, "and");
601
Value *
IsNormal
=
603
"
isnormal
");
605
Builder.CreateSelect(
IsNormal
, EmitScalarExpr(E->getArg(2)),
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c
847
if (
isnormal
(calc_diff_tmp)) {
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
cmath
346
isnormal
(_Tp __f)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
cmath
345
isnormal
(_Tp __f)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
cmath
345
isnormal
(_Tp __f)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath
346
isnormal
(_Tp __f)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath
346
isnormal
(_Tp __f)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath
346
isnormal
(_Tp __f)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath
346
isnormal
(_Tp __f)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cmath
345
isnormal
(_Tp __f)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cmath
345
isnormal
(_Tp __f)
[
all
...]
Completed in 1640 milliseconds
1
2
3
4
5
6
7
8