Home
last modified time | relevance | path

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

12

/third_party/lame/libmp3lame/vector/
Dxmm_quantize_sub.c41 float _float[4]; member
73 const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]); in init_xrpow_core_sse()
94 case 3: vec_tmp._float[2] = cod_info->xr[upper4+2]; in init_xrpow_core_sse()
95 case 2: vec_tmp._float[1] = cod_info->xr[upper4+1]; in init_xrpow_core_sse()
96 case 1: vec_tmp._float[0] = cod_info->xr[upper4+0]; in init_xrpow_core_sse()
102 case 3: xrpow[upper4+2] = vec_tmp._float[2]; in init_xrpow_core_sse()
103 case 2: xrpow[upper4+1] = vec_tmp._float[1]; in init_xrpow_core_sse()
104 case 1: xrpow[upper4+0] = vec_tmp._float[0]; in init_xrpow_core_sse()
111 tmp_sum = vec_sum._float[0] + vec_sum._float[1] + vec_sum._float[2] + vec_sum._float[3]; in init_xrpow_core_sse()
113 float ma = vec_xrpow_max._float[0] > vec_xrpow_max._float[1] in init_xrpow_core_sse()
[all …]
/third_party/typescript/tests/baselines/reference/
Dparser15.4.4.14-9-2.types27 var _float = -(4/3);
28 >_float : number
35 …(false,undefined,null,"0",obj,-1.3333333333333, "str",-0,true,+0, one, 1,0, false, _float, -(4/3));
37 >new Array(false,undefined,null,"0",obj,-1.3333333333333, "str",-0,true,+0, one, 1,0, false, _float
56 >_float : number
63 if (a.indexOf(-(4/3)) === 14 && // a[14]=_float===-(4/3)
64 >a.indexOf(-(4/3)) === 14 && // a[14]=_float===-(4/3) a.indexOf(0) === 7 && //…
65 >a.indexOf(-(4/3)) === 14 && // a[14]=_float===-(4/3) a.indexOf(0) === 7 && //…
66 >a.indexOf(-(4/3)) === 14 && // a[14]=_float===-(4/3) a.indexOf(0) === 7 : boolean
Dparser15.4.4.14-9-2.symbols23 var _float = -(4/3);
24 >_float : Symbol(_float, Decl(parser15.4.4.14-9-2.ts, 14, 5))
26 …(false,undefined,null,"0",obj,-1.3333333333333, "str",-0,true,+0, one, 1,0, false, _float, -(4/3));
32 >_float : Symbol(_float, Decl(parser15.4.4.14-9-2.ts, 14, 5))
34 if (a.indexOf(-(4/3)) === 14 && // a[14]=_float===-(4/3)
Dparser15.4.4.14-9-2.js16 var _float = -(4/3);
17 …(false,undefined,null,"0",obj,-1.3333333333333, "str",-0,true,+0, one, 1,0, false, _float, -(4/3));
42 var _float = -(4 / 3);
43 …efined, null, "0", obj, -1.3333333333333, "str", -0, true, +0, one, 1, 0, false, _float, -(4 / 3));
Dparser15.4.4.14-9-2.errors.txt24 var _float = -(4/3);
25 …(false,undefined,null,"0",obj,-1.3333333333333, "str",-0,true,+0, one, 1,0, false, _float, -(4/3));
28 if (a.indexOf(-(4/3)) === 14 && // a[14]=_float===-(4/3)
/third_party/mesa3d/src/util/
Dxmlconfig.c236 v->_float = strToF(string, &tail); in parseValue()
306 return (info->range.start._float == info->range.end._float || in checkValue()
307 (v->_float >= info->range.start._float && in checkValue()
308 v->_float <= info->range.end._float)); in checkValue()
367 optval->_float = opt->value._float; in driParseOptionInfo()
469 ralloc_asprintf_append(&str, "%f", opt->value._float); in driGetOptionsXml()
494 if (opt->info.range.start._float < opt->info.range.end._float) { in driGetOptionsXml()
496 opt->info.range.start._float, in driGetOptionsXml()
497 opt->info.range.end._float); in driGetOptionsXml()
638 info->range.start._float >= info->range.end._float) { in parseRange()
[all …]
Dxmlconfig.h59 float _float; /**< \brief Floating-point */ member
200 cache->values[i]._float); in driComputeOptionsSha1()
Ddriconf.h63 .start = { ._float = min }, \
64 .end = { ._float = max }, \
98 .value = { ._float = def }, \
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
Dparser15.4.4.14-9-2.ts15 var _float = -(4/3);
16 …(false,undefined,null,"0",obj,-1.3333333333333, "str",-0,true,+0, one, 1,0, false, _float, -(4/3));
/third_party/ffmpeg/libswresample/x86/
Drematrix.asm31 cglobal mix_2_1_%1_float, 7, 7, 6, out, in1, in2, coeffp, index1, index2, len
75 cglobal mix_1_1_%1_float, 5, 5, 3, out, in, coeffp, index, len
/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_float.c37 #define RENAME(a) a ## _float
/third_party/ffmpeg/libswresample/
Ddither_template.c25 # define RENAME(N) N ## _float
Drematrix_template.c26 # define RENAME(x) x ## _float
Dresample_template.c40 # define RENAME(N) N ## _float
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/android/cts/main/src/
Dgles3-test-issues.txt94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp
95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/main/src/
Dgles3-test-issues.txt94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp
95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
/third_party/vk-gl-cts/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
/third_party/ffmpeg/libavutil/x86/
Dtx_float.asm44 cextern tab_ %+ i %+ _float ; ff_tab_i_float...
686 cglobal fft4_ %+ %1 %+ _float, 4, 4, 3, ctx, out, in, stride
903 lea rtabq, [tab_ %+ %1 %+ _float]
904 lea itabq, [tab_ %+ %1 %+ _float + %1 - 4*7]
/third_party/vk-gl-cts/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…
/third_party/ffmpeg/libavutil/
Dtx_priv.h28 #define TX_TAB(x) x ## _float

12