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:isDouble
(Results
1 - 22
of
22
) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H
A
D
PpScanner.cpp
261
bool
isDouble
= false;
in lFloatConst()
local
276
isDouble
= true;
in lFloatConst()
280
isDouble
= true;
in lFloatConst()
362
if (
isDouble
)
in lFloatConst()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
nmfmtrt.cpp
242
if(
isDouble
(value))
in test()
262
if(
isDouble
(n))
in test()
311
if(
isDouble
(a))
in proportionalError()
316
if(
isDouble
(b))
in proportionalError()
H
A
D
nmfmtrt.h
51
isDouble
(const Formattable& n)
in isDouble()
function in NumberFormatRoundTripTest
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H
A
D
vktShaderCommonFunctionTests.cpp
335
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(baseType);
in getCommonFuncCaseName()
local
336
return string(glu::getDataTypeName(baseType)) + (
isDouble
? "" : getPrecisionPostfix(precision)) + "_compute";
in getCommonFuncCaseName()
347
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(scalarType);
in addFunctionCases()
local
348
const int lowestPrec = (
isDouble
? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP);
in addFunctionCases()
349
const int highestPrec = (
isDouble
? glu::PRECISION_LAST : glu::PRECISION_HIGHP);
in addFunctionCases()
645
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(type);
in infNanRandomFloats()
local
646
const deUint64 exponentBias = (
isDouble
? static_cast<deUint64>(tcu::Float64::EXPONENT_BIAS) : static_cast<deUint64>(tcu::Float32::EXPONENT_BIAS));
in infNanRandomFloats()
665
if (
isDouble
)
in infNanRandomFloats()
705
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(type);
in compare()
local
713
if (
isDouble
)
in compare()
787
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(type);
compare()
local
[all...]
H
A
D
vktShaderExecutor.cpp
971
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(m_shaderSpec.outputs[outNdx].varType.getBasicType());
in execute()
local
976
const VkFormat colorFormat = (
isDouble
? VK_FORMAT_R64G64B64A64_SFLOAT : (isFloat16b ? VK_FORMAT_R16G16B16A16_SFLOAT : (isFloat ? VK_FORMAT_R32G32B32A32_SFLOAT : (isSigned || isBool ? VK_FORMAT_R32G32B32A32_SINT : VK_FORMAT_R32G32B32A32_UINT))));
in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktShaderCommonFunctionTests.cpp
335
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(baseType);
in getCommonFuncCaseName()
local
336
return string(glu::getDataTypeName(baseType)) + (
isDouble
? "" : getPrecisionPostfix(precision)) + "_compute";
in getCommonFuncCaseName()
347
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(scalarType);
in addFunctionCases()
local
348
const int lowestPrec = (
isDouble
? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP);
in addFunctionCases()
349
const int highestPrec = (
isDouble
? glu::PRECISION_LAST : glu::PRECISION_HIGHP);
in addFunctionCases()
645
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(type);
in infNanRandomFloats()
local
646
const deUint64 exponentBias = (
isDouble
? static_cast<deUint64>(tcu::Float64::EXPONENT_BIAS) : static_cast<deUint64>(tcu::Float32::EXPONENT_BIAS));
in infNanRandomFloats()
665
if (
isDouble
)
in infNanRandomFloats()
701
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(type);
in compare()
local
709
if (
isDouble
)
in compare()
783
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(type);
compare()
local
[all...]
H
A
D
vktShaderExecutor.cpp
971
const bool
isDouble
= glu::isDataTypeDoubleOrDVec(m_shaderSpec.outputs[outNdx].varType.getBasicType());
in execute()
local
976
const VkFormat colorFormat = (
isDouble
? VK_FORMAT_R64G64B64A64_SFLOAT : (isFloat16b ? VK_FORMAT_R16G16B16A16_SFLOAT : (isFloat ? VK_FORMAT_R32G32B32A32_SFLOAT : (isSigned || isBool ? VK_FORMAT_R32G32B32A32_SINT : VK_FORMAT_R32G32B32A32_UINT))));
in execute()
/third_party/icu/icu4c/source/i18n/
H
A
D
plurrule.cpp
391
bool
isDouble
= destDbl != nullptr;
in getSamplesFromString()
local
409
if (
isDouble
) {
in getSamplesFromString()
445
if (
isDouble
) {
in getSamplesFromString()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
plurrule.cpp
395
bool
isDouble
= destDbl != nullptr;
in getSamplesFromString()
local
413
if (
isDouble
) {
in getSamplesFromString()
449
if (
isDouble
) {
in getSamplesFromString()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
plurrule.cpp
398
bool
isDouble
= destDbl != nullptr;
in getSamplesFromString()
local
416
if (
isDouble
) {
in getSamplesFromString()
449
if (
isDouble
) {
in getSamplesFromString()
/third_party/protobuf/conformance/third_party/jsoncpp/
H
A
D
json.h
739
bool
isDouble
() const;
H
A
D
jsoncpp.cpp
3711
bool Value::
isDouble
() const { return type_ == realValue || isIntegral(); }
in isDouble()
function in Json::Value
3713
bool Value::isNumeric() const { return isIntegral() ||
isDouble
(); }
in isNumeric()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H
A
D
json.h
689
bool
isDouble
() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H
A
D
json.h
689
bool
isDouble
() const;
/third_party/skia/src/ports/skia_ohos/
H
A
D
HmSymbolConfig_ohos.cpp
771
if (root[i].isMember(FIX_ALPHA) && root[i][FIX_ALPHA].
isDouble
()) {
in ParseRenderGroups()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H
A
D
json.h
689
bool
isDouble
() const;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
PluralRules.java
1268
boolean
isDouble
= doubleResult != null;
in addSamples()
1278
if (
isDouble
) {
in addSamples()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
AsmWriter.cpp
1315
bool
isDouble
= &APF.getSemantics() == &APFloat::IEEEdouble();
in WriteConstantInternal()
local
1319
double Val =
isDouble
? APF.convertToDouble() : APF.convertToFloat();
in WriteConstantInternal()
1344
if (!
isDouble
)
in WriteConstantInternal()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H
A
D
jsoncpp.cpp
3678
bool Value::
isDouble
() const { return type_ == realValue || isIntegral(); }
in isDouble()
function in Value
3680
bool Value::isNumeric() const { return isIntegral() ||
isDouble
(); }
in isNumeric()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H
A
D
jsoncpp.cpp
3678
bool Value::
isDouble
() const { return type_ == realValue || isIntegral(); }
in isDouble()
function in Value
3680
bool Value::isNumeric() const { return isIntegral() ||
isDouble
(); }
in isNumeric()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H
A
D
jsoncpp.cpp
3678
bool Value::
isDouble
() const { return type_ == realValue || isIntegral(); }
in isDouble()
function in Value
3680
bool Value::isNumeric() const { return isIntegral() ||
isDouble
(); }
in isNumeric()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 95 milliseconds