/external/opencv/cv/include/ |
cv.hpp | 248 /* Box filter ("all 1's", optionally normalized) filter. */ 265 bool is_normalized() const { return normalized; } 275 bool normalized; member in class:CvBoxFilter 308 bool is_normalized() const { return normalized; } 314 bool normalized; member in class:CvLaplaceFilter
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
ScalarEvolutionExpander.cpp | [all...] |
/libcore/ojluni/src/main/java/sun/util/calendar/ |
CalendarSystem.java | 255 * <code>CalendarDate</code> must be normalized to get a correct 264 * be normalized to get a correct value. 272 * be normalized to get a correct value. 353 * given date is valid, <code>date</code> is marked as <em>normalized</em>. 370 * @return <code>true</code> if all fields have been normalized;
|
/external/harfbuzz_ng/src/ |
hb-font.cc | 1618 int *coords, /* 2.14 normalized */ 1648 int *normalized = coords_length ? (int *) calloc (coords_length, sizeof (int)) : nullptr; local 1671 int *normalized = coords_length ? (int *) calloc (coords_length, sizeof (int)) : nullptr; local [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameSplitter.java | 755 String normalized = lastToken.toUpperCase(); local 756 if (mSuffixesSet.contains(normalized)) { 765 normalized += "."; 769 while (normalized.length() <= mMaxSuffixLength) { 771 if (mSuffixesSet.contains(normalized)) { 788 normalized = tokens.mTokens[pos].toUpperCase() + "." + normalized; 840 final String normalized = word.toUpperCase(); local 842 return mLastNamePrefixesSet.contains(normalized) 843 || mLastNamePrefixesSet.contains(normalized + ".") [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateIntervalFormat.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateIntervalFormat.java | [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 390 * x must be sufficiently normalized and sufficiently larger than c, 391 * and the result is then sufficiently normalized. 394 * can be normalized without extra work to swap 'a' with c). The details of 395 * the normalization are that b must be small relative to the normalized 'a'. 396 * Normalization of (a, c) makes the normalized c tiny relative to the 397 * normalized a, so b remains small relative to 'a' in the result. However, 410 * be sufficiently normalized and sufficiently increasing.
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
math_private.h | 394 * x must be sufficiently normalized and sufficiently larger than c, 395 * and the result is then sufficiently normalized. 398 * can be normalized without extra work to swap 'a' with c). The details of 399 * the normalization are that b must be small relative to the normalized 'a'. 400 * Normalization of (a, c) makes the normalized c tiny relative to the 401 * normalized a, so b remains small relative to 'a' in the result. However, 414 * be sufficiently normalized and sufficiently increasing.
|
/external/mesa3d/src/amd/vulkan/ |
radv_formats.c | 119 if (desc->channel[first_non_void].normalized) 127 if (desc->channel[first_non_void].normalized) 272 desc->channel[0].normalized) 372 if (desc->channel[first_non_void].normalized) 379 if (desc->channel[first_non_void].normalized) 406 } else if (desc->channel[first_non_void].normalized) { 413 } else if (desc->channel[first_non_void].normalized) { [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format.c | 152 * Returns true if all non-void channels are normalized signed. 169 desc->channel[i].normalized; 187 desc->channel[i].normalized && 284 desc->channel[depth_channel].normalized) { 521 (src_desc->channel[swizzle].normalized != 522 dst_desc->channel[swizzle].normalized)) { 579 if (!format_desc->channel[chan].normalized ||
|
/external/tensorflow/tensorflow/c/ |
c_api_function.cc | 61 // Look up how a node name was previously normalized/uniquified. 69 // The normalized/uniquified names already used as 74 // Mapping from original node name from the graph to the normalized 229 const string normalized = node_names.Lookup(edge->src()->name()); local 232 if (normalized.empty()) { 238 node_def->add_input(strings::StrCat("^", normalized)); 266 // Keep track of names we used and how we normalized them.
|
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/phonelookup/ |
PhoneLookupDataSource.java | 72 * Keyed by normalized number (the primary key for PhoneLookupHistory). 80 * Normalized numbers (the primary key for PhoneLookupHistory) which should be deleted from 413 // DialerPhoneNumbers mapping to the same normalized number. 453 // We have the required information in normalizedNumberToInfoMap but it's keyed by normalized 537 // First convert the dialer phone numbers to normalized numbers; we need to combine entries 538 // because different DialerPhoneNumbers can map to the same normalized number. 553 // there are no remaining IDs left for a normalized number, the number can be deleted from
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_events.h | 393 float x; /**< Normalized in the range 0...1 */ 394 float y; /**< Normalized in the range 0...1 */ 395 float dx; /**< Normalized in the range 0...1 */ 396 float dy; /**< Normalized in the range 0...1 */ 397 float pressure; /**< Normalized in the range 0...1 */ 429 float x; /**< Normalized center of gesture */ 430 float y; /**< Normalized center of gesture */
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_events.h | 393 float x; /**< Normalized in the range 0...1 */ 394 float y; /**< Normalized in the range 0...1 */ 395 float dx; /**< Normalized in the range 0...1 */ 396 float dy; /**< Normalized in the range 0...1 */ 397 float pressure; /**< Normalized in the range 0...1 */ 429 float x; /**< Normalized center of gesture */ 430 float y; /**< Normalized center of gesture */
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_events.h | 393 float x; /**< Normalized in the range 0...1 */ 394 float y; /**< Normalized in the range 0...1 */ 395 float dx; /**< Normalized in the range 0...1 */ 396 float dy; /**< Normalized in the range 0...1 */ 397 float pressure; /**< Normalized in the range 0...1 */ 429 float x; /**< Normalized center of gesture */ 430 float y; /**< Normalized center of gesture */
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_events.h | 393 float x; /**< Normalized in the range 0...1 */ 394 float y; /**< Normalized in the range 0...1 */ 395 float dx; /**< Normalized in the range 0...1 */ 396 float dy; /**< Normalized in the range 0...1 */ 397 float pressure; /**< Normalized in the range 0...1 */ 429 float x; /**< Normalized center of gesture */ 430 float y; /**< Normalized center of gesture */
|
/external/swiftshader/src/Shader/ |
VertexRoutine.cpp | 151 bool isNativeFloatAttrib = (stream.attribType == VertexShader::ATTRIBTYPE_FLOAT) || stream.normalized; 210 if(stream.normalized) 238 if(stream.normalized) 281 if(stream.normalized) 309 if(stream.normalized) 337 if(stream.normalized) 365 if(stream.normalized) 568 if(stream.normalized) 590 if(stream.normalized)
|
/external/clang/include/clang/Sema/ |
TypoCorrection.h | 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight 116 unsigned getEditDistance(bool Normalized = true) const { 129 return Normalized ? NormalizeEditDistance(ED) : ED;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_type.h | 81 * normalized values, or fixed point. 105 * Whether values are normalized to fit [0, 1] interval, or [-1, 1] 190 type->norm = format_desc->channel[0].normalized;
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTQuaternionX.cpp | 111 Requires input quaternions to be normalized 190 Original quaternion is scaled down prior to be normalized in 282 Input quaternions must be normalized.
|
/external/tensorflow/tensorflow/contrib/gan/python/features/python/ |
virtual_batchnorm_test.py | 151 """Test that virtual batch normalized exampels are independent. 154 that the virtual batch normalized value of an example is independent of the 165 # Get the VBN object and the virtual batch normalized value for
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwb_math_op.h | 80 int32 * frac, /* (i/o) Q31: normalized value (1.0 < frac <= 0.5) */ 87 int32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */ 102 int32 L_x, /* (i) : input value (normalized) */
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceProcessor.java | 452 Log.i(TAG, "normalized t=" + t + " " + t.month [all...] |
/libcore/ojluni/src/test/java/time/tck/java/time/serial/ |
TCKZoneIdSerialization.java | 104 // getId, equals, hashCode, toString and normalized are OK 109 assertEquals(deser.normalized(), deser); 186 // regular factory and .normalized()
|