Home
last modified time | relevance | path

Searched refs:isnormal (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython2/Lib/test/decimaltestdata/
Dextra.decTest1089 bool0840 isnormal 0E-2000 -> 0
1090 bool0841 isnormal -0E-2000 -> 0
1091 bool0842 isnormal 0E-1008 -> 0
1092 bool0843 isnormal -0E-1008 -> 0
1093 bool0844 isnormal 0E-1007 -> 0
1094 bool0845 isnormal -0E-1007 -> 0
1095 bool0846 isnormal 0E-1006 -> 0
1096 bool0847 isnormal -0E-1006 -> 0
1097 bool0848 isnormal 0E-1000 -> 0
1098 bool0849 isnormal -0E-1000 -> 0
[all …]
/external/valgrind/none/tests/arm/
Dv8crypto_t.c75 if (isnormal(v->f32[0]) && isnormal(v->f32[1]) && isnormal(v->f32[2]) in randV128()
76 && isnormal(v->f32[3]) && isnormal(v->f64[0]) && isnormal(v->f64[1])) in randV128()
Dv8crypto_a.c75 if (isnormal(v->f32[0]) && isnormal(v->f32[1]) && isnormal(v->f32[2]) in randV128()
76 && isnormal(v->f32[3]) && isnormal(v->f64[0]) && isnormal(v->f64[1])) in randV128()
Dv8fpsimd_t.c109 if (isnormal(v->f32[0]) && isnormal(v->f32[1]) && isnormal(v->f32[2]) in randV128()
110 && isnormal(v->f32[3]) && isnormal(v->f64[0]) && isnormal(v->f64[1])) in randV128()
Dv8fpsimd_a.c109 if (isnormal(v->f32[0]) && isnormal(v->f32[1]) && isnormal(v->f32[2]) in randV128()
110 && isnormal(v->f32[3]) && isnormal(v->f64[0]) && isnormal(v->f64[1])) in randV128()
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h117 __DEVICE__ bool isnormal(double);
118 __DEVICE__ bool isnormal(float);
224 using ::isnormal;
D__clang_cuda_cmath.h109 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } in isnormal() function
110 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } in isnormal() function
Dopencl-c.h11934 int __ovld __cnfn isnormal(float);
11935 int2 __ovld __cnfn isnormal(float2);
11936 int3 __ovld __cnfn isnormal(float3);
11937 int4 __ovld __cnfn isnormal(float4);
11938 int8 __ovld __cnfn isnormal(float8);
11939 int16 __ovld __cnfn isnormal(float16);
11941 int __ovld __cnfn isnormal(double);
11942 long2 __ovld __cnfn isnormal(double2);
11943 long3 __ovld __cnfn isnormal(double3);
11944 long4 __ovld __cnfn isnormal(double4);
[all …]
/external/v8/src/base/
Dqnx-math.h14 #undef isnormal
/external/llvm/test/CodeGen/SystemZ/
Dtdc-05.ll47 ; Test float isnormal, from clang.
73 ; Test isnormal, from clang.
/external/mesa3d/include/
Dc99_math.h200 using std::isnormal;
/external/skia/fuzz/
DFuzz.h89 if (!std::isnormal(*f) && *f != 0.0f) { in nextRange()
/external/mesa3d/src/compiler/glsl/
Dir_constant_expression.cpp530 return !isnormal(result) ? copysignf(0.0f, x) : result; in ldexpf_flush_subnormal()
539 return !isnormal(result) ? copysign(0.0, x) : result; in ldexp_flush_subnormal()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp58 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
582 #ifdef isnormal in test_isnormal()
583 #error isnormal defined in test_isnormal()
585 static_assert((std::is_same<decltype(isnormal((float)0)), bool>::value), ""); in test_isnormal()
586 static_assert((std::is_same<decltype(isnormal((double)0)), bool>::value), ""); in test_isnormal()
587 static_assert((std::is_same<decltype(isnormal(0)), bool>::value), ""); in test_isnormal()
588 static_assert((std::is_same<decltype(isnormal((long double)0)), bool>::value), ""); in test_isnormal()
589 static_assert((std::is_same<decltype(isnormal(Ambiguous())), Ambiguous>::value), ""); in test_isnormal()
590 assert(isnormal(-1.0) == true); in test_isnormal()
/external/libcxx/include/
Dmath.h456 #ifdef isnormal
463 return isnormal(__lcpp_x); in __libcpp_isnormal()
466 #undef isnormal
471 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
Dcmath147 bool isnormal(arithmetic x);
320 using ::isnormal;
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp59 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
584 #ifdef isnormal in test_isnormal()
585 #error isnormal defined in test_isnormal()
587 static_assert((std::is_same<decltype(std::isnormal((float)0)), bool>::value), ""); in test_isnormal()
588 static_assert((std::is_same<decltype(std::isnormal((double)0)), bool>::value), ""); in test_isnormal()
589 static_assert((std::is_same<decltype(std::isnormal(0)), bool>::value), ""); in test_isnormal()
590 static_assert((std::is_same<decltype(std::isnormal((long double)0)), bool>::value), ""); in test_isnormal()
591 static_assert((std::is_same<decltype(isnormal(Ambiguous())), Ambiguous>::value), ""); in test_isnormal()
592 assert(std::isnormal(-1.0) == true); in test_isnormal()
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_utils.cc304 if (!std::isnormal(factor)) { in Apply()
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_06_part3.c513 if (isnormal(calc_diff_tmp)) { in check_estimate()
543 if (isnormal(calc_diff_tmp)) { in check_estimate()
Dtest_isa_2_07_part2.c863 if (isnormal(calc_diff_tmp)) { in check_reciprocal_estimate()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part3.c513 if (isnormal(calc_diff_tmp)) { in check_estimate()
543 if (isnormal(calc_diff_tmp)) { in check_estimate()
Dtest_isa_2_07_part2.c863 if (isnormal(calc_diff_tmp)) { in check_reciprocal_estimate()
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h547 _SPIRV_OP(isnormal, IsNormal) in init()
/external/v8/src/compiler/
Dnode-matchers.h168 return this->HasValue() && std::isnormal(this->Value()); in IsNormal()
/external/valgrind/none/tests/arm64/
Dfp_and_simd.c70 if (isnormal(v->f32[0]) && isnormal(v->f32[1]) && isnormal(v->f32[2]) in randV128()
71 && isnormal(v->f32[3]) && isnormal(v->f64[0]) && isnormal(v->f64[1])) in randV128()

12