/external/python/cpython2/Lib/test/decimaltestdata/ |
D | extra.decTest | 1089 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/ |
D | v8crypto_t.c | 75 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()
|
D | v8crypto_a.c | 75 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()
|
D | v8fpsimd_t.c | 109 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()
|
D | v8fpsimd_a.c | 109 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.h | 117 __DEVICE__ bool isnormal(double); 118 __DEVICE__ bool isnormal(float); 224 using ::isnormal;
|
D | __clang_cuda_cmath.h | 109 __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
|
D | opencl-c.h | 11934 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/ |
D | qnx-math.h | 14 #undef isnormal
|
/external/llvm/test/CodeGen/SystemZ/ |
D | tdc-05.ll | 47 ; Test float isnormal, from clang. 73 ; Test isnormal, from clang.
|
/external/mesa3d/include/ |
D | c99_math.h | 200 using std::isnormal;
|
/external/skia/fuzz/ |
D | Fuzz.h | 89 if (!std::isnormal(*f) && *f != 0.0f) { in nextRange()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_constant_expression.cpp | 530 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/ |
D | math_h.pass.cpp | 58 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/ |
D | math.h | 456 #ifdef isnormal 463 return isnormal(__lcpp_x); in __libcpp_isnormal() 466 #undef isnormal 471 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
|
D | cmath | 147 bool isnormal(arithmetic x); 320 using ::isnormal;
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 59 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/ |
D | intelligibility_utils.cc | 304 if (!std::isnormal(factor)) { in Apply()
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 513 if (isnormal(calc_diff_tmp)) { in check_estimate() 543 if (isnormal(calc_diff_tmp)) { in check_estimate()
|
D | test_isa_2_07_part2.c | 863 if (isnormal(calc_diff_tmp)) { in check_reciprocal_estimate()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 513 if (isnormal(calc_diff_tmp)) { in check_estimate() 543 if (isnormal(calc_diff_tmp)) { in check_estimate()
|
D | test_isa_2_07_part2.c | 863 if (isnormal(calc_diff_tmp)) { in check_reciprocal_estimate()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 547 _SPIRV_OP(isnormal, IsNormal) in init()
|
/external/v8/src/compiler/ |
D | node-matchers.h | 168 return this->HasValue() && std::isnormal(this->Value()); in IsNormal()
|
/external/valgrind/none/tests/arm64/ |
D | fp_and_simd.c | 70 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()
|