/external/tremolo/Tremolo/ |
D | vorbisfile.c | 91 static long _get_data(OggVorbis_File *vf){ in _get_data() argument 93 if(vf->datasource){ in _get_data() 94 unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE); in _get_data() 95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource); in _get_data() 96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes); in _get_data() 104 static void _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ in _seek_helper() argument 105 if(vf->datasource){ in _seek_helper() 106 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET); in _seek_helper() 107 vf->offset=offset; in _seek_helper() 108 ogg_sync_reset(vf->oy); in _seek_helper() [all …]
|
D | ivorbisfile.h | 100 extern int ov_clear(OggVorbis_File *vf); 101 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf, 105 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf, 108 extern int ov_test_open(OggVorbis_File *vf); 110 extern long ov_bitrate(OggVorbis_File *vf,int i); 111 extern long ov_bitrate_instant(OggVorbis_File *vf); 112 extern long ov_streams(OggVorbis_File *vf); 113 extern long ov_seekable(OggVorbis_File *vf); [all …]
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_formats.c | 53 const struct vc5_format *vf = get_format(devinfo, f); in vc5_rt_format_supported() local 55 if (!vf) in vc5_rt_format_supported() 58 return vf->rt_type != V3D_OUTPUT_IMAGE_FORMAT_NO; in vc5_rt_format_supported() 64 const struct vc5_format *vf = get_format(devinfo, f); in vc5_get_rt_format() local 66 if (!vf) in vc5_get_rt_format() 69 return vf->rt_type; in vc5_get_rt_format() 76 const struct vc5_format *vf = get_format(devinfo, f); in vc5_tex_format_supported() local 78 return vf != NULL; in vc5_tex_format_supported() 84 const struct vc5_format *vf = get_format(devinfo, f); in vc5_get_tex_format() local 86 if (!vf) in vc5_get_tex_format() [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | test_vf_float_conversions.cpp | 39 for (int vf = 1; vf < 128; vf++) { in SetUp() local 40 int ebits = (vf >> 4) & 0x7; in SetUp() 41 int mbits = vf & 0xf; in SetUp() 46 vf_to_float[vf] = ldexpf(x, exp); in SetUp() 65 for (int vf = 0; vf < 256; vf++) { in TEST_F() local 66 float expected = vf_to_float[vf % 128]; in TEST_F() 67 if (vf > 127) in TEST_F() 70 EXPECT_EQ(f2u(expected), f2u(brw_vf_to_float(vf))); in TEST_F() 76 for (int vf = 0; vf < 256; vf++) { in TEST_F() local 77 float f = vf_to_float[vf % 128]; in TEST_F() [all …]
|
D | brw_packed_float.c | 46 unsigned vf = (fu.s.sign << 7) | (exponent << 4) | mantissa; in brw_float_to_vf() local 49 if ((vf & 0x7f) == 0) in brw_float_to_vf() 56 return vf; in brw_float_to_vf() 60 brw_vf_to_float(unsigned char vf) in brw_vf_to_float() argument 65 if (vf == 0x00 || vf == 0x80) { in brw_vf_to_float() 66 fu.u = vf << 24; in brw_vf_to_float() 70 fu.s.sign = vf >> 7; in brw_vf_to_float() 71 fu.s.exponent = ((vf & 0x70) >> 4) + (127 - 3); in brw_vf_to_float() 72 fu.s.mantissa = (vf & 0xf) << (23 - 4); in brw_vf_to_float()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 12 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable 68 res_vf = vec_abs(vf); in test1() 143 res_vf = vec_ceil(vf); in test1() 151 res_vbi = vec_cmpeq(vf, vf); in test1() 159 res_vbi = vec_cmpge(vf, vf); in test1() 167 res_vbi = vec_cmpgt(vf, vf); in test1() 175 res_vbi = vec_cmple(vf, vf); in test1() 183 res_vbi = vec_cmplt(vf, vf); in test1() 188 res_vf = vec_cpsgn(vf, vf); in test1() 205 res_vf = vec_div(vf, vf); in test1() [all …]
|
D | builtins-ppc-altivec.c | 25 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable 79 vf = vec_abs(vf); in test1() 183 res_vf = vec_add(vf, vf); in test1() 259 res_vf = vec_vaddfp(vf, vf); in test1() 705 res_vf = vec_andc(vf, vf); in test1() 711 res_vf = vec_andc(vbi, vf); in test1() 717 res_vf = vec_andc(vf, vbi); in test1() 843 res_vf = vec_vandc(vf, vf); in test1() 849 res_vf = vec_vandc(vbi, vf); in test1() 855 res_vf = vec_vandc(vf, vbi); in test1() [all …]
|
/external/libxml2/win32/ |
D | configure.js | 180 var fso, cf, vf, ln, s, iDot, iSlash; 204 vf = fso.CreateTextFile(versionFile, true); 205 vf.WriteLine("# " + versionFile); 206 vf.WriteLine("# This file is generated automatically by " + WScript.ScriptName + "."); 207 vf.WriteBlankLines(1); 212 vf.WriteLine(s); 215 vf.WriteLine(s); 218 vf.WriteLine(s); 221 vf.WriteLine(s); 226 vf.WriteLine("XML_SRCDIR=" + srcDirXml); [all …]
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 3453 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON2RegMisc() local 3475 rev64(vf, rd, rn); in VisitNEON2RegMisc() 3478 rev32(vf, rd, rn); in VisitNEON2RegMisc() 3481 rev16(vf, rd, rn); in VisitNEON2RegMisc() 3484 suqadd(vf, rd, rn); in VisitNEON2RegMisc() 3487 usqadd(vf, rd, rn); in VisitNEON2RegMisc() 3490 cls(vf, rd, rn); in VisitNEON2RegMisc() 3493 clz(vf, rd, rn); in VisitNEON2RegMisc() 3496 cnt(vf, rd, rn); in VisitNEON2RegMisc() 3499 abs(vf, rd, rn).SignedSaturate(vf); in VisitNEON2RegMisc() [all …]
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 3789 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON2RegMisc() local 3810 rev64(vf, rd, rn); in VisitNEON2RegMisc() 3813 rev32(vf, rd, rn); in VisitNEON2RegMisc() 3816 rev16(vf, rd, rn); in VisitNEON2RegMisc() 3819 suqadd(vf, rd, rn); in VisitNEON2RegMisc() 3822 usqadd(vf, rd, rn); in VisitNEON2RegMisc() 3825 cls(vf, rd, rn); in VisitNEON2RegMisc() 3828 clz(vf, rd, rn); in VisitNEON2RegMisc() 3831 cnt(vf, rd, rn); in VisitNEON2RegMisc() 3834 abs(vf, rd, rn).SignedSaturate(vf); in VisitNEON2RegMisc() [all …]
|
/external/clang/test/Sema/ |
D | ext_vector_casts.c | 101 float2 vf = f; in splats() local 117 vf = 1 + vf; in splats() 118 vf = l + vf; in splats() 119 vf = 2.0 + vf; in splats() 120 vf = d + vf; // expected-warning {{implicit conversion loses floating-point precision}} in splats() 121 vf = vf + 0xffffffff; in splats() 122 vf = vf + 2.1; // expected-warning {{implicit conversion loses floating-point precision}} in splats()
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformat2test.cpp | 136 const ValueFormatter &vf, 143 const ValueFormatter &vf, 1139 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local 1140 vf.prepareFixedDecimalFormatting( in TestValueFormatterIsFastFormattable() 1142 assertTrue("", vf.isFastFormattable(0)); in TestValueFormatterIsFastFormattable() 1143 assertTrue("", vf.isFastFormattable(35)); in TestValueFormatterIsFastFormattable() 1144 assertTrue("", vf.isFastFormattable(-48)); in TestValueFormatterIsFastFormattable() 1145 assertTrue("", vf.isFastFormattable(2147483647)); in TestValueFormatterIsFastFormattable() 1146 assertTrue("", vf.isFastFormattable(-2147483647)); in TestValueFormatterIsFastFormattable() 1147 assertFalse("", vf.isFastFormattable(-2147483648L)); in TestValueFormatterIsFastFormattable() [all …]
|
/external/golang-protobuf/proto/ |
D | discard.go | 270 vf := v.Field(i) 293 for j := 0; j < vf.Len(); j++ { 294 discardLegacy(vf.Index(j).Interface().(Message)) 297 discardLegacy(vf.Interface().(Message)) 304 tv := vf.Type().Elem() 306 for _, key := range vf.MapKeys() { 307 val := vf.MapIndex(key) 318 if !vf.IsNil() && f.Tag.Get("protobuf_oneof") != "" { 319 vf = vf.Elem() // E.g., *test_proto.Communique_Msg 320 if !vf.IsNil() { [all …]
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | discard.go | 270 vf := v.Field(i) 293 for j := 0; j < vf.Len(); j++ { 294 discardLegacy(vf.Index(j).Interface().(Message)) 297 discardLegacy(vf.Interface().(Message)) 304 tv := vf.Type().Elem() 306 for _, key := range vf.MapKeys() { 307 val := vf.MapIndex(key) 318 if !vf.IsNil() && f.Tag.Get("protobuf_oneof") != "" { 319 vf = vf.Elem() // E.g., *test_proto.Communique_Msg 320 if !vf.IsNil() { [all …]
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_formats.c | 122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local 124 if (!vf) in vc4_rt_format_supported() 127 return vf->rt_type != RT_NO; in vc4_rt_format_supported() 133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local 135 if (!vf) in vc4_rt_format_is_565() 138 return vf->rt_type == RT_RGB565; in vc4_rt_format_is_565() 144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local 146 return vf != NULL; in vc4_tex_format_supported() 152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local 154 if (!vf) in vc4_get_tex_format() [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | cy_cy_FONIPA.txt | 121 ˈ { ɨu } [bχdðɡvfθ] $end → ɨːu; 122 ˈ { aw } [bχdðɡvfθ] $end → ɑːu; 123 ˈ { ew } [bχdðɡvfθ] $end → eːu; 124 ˈ { oe } [bχdðɡvfθ] $end → ɔːɨ; 125 ˈ { ou } [bχdðɡvfθ] $end → ɔːɨ; 126 ˈ { wy } [bχdðɡvfθ] $end → uːɨ; 127 ˈ { ɨu } [bχdðɡvfθ] $vowel → ɨːu; 128 ˈ { aw } [bχdðɡvfθ] $vowel → ɑːu; 129 ˈ { ew } [bχdðɡvfθ] $vowel → eːu; 130 ˈ { oe } [bχdðɡvfθ] $vowel → ɔːɨ; [all …]
|
/external/eigen/test/ |
D | mixingtypes.cpp | 57 Vec_f vf = Vec_f::Random(size,1); in mixingtypes() local 58 Vec_d vd = vf.template cast<double>(); in mixingtypes() 79 VERIFY_RAISES_ASSERT(vf=vd); in mixingtypes() 80 VERIFY_RAISES_ASSERT(vf+=vd); in mixingtypes() 86 VERIFY_MIX_SCALAR(vf * scf , vf.template cast<complex<float> >() * scf); in mixingtypes() 96 VERIFY_MIX_SCALAR(vf / scf , vf.template cast<complex<float> >() / scf); in mixingtypes() 97 VERIFY_MIX_SCALAR(vf.array() / scf, vf.template cast<complex<float> >().array() / scf); in mixingtypes() 103 VERIFY_MIX_SCALAR(vf.array() + scf, vf.template cast<complex<float> >().array() + scf); in mixingtypes() 109 VERIFY_MIX_SCALAR(vf.array() - scf, vf.template cast<complex<float> >().array() - scf); in mixingtypes() 116 …VERIFY_MIX_SCALAR( Eigen::pow(vf.array(), scf), Eigen::pow(vf.template cast<complex<float> >().arr… in mixingtypes() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | vsx-minmax.ll | 5 @vf = global <4 x float> <float -1.500000e+00, float 2.500000e+00, float -3.500000e+00, float 4.500… 21 %0 = load volatile <4 x float>, <4 x float>* @vf, align 16 22 %1 = load volatile <4 x float>, <4 x float>* @vf, align 16 30 %5 = load volatile <4 x float>, <4 x float>* @vf, align 16 31 %6 = load volatile <4 x float>, <4 x float>* @vf, align 16 35 %8 = load volatile <4 x float>, <4 x float>* @vf, align 16 36 %9 = load volatile <4 x float>, <4 x float>* @vf, align 16 44 %13 = load volatile <4 x float>, <4 x float>* @vf, align 16 45 %14 = load volatile <4 x float>, <4 x float>* @vf, align 16 81 ;volatile vector float vf = { -1.5, 2.5, -3.5, 4.5 }; [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-minmax.ll | 5 @vf = global <4 x float> <float -1.500000e+00, float 2.500000e+00, float -3.500000e+00, float 4.500… 21 %0 = load volatile <4 x float>, <4 x float>* @vf, align 16 22 %1 = load volatile <4 x float>, <4 x float>* @vf, align 16 30 %5 = load volatile <4 x float>, <4 x float>* @vf, align 16 31 %6 = load volatile <4 x float>, <4 x float>* @vf, align 16 35 %8 = load volatile <4 x float>, <4 x float>* @vf, align 16 36 %9 = load volatile <4 x float>, <4 x float>* @vf, align 16 44 %13 = load volatile <4 x float>, <4 x float>* @vf, align 16 45 %14 = load volatile <4 x float>, <4 x float>* @vf, align 16 81 ;volatile vector float vf = { -1.5, 2.5, -3.5, 4.5 }; [all …]
|
/external/eigen/bench/ |
D | bench_norm.cpp | 230 for (int i=0; i<iters; ++i) { af += NRM(vf); } \ 250 VectorXf vf = VectorXf::Ones(s) * yf; in check_accuracy() local 254 std::cout << "sqsumNorm\t" << sqsumNorm(vf) << "\t" << sqsumNorm(vd) << "\n"; in check_accuracy() 255 std::cout << "hypotNorm\t" << hypotNorm(vf) << "\t" << hypotNorm(vd) << "\n"; in check_accuracy() 256 std::cout << "blueNorm\t" << blueNorm(vf) << "\t" << blueNorm(vd) << "\n"; in check_accuracy() 257 std::cout << "pblueNorm\t" << pblueNorm(vf) << "\t" << pblueNorm(vd) << "\n"; in check_accuracy() 258 std::cout << "lapackNorm\t" << lapackNorm(vf) << "\t" << lapackNorm(vd) << "\n"; in check_accuracy() 259 std::cout << "twopassNorm\t" << twopassNorm(vf) << "\t" << twopassNorm(vd) << "\n"; in check_accuracy() 260 std::cout << "bl2passNorm\t" << bl2passNorm(vf) << "\t" << bl2passNorm(vd) << "\n"; in check_accuracy() 265 VectorXf vf(s); in check_accuracy_var() local [all …]
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/ |
D | sort.go | 29 vf := reflect.ValueOf(less) 30 if !function.IsType(vf.Type(), function.Less) || vf.IsNil() { 33 ss := sliceSorter{vf.Type().In(0), vf} 100 vf := reflect.ValueOf(less) 101 if !function.IsType(vf.Type(), function.Less) || vf.IsNil() { 104 ms := mapSorter{vf.Type().In(0), vf}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/ |
D | devirt-single-impl-check.ll | 6 ; CHECK: remark: <unknown>:0:0: single-impl: devirtualized a call to vf 7 ; CHECK: remark: <unknown>:0:0: devirtualized vf 10 @vt1 = constant [1 x i8*] [i8* bitcast (void (i8*)* @vf to i8*)], !type !0 11 @vt2 = constant [1 x i8*] [i8* bitcast (void (i8*)* @vf to i8*)], !type !0 13 define void @vf(i8* %this) { 30 ; CHECK: call void @vf(
|
D | devirt-single-impl.ll | 6 ; CHECK: remark: devirt-single.cc:30:32: single-impl: devirtualized a call to vf 7 ; CHECK: remark: devirt-single.cc:13:0: devirtualized vf 10 @vt1 = constant [1 x i8*] [i8* bitcast (void (i8*)* @vf to i8*)], !type !8 11 @vt2 = constant [1 x i8*] [i8* bitcast (void (i8*)* @vf to i8*)], !type !8 13 define void @vf(i8* %this) #0 !dbg !7 { 27 ; CHECK: call void @vf( 46 !7 = distinct !DISubprogram(name: "vf", linkageName: "_ZN3vt12vfEv", scope: !1, file: !1, line: 13,…
|
/external/iproute2/ip/ |
D | iplink.c | 268 static void iplink_parse_vf_vlan_info(int vf, int *argcp, char ***argvp, in iplink_parse_vf_vlan_info() argument 278 ivvip->vf = vf; in iplink_parse_vf_vlan_info() 322 static int iplink_parse_vf(int vf, int *argcp, char ***argvp, in iplink_parse_vf() argument 362 ivm.vf = vf; in iplink_parse_vf() 377 iplink_parse_vf_vlan_info(vf, &argc, &argv, &ivvi); in iplink_parse_vf() 382 ivv.vf = ivvi.vf; in iplink_parse_vf() 402 iplink_parse_vf_vlan_info(vf, &argc, in iplink_parse_vf() 417 ivt.vf = vf; in iplink_parse_vf() 429 tivt.vf = vf; in iplink_parse_vf() 436 tivt.vf = vf; in iplink_parse_vf() [all …]
|
/external/clang/test/SemaCXX/ |
D | destructor.cpp | 246 VF vf; use(vf); in nowarnstack() local 310 VF* vf = new VF(); in nowarn0() local 311 delete vf; in nowarn0() 315 void nowarn0_explicit_dtor(F* f, VB* vb, VD* vd, VF* vf) { in nowarn0_explicit_dtor() argument 320 vf->~VF(); in nowarn0_explicit_dtor() 367 simple_ptr<VF> vf(new VF()); in nowarn1() local 368 use(*vf); in nowarn1()
|