Home
last modified time | relevance | path

Searched refs:_float (Results 1 – 25 of 28) sorted by relevance

12

/external/flatbuffers/docs/source/
DGrammar.md66 dec\_float\_constant = `[-+]?(([.][:digit:]+)|([:digit:]+[.][:digit:]*)|([:digit:]+))([eE][-+]?[:di…
68 hex\_float\_constant = `[-+]?0[xX](([.][:xdigit:]+)|([:xdigit:]+[.][:xdigit:]*)|([:xdigit:]+))([pP]…
70 special\_float\_constant = `[-+]?(nan|inf|infinity)`
72 float\_constant = decimal\_float\_constant | hexadecimal\_float\_constant | special\_float\_constant
/external/mesa3d/src/util/
Dxmlconfig.c232 v->_float = strToF(string, &tail); in parseValue()
302 return (info->range.start._float == info->range.end._float || in checkValue()
303 (v->_float >= info->range.start._float && in checkValue()
304 v->_float <= info->range.end._float)); in checkValue()
363 optval->_float = opt->value._float; in driParseOptionInfo()
465 ralloc_asprintf_append(&str, "%f", opt->value._float); in driGetOptionsXml()
490 if (opt->info.range.start._float < opt->info.range.end._float) { in driGetOptionsXml()
492 opt->info.range.start._float, in driGetOptionsXml()
493 opt->info.range.end._float); in driGetOptionsXml()
654 info->range.start._float >= info->range.end._float) { in parseRange()
[all …]
Dxmlconfig.h53 float _float; /**< \brief Floating-point */ member
189 cache->values[i]._float); in driComputeOptionsSha1()
Ddriconf.h63 .start = { ._float = min }, \
64 .end = { ._float = max }, \
98 .value = { ._float = def }, \
/external/angle/doc/
DExtensionSupport.md23 * GL\_OES\_texture\_half\_float (fn1)
24 * GL\_OES\_texture\_half\_float\_linear (fn1)
25 * GL\_OES\_texture\_float (fn1)
26 * GL\_OES\_texture\_float\_linear (fn1)
/external/arm-neon-tests/
Dref_vget_lane.c55 var_int##W##_float##W.var_float##W = VAR(var, T1, W); \ in exec_vget_lane()
56 …fprintf(ref_file, "%s: %" PRIx##W "\n", "vget"STR(Q)"_lane_"STR(T2##W), var_int##W##_float##W.var_… in exec_vget_lane()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-narrowing-conversions.cpp19 float operator"" _float(unsigned long long);
31 i = 15_float; in narrow_fp_to_int_not_ok()
Dbugprone-reserved-identifier.cpp146 void _float() {} in _float() function
/external/python/cpython2/Lib/
Dstringold.py191 _float = float variable
204 return _float(s)
Dstring.py379 _float = float variable
390 return _float(s)
/external/webrtc/api/audio_codecs/isac/
DBUILD.gn15 # The targets with _fix and _float suffixes unconditionally use the
/external/deqp/android/cts/master/src/
Dgles3-test-issues.txt94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp
95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/
Dgles3-test-issues.txt94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp
95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles3-test-issues.txt94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp
95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/
Dgles3-test-issues.txt94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp
95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/src/
Dgles3-test-issues.txt94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp
95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles3-test-issues.txt94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp
95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp620 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
626 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
632 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
638 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
644 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
834 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(c.in[0].z(),…
840 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(c.in[0].z(),…
950 …#define FLOAT_GENTYPE_FUNCS(FUNC_NAME) eval_##FUNC_NAME##_float, eval_##FUNC_NAME##_vec2, eval_##F… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp830 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
836 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
842 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
848 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
854 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
1126 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(c.in[0].z(),…
1132 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(c.in[0].z(),…
1263 …#define FLOAT_GENTYPE_FUNCS(FUNC_NAME) eval_##FUNC_NAME##_float, eval_##FUNC_NAME##_vec2, eval_##F… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp901 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
907 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
913 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
919 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
925 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
1257 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(c.in[0].z(),…
1263 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(c.in[0].z(),…
1360 …#define FLOAT_GENTYPE_FUNCS(FUNC_NAME) eval_##FUNC_NAME##_float, eval_##FUNC_NAME##_vec2, eval_##F… in init()
/external/lmfit/man/
Dlmmin.pod177 lm_control_struct control = lm_control_double; /* or _float */
/external/deqp/external/vulkancts/data/vulkan/glsl/440/
Dlinkage.test1989 case as_float_vec3-2_float
2189 case as_float_float-2_vec2-2_float
2242 case as_float-2_float-2_float-2_float-2_float-2
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp156 const Type Type::_float = Type::GetType(Type::Float, 1, 1); member in gl4cts::EnhancedLayouts::Utils::Type
5466 type = Utils::Type::_float; in getType()
10595 …e->Member("scalar", "", 0 /* expected_component */, 0 /* expected_location */, Utils::Type::_float, in test()
10596 false /* normalized */, 0 /* n_array_elements */, Utils::Type::_float.GetSize(), in test()
12359 …e->Member("scalar", "", 0 /* expected_component */, 0 /* expected_location */, Utils::Type::_float, in test()
12360 false /* normalized */, 0 /* n_array_elements */, Utils::Type::_float.GetSize(), in test()
14915 name.append(Utils::Type::_float.GetGLSLTypeName()); in test()
15271 const GLuint component_size = Utils::Type::_float.GetSize(); in test()
Dgl4cEnhancedLayoutsTests.hpp111 static const Type _float; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1601 ._float = !vk_format_is_int(attr->format)), in tu6_emit_vertex_input()

12