Searched refs:infinities (Results 1 – 25 of 44) sorted by relevance
12
/external/python/cpython2/Lib/test/ |
D | formatfloat_testcases.txt | 84 -- nans and infinities 213 -- nans and infinities 333 -- nans and infinities
|
/external/tensorflow/tensorflow/python/debug/ |
D | README.md | 36 of infinities and [NaNs](https://en.wikipedia.org/wiki/NaN) easier
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.def | 18 // 1) non-special values and infinities are required to commute.
|
/external/skqp/src/gpu/effects/ |
D | GrRectBlurEffect.fp | 27 // that, the shader math will end up with infinities and result in the blur effect not working
|
/external/skia/src/gpu/effects/ |
D | GrRectBlurEffect.fp | 28 // that, the shader math will end up with infinities and result in the blur effect not working
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.builtin_functions.precision.txt | 39 infinities hasn't been otherwise specified, C99 Appendix F is used as a
|
/external/skia/docs/ |
D | SkRect_Reference.bmh | 23 May contain any value, including infinities and NaN. The smaller of the 29 May contain any value, including infinities and NaN. The smaller of the 35 May contain any value, including infinities and NaN. The larger of the 41 May contain any value, including infinities and NaN. The larger of the
|
D | SkPoint_Reference.bmh | 16 infinities and NaN. 22 infinities and NaN.
|
D | spelling.txt | 108 indicating indices indistinguishable individual individually inefficient infinite infinities
|
/external/skqp/docs/ |
D | SkRect_Reference.bmh | 23 May contain any value, including infinities and NaN. The smaller of the 29 May contain any value, including infinities and NaN. The smaller of the 35 May contain any value, including infinities and NaN. The larger of the 41 May contain any value, including infinities and NaN. The larger of the
|
D | SkPoint_Reference.bmh | 16 infinities and NaN. 22 infinities and NaN.
|
D | spelling.txt | 108 indicating indices indistinguishable individual individually inefficient infinite infinities
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 148 // v_fract is buggy on SI/CI. It mishandles infinities, may return 1.0
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a2.rst | 50 Fix handling of IEEE specials (infinities, nans, negative zero) in **
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | syntax.md | 111 Therefore, we represent the infinities and some NaNs as follows:
|
/external/deqp-deps/SPIRV-Tools/ |
D | syntax.md | 111 Therefore, we represent the infinities and some NaNs as follows:
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | log10.decTest | 87 -- infinities
|
D | ln.decTest | 78 -- infinities
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | log10.decTest | 87 -- infinities
|
D | ln.decTest | 78 -- infinities
|
/external/skia/site/user/api/ |
D | SkPoint_Reference.md | 67 infinities and NaN. 75 infinities and NaN. 865 true for values other than infinities and NaN
|
D | SkRect_Reference.md | 109 May contain any value, including infinities and NaN. The smaller of the 117 May contain any value, including infinities and NaN. The smaller of the 125 May contain any value, including infinities and NaN. The larger of the 133 May contain any value, including infinities and NaN. The larger of the
|
/external/skqp/site/user/api/ |
D | SkPoint_Reference.md | 67 infinities and NaN. 75 infinities and NaN. 865 true for values other than infinities and NaN
|
D | SkRect_Reference.md | 109 May contain any value, including infinities and NaN. The smaller of the 117 May contain any value, including infinities and NaN. The smaller of the 125 May contain any value, including infinities and NaN. The larger of the 133 May contain any value, including infinities and NaN. The larger of the
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 4594 vector<float> infinities; in createOpQuantizeToF16Group() local 4597 infinities.reserve(numElements); in createOpQuantizeToF16Group() 4605 infinities.push_back(std::numeric_limits<float>::infinity()); in createOpQuantizeToF16Group() 4609 infinities.push_back(-std::numeric_limits<float>::infinity()); in createOpQuantizeToF16Group() 4613 infinities.push_back(std::ldexp(1.0f, 16)); in createOpQuantizeToF16Group() 4617 infinities.push_back(std::ldexp(-1.0f, 32)); in createOpQuantizeToF16Group() 4624 spec.inputs.push_back(BufferSp(new Float32Buffer(infinities))); in createOpQuantizeToF16Group()
|
12