Searched refs:infinities (Results 1 – 25 of 41) 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/FP16/ |
D | README.md | 7 - Property converts infinities and NaNs
|
/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/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/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 148 // v_fract is buggy on SI/CI. It mishandles infinities, may return 1.0
|
/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/python/cpython2/Misc/NEWS.d/ |
D | 2.7a2.rst | 50 Fix handling of IEEE specials (infinities, nans, negative zero) in **
|
D | 2.7a1.rst | 613 (2) parsing of strings representing infinities and nans was locale aware; 2334 infinities and nans for comparisons with float. 3056 representing NaNs and infinities.
|
/external/swiftshader/third_party/SPIRV-Tools/docs/ |
D | syntax.md | 111 Therefore, we represent the infinities and some NaNs as follows:
|
/external/deqp-deps/SPIRV-Tools/docs/ |
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/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 200 …ANGOPT(NoHonorInfs , 1, 0, "Permit Floating Point optimization without regard to infinities")
|
/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/llvm-project/clang/docs/ |
D | UsersManual.rst | 1262 * ``-fno-honor-infinities`` 1350 .. _opt_fhonor-infinities: 1352 **-f[no-]honor-infinities** 1354 If both ``-fno-honor-infinities`` and ``-fno-honor-nans`` are used, 1361 If both ``-fno-honor-infinities`` and ``-fno-honor-nans`` are used, 1408 * ``-fno-honor-infinities``
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5683 vector<float> infinities; in createOpQuantizeToF16Group() local 5686 infinities.reserve(numElements); in createOpQuantizeToF16Group() 5694 infinities.push_back(std::numeric_limits<float>::infinity()); in createOpQuantizeToF16Group() 5698 infinities.push_back(-std::numeric_limits<float>::infinity()); in createOpQuantizeToF16Group() 5702 infinities.push_back(std::ldexp(1.0f, 16)); in createOpQuantizeToF16Group() 5706 infinities.push_back(std::ldexp(-1.0f, 32)); in createOpQuantizeToF16Group() 5713 spec.inputs.push_back(BufferSp(new Float32Buffer(infinities))); in createOpQuantizeToF16Group()
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 224 HelpText<"Allow optimization to assume there are no infinities.">;
|
/external/python/cpython3/Doc/library/ |
D | decimal.rst | 468 The conversion is exact. Raise OverflowError on infinities and ValueError 1739 The infinities are signed (affine) and can be used in arithmetic operations
|
12