Home
last modified time | relevance | path

Searched refs:unnormalized (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrHFP.td142 // Addition (unnormalized).
162 // Subtraction (unnormalized).
204 // Multiplication (unnormalized).
212 // Fused multiply-add (unnormalized).
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StatelessMultinomial.pbtxt7 represents the unnormalized log probabilities for all classes.
Dapi_def_Multinomial.pbtxt7 represents the unnormalized log probabilities for all classes.
/external/icu/icu4c/source/common/
Dunormcmp.cpp550 UnicodeString unnormalized=str.tempSubString(spanQCYes); in _normalize() local
552 n2->normalizeSecondAndAppend(normalized, unnormalized, *pErrorCode); in _normalize()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.h100 unsigned unnormalized:1; member
Dsvga_shader.c247 key->tex[i].unnormalized = TRUE; in svga_init_shader_key_common()
Dsvga_state_constants.c81 if (variant->key.tex[i].unnormalized) { in svga_get_extra_constants_common()
Dsvga_tgsi_insn.c1647 if (emit->key.tex[sampler.base.num].unnormalized || in emit_tex2()
1679 if (emit->key.tex[sampler.base.num].unnormalized) { in emit_tex2()
Dsvga_tgsi_vgpu10.c2899 if (emit->key.tex[i].unnormalized) { in emit_constant_declaration()
4741 if (emit->key.tex[unit].unnormalized) { in setup_texcoord()
/external/mesa3d/src/gallium/docs/source/
Dresources.rst107 - Must use unnormalized coordinates
/external/v8/src/builtins/
Dbuiltins-intl.cc112 icu::UnicodeString unnormalized = in BUILTIN() local
117 normalizer->normalizeSecondAndAppend(result, unnormalized, status); in BUILTIN()
/external/skqp/src/gpu/effects/
DGrCircleBlurFragmentProcessor.fp36 // Computes an unnormalized half kernel (right side). Returns the summation of all the half
/external/skia/src/gpu/effects/
DGrCircleBlurFragmentProcessor.fp36 // Computes an unnormalized half kernel (right side). Returns the summation of all the half
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst111 Avoid a crash when a delegated generator raises an unnormalized
/external/python/cpython2/Doc/c-api/
Dexceptions.rst94 can be "unnormalized", meaning that ``*exc`` is a class object but ``*val`` is
/external/python/cpython3/Doc/c-api/
Dexceptions.rst439 can be "unnormalized", meaning that ``*exc`` is a class object but ``*val`` is
/external/python/cpython3/Misc/
DHISTORY223 unnormalized StopIteration exception. Patch by Stefan Behnel.