/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | d3des.c | 371 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/ |
D | ClipMode.cmake | 34 { 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/ |
D | hlsl.logical.unary.frag.out | 11 …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 …]
|
D | hlsl.promote.binary.frag.out | 11 …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 …]
|
D | hlsl.logical.binary.frag.out | 13 …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/ |
D | clip_mode.m4 | 41 { 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/ |
D | hlsl.promote.binary.frag | 10 uniform float fval; 15 ival % fval; 18 bval % fval; 22 l_int %= fval;
|
D | hlsl.logical.unary.frag | 8 uniform float fval; 16 !fval; // scalar float 20 if (fval); 22 if (!fval);
|
D | hlsl.logical.binary.frag | 8 uniform float fval; 13 if (ival && fval); 14 if (ival || fval);
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goom_config_param.h | 71 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)
|
D | convolve_fx.c | 106 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()
|
D | goomsl_yacc.y | 956 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/ |
D | PPCInstrQPX.td | 1114 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 …]
|
D | PPCInstrSPE.td | 848 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 …]
|
D | PPCInstrInfo.td | 3923 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 …]
|
D | PPCInstrVSX.td | 1144 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/ |
D | lsattr.c | 254 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/ |
D | ray-query.nocompat.spv14.vk.comp | 28 float fval; 40 fval = rayQueryGetRayTMinEXT(q); 46 fval = rayQueryGetIntersectionTEXT(q2[1], false);
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | Utilities.cpp | 36 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/ |
D | coap_time.c | 75 #define Q(frac,fval) ((1 << (frac)) * (fval)) argument
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/vulkan/comp/ |
D | ray-query.nocompat.spv14.vk.comp.vk | 35 float fval = _75; 47 fval = _91;
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir.cpp | 329 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/ |
D | gstsdpmessage.c | 3883 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/ |
D | pcm.c | 68 } 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.c | 675 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()
|