Home
last modified time | relevance | path

Searched refs:infinities (Results 1 – 25 of 44) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dformatfloat_testcases.txt84 -- nans and infinities
213 -- nans and infinities
333 -- nans and infinities
/external/tensorflow/tensorflow/python/debug/
DREADME.md36 of infinities and [NaNs](https://en.wikipedia.org/wiki/NaN) easier
/external/swiftshader/third_party/subzero/src/
DIceInst.def18 // 1) non-special values and infinities are required to commute.
/external/skqp/src/gpu/effects/
DGrRectBlurEffect.fp27 // that, the shader math will end up with infinities and result in the blur effect not working
/external/skia/src/gpu/effects/
DGrRectBlurEffect.fp28 // that, the shader math will end up with infinities and result in the blur effect not working
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt39 infinities hasn't been otherwise specified, C99 Appendix F is used as a
/external/skia/docs/
DSkRect_Reference.bmh23 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
DSkPoint_Reference.bmh16 infinities and NaN.
22 infinities and NaN.
Dspelling.txt108 indicating indices indistinguishable individual individually inefficient infinite infinities
/external/skqp/docs/
DSkRect_Reference.bmh23 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
DSkPoint_Reference.bmh16 infinities and NaN.
22 infinities and NaN.
Dspelling.txt108 indicating indices indistinguishable individual individually inefficient infinite infinities
/external/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td148 // v_fract is buggy on SI/CI. It mishandles infinities, may return 1.0
/external/python/cpython2/Misc/NEWS.d/
D2.7a2.rst50 Fix handling of IEEE specials (infinities, nans, negative zero) in **
/external/swiftshader/third_party/SPIRV-Tools/
Dsyntax.md111 Therefore, we represent the infinities and some NaNs as follows:
/external/deqp-deps/SPIRV-Tools/
Dsyntax.md111 Therefore, we represent the infinities and some NaNs as follows:
/external/python/cpython2/Lib/test/decimaltestdata/
Dlog10.decTest87 -- infinities
Dln.decTest78 -- infinities
/external/python/cpython3/Lib/test/decimaltestdata/
Dlog10.decTest87 -- infinities
Dln.decTest78 -- infinities
/external/skia/site/user/api/
DSkPoint_Reference.md67 infinities and NaN.
75 infinities and NaN.
865 true for values other than infinities and NaN
DSkRect_Reference.md109 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/
DSkPoint_Reference.md67 infinities and NaN.
75 infinities and NaN.
865 true for values other than infinities and NaN
DSkRect_Reference.md109 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/
DvktSpvAsmInstructionTests.cpp4594 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