Home
last modified time | relevance | path

Searched refs:fval (Results 1 – 25 of 45) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dd3des.c371 register unsigned long fval, work, right, leftt; in desfunc() local
397 fval = SP7[work & 0x3fL]; in desfunc()
398 fval |= SP5[(work >> 8) & 0x3fL]; in desfunc()
399 fval |= SP3[(work >> 16) & 0x3fL]; in desfunc()
400 fval |= SP1[(work >> 24) & 0x3fL]; in desfunc()
402 fval |= SP8[work & 0x3fL]; in desfunc()
403 fval |= SP6[(work >> 8) & 0x3fL]; in desfunc()
404 fval |= SP4[(work >> 16) & 0x3fL]; in desfunc()
405 fval |= SP2[(work >> 24) & 0x3fL]; in desfunc()
406 leftt ^= fval; in desfunc()
[all …]
/third_party/libsnd/cmake/
DClipMode.cmake34 { double fval ;
37 fval = 1.0 * 0x7FFFFFFF ;
39 { ival = (lrint (fval)) >> 24 ;
43 fval *= 1.2499999 ;
59 { double fval ;
62 fval = -8.0 * 0x10000000 ;
64 { ival = (lrint (fval)) >> 24 ;
68 fval *= 1.2499999 ;
/third_party/glslang/Test/baseResults/
Dhlsl.logical.unary.frag.out11 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
17 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
22 0:16 fval: direct index for structure ( uniform float)
23 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
29 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
36 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
43 0:20 fval: direct index for structure ( uniform float)
44 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
53 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
61 0:22 fval: direct index for structure ( uniform float)
[all …]
Dhlsl.promote.binary.frag.out11 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
14 0:15 fval: direct index for structure ( uniform float)
15 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
21 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
25 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
31 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
34 0:18 fval: direct index for structure ( uniform float)
35 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
41 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
45 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
[all …]
Dhlsl.logical.binary.frag.out13 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
17 0:13 fval: direct index for structure ( uniform float)
18 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
27 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
31 0:14 fval: direct index for structure ( uniform float)
32 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
59 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
77 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
81 0:13 fval: direct index for structure ( uniform float)
82 …niform int ival, uniform 4-component vector of int ival4, uniform float fval, uniform 4-compone…
[all …]
/third_party/libsnd/m4/
Dclip_mode.m441 { double fval ;
44 fval = 1.0 * 0x7FFFFFFF ;
46 { ival = (lrint (fval)) >> 24 ;
50 fval *= 1.2499999 ;
69 { double fval ;
72 fval = -8.0 * 0x10000000 ;
74 { ival = (lrint (fval)) >> 24 ;
78 fval *= 1.2499999 ;
/third_party/glslang/Test/
Dhlsl.promote.binary.frag10 uniform float fval;
15 ival % fval;
18 bval % fval;
22 l_int %= fval;
Dhlsl.logical.unary.frag8 uniform float fval;
16 !fval; // scalar float
20 if (fval);
22 if (!fval);
Dhlsl.logical.binary.frag8 uniform float fval;
13 if (ival && fval);
14 if (ival || fval);
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_config_param.h71 struct FloatVal fval; member
88 #define FVAL(p) ((p).param.fval.value)
92 #define FMIN(p) ((p).param.fval.min)
93 #define FMAX(p) ((p).param.fval.max)
94 #define FSTEP(p) ((p).param.fval.step)
Dconvolve_fx.c106 data->light.param.fval.max = 300.0f; in convolve_init()
107 data->light.param.fval.step = 1.0f; in convolve_init()
108 data->light.param.fval.value = 100.0f; in convolve_init()
111 data->factor_adj_p.param.fval.max = 200.0f; in convolve_init()
112 data->factor_adj_p.param.fval.step = 1.0f; in convolve_init()
113 data->factor_adj_p.param.fval.value = 70.0f; in convolve_init()
Dgoomsl_yacc.y956 HashValue *fval; in new_call() local
957 fval = goom_hash_get(currentGoomSL->functions, name); in new_call()
958 if (!fval) { in new_call()
960 fval = goom_hash_get(currentGoomSL->functions, name); in new_call()
962 if (!fval) { in new_call()
971 ExternalFunctionStruct *gef = (ExternalFunctionStruct*)fval->ptr; in new_call()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td1114 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETLT)),
1115 (SELECT_QFRC (CRANDC $lhs, $rhs), $tval, $fval)>;
1116 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETULT)),
1117 (SELECT_QFRC (CRANDC $rhs, $lhs), $tval, $fval)>;
1118 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETLE)),
1119 (SELECT_QFRC (CRORC $lhs, $rhs), $tval, $fval)>;
1120 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETULE)),
1121 (SELECT_QFRC (CRORC $rhs, $lhs), $tval, $fval)>;
1122 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETEQ)),
1123 (SELECT_QFRC (CREQV $lhs, $rhs), $tval, $fval)>;
[all …]
DPPCInstrSPE.td848 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETLT)),
849 (SELECT_SPE4 (CRANDC $lhs, $rhs), $tval, $fval)>;
850 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETULT)),
851 (SELECT_SPE4 (CRANDC $rhs, $lhs), $tval, $fval)>;
852 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETLE)),
853 (SELECT_SPE4 (CRORC $lhs, $rhs), $tval, $fval)>;
854 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETULE)),
855 (SELECT_SPE4 (CRORC $rhs, $lhs), $tval, $fval)>;
856 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETEQ)),
857 (SELECT_SPE4 (CREQV $lhs, $rhs), $tval, $fval)>;
[all …]
DPPCInstrInfo.td3923 def : Pat<(i1 (select i1:$cond, i1:$tval, i1:$fval)),
3925 (CRAND (crnot $cond), $fval))>;
3928 // select (lhs == rhs), tval, fval is:
3929 // ((lhs == rhs) & tval) | (!(lhs == rhs) & fval)
3930 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETLT)),
3932 (CRAND (CRORC $rhs, $lhs), $fval))>;
3933 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETULT)),
3935 (CRAND (CRORC $lhs, $rhs), $fval))>;
3936 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETLE)),
3938 (CRAND (CRANDC $rhs, $lhs), $fval))>;
[all …]
DPPCInstrVSX.td1144 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETLT)),
1145 (SELECT_VSRC (CRANDC $lhs, $rhs), $tval, $fval)>;
1146 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETULT)),
1147 (SELECT_VSRC (CRANDC $rhs, $lhs), $tval, $fval)>;
1148 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETLE)),
1149 (SELECT_VSRC (CRORC $lhs, $rhs), $tval, $fval)>;
1150 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETULE)),
1151 (SELECT_VSRC (CRORC $rhs, $lhs), $tval, $fval)>;
1152 def : Pat<(v2f64 (selectcc i1:$lhs, i1:$rhs, v2f64:$tval, v2f64:$fval, SETEQ)),
1153 (SELECT_VSRC (CREQV $lhs, $rhs), $tval, $fval)>;
[all …]
/third_party/toybox/toys/other/
Dlsattr.c254 unsigned long fval = 0; in update_attr() local
275 if (ext2_getflag(fd, &(root->st), &fval) < 0) { in update_attr()
285 fval &= ~(chattr.rm); in update_attr()
286 fval |= chattr.add; in update_attr()
287 if (!S_ISDIR(root->st.st_mode)) fval &= ~FS_DIRSYNC_FL; in update_attr()
288 if (ext2_setflag(fd, &(root->st), fval) < 0) in update_attr()
/third_party/skia/third_party/externals/spirv-cross/shaders/vulkan/comp/
Dray-query.nocompat.spv14.vk.comp28 float fval;
40 fval = rayQueryGetRayTMinEXT(q);
46 fval = rayQueryGetIntersectionTEXT(q2[1], false);
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp36 float fval = source[i]; in convertFloatToPcm16() local
37 fval += 1.0; // to avoid discontinuity at 0.0 caused by truncation in convertFloatToPcm16()
38 fval *= 32768.0f; in convertFloatToPcm16()
39 auto sample = static_cast<int32_t>(fval); in convertFloatToPcm16()
/third_party/libcoap/src/
Dcoap_time.c75 #define Q(frac,fval) ((1 << (frac)) * (fval)) argument
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/vulkan/comp/
Dray-query.nocompat.spv14.vk.comp.vk35 float fval = _75;
47 fval = _91;
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp329 ImmediateValue::ImmediateValue(Program *prog, float fval) in ImmediateValue() argument
337 reg.data.f32 = fval; in ImmediateValue()
462 ImmediateValue::compare(CondCode cc, float fval) const in compare()
470 case CC_LT: return reg.data.f32 < fval; in compare()
471 case CC_LE: return reg.data.f32 <= fval; in compare()
472 case CC_GT: return reg.data.f32 > fval; in compare()
473 case CC_GE: return reg.data.f32 >= fval; in compare()
474 case CC_EQ: return reg.data.f32 == fval; in compare()
475 case CC_NE: return reg.data.f32 != fval; in compare()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c3883 const gchar *fname, *fval; in gst_sdp_media_set_media_from_caps() local
3916 if ((fval = gst_structure_get_string (s, fname))) { in gst_sdp_media_set_media_from_caps()
3917 tmp = g_strdup_printf ("%d %s", caps_pt, fval); in gst_sdp_media_set_media_from_caps()
3926 if ((fval = gst_structure_get_string (s, fname))) in gst_sdp_media_set_media_from_caps()
3927 gst_sdp_media_add_attribute (media, fname + 2, fval); in gst_sdp_media_set_media_from_caps()
3932 if ((fval = gst_structure_get_string (s, fname))) in gst_sdp_media_set_media_from_caps()
3933 gst_sdp_media_add_attribute (media, fname, fval); in gst_sdp_media_set_media_from_caps()
3946 if ((fval = gst_structure_get_string (s, fname))) { in gst_sdp_media_set_media_from_caps()
3947 gchar *extmap = g_strdup_printf ("%u %s", id, fval); in gst_sdp_media_set_media_from_caps()
3994 if ((fval = gst_structure_get_string (s, fname))) { in gst_sdp_media_set_media_from_caps()
[all …]
/third_party/alsa-lib/test/
Dpcm.c68 } fval; in generate_sine() local
71 fval.f = sin(phase); in generate_sine()
72 res = fval.i; in generate_sine()
/third_party/python/PC/
D_msi.c675 FILETIME fval; in _msi_SummaryInformation_GetProperty_impl() local
681 &fval, sval, &ssize); in _msi_SummaryInformation_GetProperty_impl()
689 &fval, sval, &ssize); in _msi_SummaryInformation_GetProperty_impl()

12