Home
last modified time | relevance | path

Searched defs:vf (Results 1 – 25 of 45) sorted by relevance

12

/external/tremolo/Tremolo/
Dvorbisfile.c91 static long _get_data(OggVorbis_File *vf){ in _get_data()
104 static void _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ in _seek_helper()
130 static ogg_int64_t _get_next_page(OggVorbis_File *vf,ogg_page *og, in _get_next_page()
169 static ogg_int64_t _get_prev_page(OggVorbis_File *vf,ogg_page *og){ in _get_prev_page()
205 static int _bisect_forward_serialno(OggVorbis_File *vf, in _bisect_forward_serialno()
261 static int _decode_clear(OggVorbis_File *vf){ in _decode_clear()
281 static int _fetch_headers(OggVorbis_File *vf, in _fetch_headers()
348 static int _set_link_number(OggVorbis_File *vf,int link){ in _set_link_number()
360 static int _set_link_number_preserve_pos(OggVorbis_File *vf,int link){ in _set_link_number_preserve_pos()
379 static void _prefetch_all_offsets(OggVorbis_File *vf, ogg_int64_t dataoffset){ in _prefetch_all_offsets()
[all …]
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_formats.c53 const struct vc5_format *vf = get_format(devinfo, f); in vc5_rt_format_supported() local
64 const struct vc5_format *vf = get_format(devinfo, f); in vc5_get_rt_format() local
76 const struct vc5_format *vf = get_format(devinfo, f); in vc5_tex_format_supported() local
84 const struct vc5_format *vf = get_format(devinfo, f); in vc5_get_tex_format() local
96 const struct vc5_format *vf = get_format(devinfo, f); in vc5_get_tex_return_size() local
111 const struct vc5_format *vf = get_format(devinfo, f); in vc5_get_tex_return_channels() local
122 const struct vc5_format *vf = get_format(devinfo, f); in vc5_get_format_swizzle() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
/external/clang/test/CodeGen/
Daltivec.c20 vector float vf; in test2() local
38 vector float vf; in test3() local
Dbuiltins-ppc-vsx.c12 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
/external/mesa3d/src/intel/compiler/
Dtest_vf_float_conversions.cpp39 for (int vf = 1; vf < 128; vf++) { in SetUp() local
65 for (int vf = 0; vf < 256; vf++) { in TEST_F() local
76 for (int vf = 0; vf < 256; vf++) { in TEST_F() local
Dbrw_packed_float.c46 unsigned vf = (fu.s.sign << 7) | (exponent << 4) | mantissa; in brw_float_to_vf() local
60 brw_vf_to_float(unsigned char vf) in brw_vf_to_float()
/external/eigen/bench/
Dbench_norm.cpp250 VectorXf vf = VectorXf::Ones(s) * yf; in check_accuracy() local
265 VectorXf vf(s); in check_accuracy_var() local
332 VectorXf vf = VectorXf::Random(s1) * y; in main() local
348 VectorXf vf = VectorXf::Random(512) * y; in main() local
/external/clang/test/Modules/
Dsubmodules.cpp16 vector<float> vf; variable
/external/libvpx/libvpx/vpx_dsp/
Dvariance.h60 vpx_variance_fn_t vf; member
75 vpx_variance_fn_t vf; member
/external/clang/test/SemaCXX/
Daltivec.cpp16 vector float vf; in test_vec_step() local
62 vector float vf; in test2() local
Ddestructor.cpp246 VF vf; use(vf); in nowarnstack() local
310 VF* vf = new VF(); in nowarn0() local
315 void nowarn0_explicit_dtor(F* f, VB* vb, VD* vd, VF* vf) { in nowarn0_explicit_dtor()
367 simple_ptr<VF> vf(new VF()); in nowarn1() local
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc3789 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON2RegMisc() local
4161 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same() local
4191 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON3Same() local
4269 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON3Same() local
4419 VectorFormat vf = nfd.GetVectorFormat(nfd.FP16FormatMap()); in VisitNEON3SameFP16() local
4472 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON3SameExtra() local
4503 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON3Different() local
4682 VectorFormat vf = nfd.GetVectorFormat(&map_half); in VisitNEONAcrossLanes() local
4701 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEONAcrossLanes() local
4720 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEONAcrossLanes() local
[all …]
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp1139 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local
1151 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local
1176 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local
1197 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local
1214 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local
1226 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local
1236 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local
1246 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local
1257 ValueFormatter vf; in TestValueFormatterIsFastFormattable() local
2177 ValueFormatter vf; in TestDigitAffixesAndPadding() local
[all …]
/external/clang/test/Sema/
Daltivec-init.c21 vector float vf; in foo() local
Dext_vector_casts.c101 float2 vf = f; in splats() local
/external/v8/src/arm64/
Dsimulator-arm64.cc3453 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON2RegMisc() local
3721 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same() local
3751 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON3Same() local
3829 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON3Same() local
3974 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEON3Different() local
4151 VectorFormat vf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEONAcrossLanes() local
4170 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEONAcrossLanes() local
4203 VectorFormat vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEONByIndexedElement() local
4332 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEONCopy() local
4370 VectorFormat vf = nfd.GetVectorFormat(); in VisitNEONExtract() local
[all …]
/external/compiler-rt/test/cfi/
Dstats.cpp11 virtual void vf() {} in vf() function
/external/compiler-rt/test/cfi/cross-dso/
Dstats.cpp9 virtual void vf() {} in vf() function
/external/tensorflow/tensorflow/core/common_runtime/
Dmemory_types_test.cc75 Tensor vf(DT_FLOAT); in TEST() local
/external/clang/test/CodeGenCXX/
Dconstructor-for-array-members.cpp9 float vf = 1.00; variable
/external/eigen/test/
Dmixingtypes.cpp57 Vec_f vf = Vec_f::Random(size,1); in mixingtypes() local
/external/libaom/libaom/aom_dsp/
Dvariance.h94 aom_variance_fn_t vf; member
/external/u-boot/drivers/pci/
Dpcie_layerscape.h76 #define PCIE_LCTRL0_VF(vf) ((vf) << 22) argument
79 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument
/external/iproute2/include/uapi/linux/
Dif_link.h653 __u32 vf; member
658 __u32 vf; member
673 __u32 vf; member
680 __u32 vf; member
685 __u32 vf; member
691 __u32 vf; member
696 __u32 vf; member
708 __u32 vf; member
713 __u32 vf; member
731 __u32 vf; member

12