/third_party/lame/libmp3lame/vector/ |
D | xmm_quantize_sub.c | 41 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/ |
D | parser15.4.4.14-9-2.types | 27 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
|
D | parser15.4.4.14-9-2.symbols | 23 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)
|
D | parser15.4.4.14-9-2.js | 16 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));
|
D | parser15.4.4.14-9-2.errors.txt | 24 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/ |
D | xmlconfig.c | 236 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 …]
|
D | xmlconfig.h | 59 float _float; /**< \brief Floating-point */ member 200 cache->values[i]._float); in driComputeOptionsSha1()
|
D | driconf.h | 63 .start = { ._float = min }, \ 64 .end = { ._float = max }, \ 98 .value = { ._float = def }, \
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parser15.4.4.14-9-2.ts | 15 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/ |
D | rematrix.asm | 31 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/ |
D | mpegaudiodec_float.c | 37 #define RENAME(a) a ## _float
|
/third_party/ffmpeg/libswresample/ |
D | dither_template.c | 25 # define RENAME(N) N ## _float
|
D | rematrix_template.c | 26 # define RENAME(x) x ## _float
|
D | resample_template.c | 40 # define RENAME(N) N ## _float
|
/third_party/vk-gl-cts/android/cts/master/src/ |
D | gles3-test-issues.txt | 94 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/ |
D | gles3-test-issues.txt | 94 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/ |
D | gles3-test-issues.txt | 94 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/ |
D | gles3-test-issues.txt | 94 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/ |
D | gles3-test-issues.txt | 94 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/ |
D | gles3-test-issues.txt | 94 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/ |
D | gles3-test-issues.txt | 94 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/ |
D | gles3-test-issues.txt | 94 dEQP-GLES3.functional.shaders.derivate.dfdx.*_float.*_highp 95 dEQP-GLES3.functional.shaders.derivate.dfdy.*_float.*_highp
|
/third_party/ffmpeg/libavutil/x86/ |
D | tx_float.asm | 44 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/ |
D | es2fShaderOperatorTests.cpp | 620 …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/ |
D | tx_priv.h | 28 #define TX_TAB(x) x ## _float
|