OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalize
(Results
676 - 700
of
1394
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/deqp/execserver/
xsWin32TestProcess.cpp
671
string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).
normalize
().getPath();
/external/deqp/modules/gles31/stress/
es31sDrawTests.cpp
487
attribSpec.
normalize
= random.getBool();
/external/eigen/Eigen/src/Core/
MatrixBase.h
208
EIGEN_DEVICE_FUNC void
normalize
();
VectorwiseOp.h
607
* \sa MatrixBase::normalized(),
normalize
()
616
/**
Normalize
in-place each row or columns of the referenced matrix.
617
* \sa MatrixBase::
normalize
(), normalized()
619
EIGEN_DEVICE_FUNC void
normalize
() {
function in class:Eigen::VectorwiseOp
/external/eigen/demos/opengl/
quaternion_demo.cpp
302
currentFrame.orientation.coeffs().
normalize
();
/external/icu/icu4c/source/common/
usprep.cpp
607
2)
Normalize
-- Possibly
normalize
the result of step 1 using Unicode
695
//
normalize
703
fn2.
normalize
(s1, s2, *status);
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
SourceRoot.java
70
this.root = root.
normalize
();
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java
[
all
...]
/external/llvm/tools/lli/
lli.cpp
434
Mod->setTargetTriple(Triple::
normalize
(TargetTriple));
/external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
637
Triple TheTriple(Triple::
normalize
(TripleName));
/external/llvm/tools/opt/
opt.cpp
410
M->setTargetTriple(Triple::
normalize
(TargetTriple));
/external/python/cpython2/Lib/
tarfile.py
[
all
...]
/external/python/cpython3/Lib/
gettext.py
206
loc = locale.
normalize
(loc)
474
# now
normalize
and expand the languages
tarfile.py
[
all
...]
/external/python/cpython3/Lib/test/
test_locale.py
370
self.assertEqual(locale.
normalize
(localename), expected, msg=localename)
/external/skia/bench/
MathBench.cpp
475
accum += fVec[i].
normalize
();
/external/skqp/bench/
MathBench.cpp
475
accum += fVec[i].
normalize
();
/external/skqp/gm/
strokes.cpp
250
tangent.
normalize
();
/frameworks/base/core/java/android/widget/
DateTimeView.java
181
nowMillis = t.
normalize
(false);
/frameworks/native/libs/math/include/math/
TVecHelpers.h
438
friend inline constexpr VECTOR<T> PURE
normalize
(const VECTOR<T>& lv) {
/frameworks/native/services/sensorservice/
vec.h
224
V<TYPE, SIZE> PURE
normalize
(const V<TYPE, SIZE>& v) {
function in namespace:android
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java
762
long millis = time.
normalize
(true);
[
all
...]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
VrView.java
227
VectorUtil.
normalize
(mDownRightVector);
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java
152
public void
normalize
() {
method in class:NodeImpl
/packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java
150
t.
normalize
(false);
Completed in 1226 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>