Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:normalizedValue
(Results
1 - 5
of
5
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H
A
D
XMLRecordWriter.java
172
private void internalString(String name, String
normalizedValue
) {
in internalString()
argument
173
if (
normalizedValue
!= null) {
in internalString()
175
writeString("<" + name + ">" +
normalizedValue
+ "</" + name + ">");
in internalString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H
A
D
XMLRecordWriter.java
176
private void internalString(String name, String
normalizedValue
) {
in internalString()
argument
177
if (
normalizedValue
!= null) {
in internalString()
179
writeString("<" + name + ">" +
normalizedValue
+ "</" + name + ">");
in internalString()
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fDefaultVertexAttributeTests.cpp
340
buf << " highp " << vectorType << "
normalizedValue
= " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ");\n";
in genVertexSource()
342
buf << " highp " << vectorType << "
normalizedValue
= " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n";
in genVertexSource()
345
buf << " highp " << vectorType << " positiveNormalizedValue = (
normalizedValue
+ " << vectorType << "(1.0)) / 2.0;\n";
in genVertexSource()
347
buf << " highp " << vectorType << " positiveNormalizedValue =
normalizedValue
;\n";
in genVertexSource()
403
const tcu::Vec4
normalizedValue
= value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
in computeColor()
local
404
const tcu::Vec4 positiveNormalizedValue = ((m_useNegativeValues) ? ((
normalizedValue
+ tcu::Vec4(1.0f)) / 2.0f) : (
normalizedValue
));
in computeColor()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fDefaultVertexAttributeTests.cpp
417
buf << " highp " << vectorType << "
normalizedValue
= " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ");\n";
in genVertexSource()
419
buf << " highp " << vectorType << "
normalizedValue
= " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n";
in genVertexSource()
422
buf << " highp " << vectorType << " positiveNormalizedValue = (
normalizedValue
+ " << vectorType << "(1.0)) / 2.0;\n";
in genVertexSource()
424
buf << " highp " << vectorType << " positiveNormalizedValue =
normalizedValue
;\n";
in genVertexSource()
480
const tcu::Vec4
normalizedValue
= value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
in computeColor()
local
481
const tcu::Vec4 positiveNormalizedValue = ((m_useNegativeValues) ? ((
normalizedValue
+ tcu::Vec4(1.0f)) / 2.0f) : (
normalizedValue
));
in computeColor()
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 5 milliseconds