Home
last modified time | relevance | path

Searched refs:isDouble (Results 1 - 22 of 22) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpScanner.cpp261 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 Dnmfmtrt.cpp242 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 Dnmfmtrt.h51 isDouble(const Formattable& n) in isDouble() function in NumberFormatRoundTripTest
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp335 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 DvktShaderExecutor.cpp971 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 DvktShaderCommonFunctionTests.cpp335 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 DvktShaderExecutor.cpp971 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 Dplurrule.cpp391 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 Dplurrule.cpp395 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 Dplurrule.cpp398 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 Djson.h739 bool isDouble() const;
H A Djsoncpp.cpp3711 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 Djson.h689 bool isDouble() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h689 bool isDouble() const;
/third_party/skia/src/ports/skia_ohos/
H A DHmSymbolConfig_ohos.cpp771 if (root[i].isMember(FIX_ALPHA) && root[i][FIX_ALPHA].isDouble()) { in ParseRenderGroups()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h689 bool isDouble() const;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java1268 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 DAsmWriter.cpp1315 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 Djsoncpp.cpp3678 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 Djsoncpp.cpp3678 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 Djsoncpp.cpp3678 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 Dstylo.hpp[all...]

Completed in 95 milliseconds