Searched refs:unnormalized (Results 1 – 17 of 17) sorted by relevance
142 // Addition (unnormalized).162 // Subtraction (unnormalized).204 // Multiplication (unnormalized).212 // Fused multiply-add (unnormalized).
7 represents the unnormalized log probabilities for all classes.
550 UnicodeString unnormalized=str.tempSubString(spanQCYes); in _normalize() local552 n2->normalizeSecondAndAppend(normalized, unnormalized, *pErrorCode); in _normalize()
100 unsigned unnormalized:1; member
247 key->tex[i].unnormalized = TRUE; in svga_init_shader_key_common()
81 if (variant->key.tex[i].unnormalized) { in svga_get_extra_constants_common()
1647 if (emit->key.tex[sampler.base.num].unnormalized || in emit_tex2()1679 if (emit->key.tex[sampler.base.num].unnormalized) { in emit_tex2()
2899 if (emit->key.tex[i].unnormalized) { in emit_constant_declaration()4741 if (emit->key.tex[unit].unnormalized) { in setup_texcoord()
107 - Must use unnormalized coordinates
112 icu::UnicodeString unnormalized = in BUILTIN() local117 normalizer->normalizeSecondAndAppend(result, unnormalized, status); in BUILTIN()
36 // Computes an unnormalized half kernel (right side). Returns the summation of all the half
111 Avoid a crash when a delegated generator raises an unnormalized
94 can be "unnormalized", meaning that ``*exc`` is a class object but ``*val`` is
439 can be "unnormalized", meaning that ``*exc`` is a class object but ``*val`` is
223 unnormalized StopIteration exception. Patch by Stefan Behnel.