OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isnormal
(Results
76 - 81
of
81
) sorted by null
1
2
3
4
/external/valgrind/none/tests/ppc64/
test_isa_2_07_part2.c
863
if (
isnormal
(calc_diff_tmp)) {
[
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/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
...]
/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
...]