HomeSort by relevance Sort by last modified time
    Searched defs:normalize (Results 226 - 250 of 801) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/glshared/
glsDrawTest.hpp 194 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
204 bool normalize; member in struct:deqp::gls::DrawTestSpec::AttributeSpec
glsVertexArrayTests.hpp 457 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool normalize, GLValue min, GLValue max);
466 bool normalize; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ArabicShaping.java 1564 private int normalize(char[] dest, int start, int length) { method in class:ArabicShaping
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 214 inline static double normalize(double value, double range) { function
219 * Normalize an angle so that it's in the range 0 - 2pi.
224 return normalize(angle, CalendarAstronomer::PI * 2.0);
228 * Normalize an angle into the range -PI - PI
231 return normalize(angle + CalendarAstronomer::PI, CalendarAstronomer::PI * 2.0) - CalendarAstronomer::PI;
385 double UT = normalize(fTime/(double)HOUR_MS, 24.);
387 siderealTime = normalize(getSiderealOffset() + UT*1.002737909, 24.);
397 siderealT0 = normalize(6.697374558 + 2400.051336*T + 0.000025862*T*T, 24);
408 return normalize(getGreenwichSidereal() + (fGmtOffset/(double)HOUR_MS), 24.);
422 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ArabicShaping.java 1612 private int normalize(char[] dest, int start, int length) { method in class:ArabicShaping
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 516 double normalize = 0; local
518 normalize += vec[kk]*vec[kk];
519 normalize = 1./(sqrt(normalize) + DBL_EPSILON);
521 vec[kk] = (float)(vec[kk]*normalize);
540 double normalize = 0; local
542 normalize += vec[kk]*vec[kk];
543 normalize = 1./(sqrt(normalize) + DBL_EPSILON);
545 vec[kk] = (float)(vec[kk]*normalize);
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 213 * current value of this calendar is March 32, normalize() will convert it
229 public long normalize(boolean ignoreDst) { method in class:Time
239 * normalize() in some cases.
392 * fields, call {@link #normalize(boolean)} after parsing.
401 * long millis = time.normalize(false);
665 normalize(false);
700 * to normalize the fields in this Time object and also get the milliseconds
701 * then use {@link #normalize(boolean)}.
725 * time.normalize(false); // this sets isDst = 1
800 * Call {@link #normalize(boolean)} if you need those
    [all...]
  /hardware/google/av/codec2/include/
C2Buffer.h 325 inline constexpr C2Segment normalize() const { function in struct:C2Segment
1430 inline constexpr C2Rect normalize() const { function in struct:C2Rect
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 152 public void normalize() { method in class:NodeImpl
  /libcore/ojluni/src/main/java/java/util/
Date.java 245 // month is 0-based. So we have to normalize month to support Long.MAX_VALUE.
320 // month is 0-based. So we have to normalize month to support Long.MAX_VALUE.
336 d.normalize(udate);
672 return normalize().getYear() - 1900;
708 return normalize().getMonth() - 1; // adjust 1-based to 0-based
911 normalize(); method
1196 normalize(); method
1211 private final BaseCalendar.Date normalize() { method in class:Date
1237 private final BaseCalendar.Date normalize(BaseCalendar.Date date) { method in class:Date
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 153 public static float[] normalize(float[] a) { method in class:GeometryMathUtils
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 211 // Because we "normalize" names when putting into the index, if we only put
232 * Normalize a name and add to {@link #mSbName}
238 mSbName.append(NameNormalizer.normalize(name));
481 final String normalizedToken = NameNormalizer.normalize(token);
501 builder.append(NameNormalizer.normalize(token));
515 final String normalizedToken = NameNormalizer.normalize(token);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 177 def normalize(self): member in class:Node
201 child.normalize()
898 def normalize(self): member in class:Childless
899 # For childless nodes, normalize() has nothing to do.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 2369 def normalize(self, context=None): member in class:Decimal
4846 def normalize(self, a): member in class:Context
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 176 def normalize(self): member in class:Node
200 child.normalize()
894 def normalize(self): member in class:Childless
895 # For childless nodes, normalize() has nothing to do.
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 182 UColAttributeValue normalize = UCOL_OFF; local
186 normalize = UCOL_ON;
261 ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
922 //ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
248 /// normalize - Turn an arbitrary machine specification into the canonical
252 static std::string normalize(StringRef Str);
255 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 60 unsigned normalize:1; member in struct:state_key
217 if (ctx->Transform.Normalize)
218 key->normalize = 1;
779 !p->state->normalize &&
800 /* Normalize/Rescale:
802 if (p->state->normalize) {
1129 /* Normalize VPpli. The dist value also used in
    [all...]
  /external/python/cpython2/Lib/
decimal.py 2395 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 177 def normalize(self): member in class:Node
201 child.normalize()
898 def normalize(self): member in class:Childless
899 # For childless nodes, normalize() has nothing to do.
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 2548 def normalize(self, context=None): member in class:Decimal
5087 def normalize(self, a): member in class:Context
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py 178 def normalize(self): member in class:Node
202 child.normalize()
956 def normalize(self): member in class:Childless
957 # For childless nodes, normalize() has nothing to do.
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 634 mDelta.normalize();
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
256 /// normalize - Turn an arbitrary machine specification into the canonical
260 static std::string normalize(StringRef Str);
263 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /frameworks/rs/driver/runtime/
rs_cl.c 1139 extern float __attribute__((overloadable)) normalize(float v) { function
1148 extern float2 __attribute__((overloadable)) normalize(float2 v) { function
1152 extern float3 __attribute__((overloadable)) normalize(float3 v) { function
1156 extern float4 __attribute__((overloadable)) normalize(float4 v) { function
2111 HN_FUNC_HN(normalize); variable
    [all...]

Completed in 699 milliseconds

1 2 3 4 5 6 7 8 91011>>