| /external/tremolo/Tremolo/ |
| D | vorbisfile.c | 91 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/v3d/ |
| D | v3d_formats.c | 53 const struct v3d_format *vf = get_format(devinfo, f); in v3d_rt_format_supported() local 64 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_rt_format() local 76 const struct v3d_format *vf = get_format(devinfo, f); in v3d_tex_format_supported() local 84 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_format() local 96 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_return_size() local 111 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_return_channels() local 122 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_format_swizzle() local
|
| /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 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/XNNPACK/src/f32-f16-vcvt/ |
| D | avx512skx.c.in | 43 const __m512 vf = _mm512_loadu_ps(input); variable 57 const __m512 vf = _mm512_maskz_loadu_ps(vmask, input); variable
|
| D | f16c.c.in | 43 const __m256 vf = _mm256_loadu_ps(input); variable 54 const __m256 vf = _mm256_maskload_ps(input, vmask); variable
|
| D | neonfp16.c.in | 40 const float32x4_t vf = vld1q_f32(input); input += 4; variable 50 const float32x4_t vf = vld1q_f32(input); variable
|
| /external/mesa3d/src/intel/compiler/ |
| D | test_vf_float_conversions.cpp | 39 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
|
| D | brw_packed_float.c | 46 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/XNNPACK/src/f32-f16-vcvt/gen/ |
| D | vcvt-avx512skx-x16.c | 32 const __m512 vf = _mm512_loadu_ps(input); in xnn_f32_f16_vcvt_ukernel__avx512skx_x16() local 46 const __m512 vf = _mm512_maskz_loadu_ps(vmask, input); in xnn_f32_f16_vcvt_ukernel__avx512skx_x16() local
|
| D | vcvt-f16c-x8.c | 32 const __m256 vf = _mm256_loadu_ps(input); in xnn_f32_f16_vcvt_ukernel__f16c_x8() local 43 const __m256 vf = _mm256_maskload_ps(input, vmask); in xnn_f32_f16_vcvt_ukernel__f16c_x8() local
|
| D | vcvt-avx512skx-x32.c | 41 const __m512 vf = _mm512_loadu_ps(input); in xnn_f32_f16_vcvt_ukernel__avx512skx_x32() local 55 const __m512 vf = _mm512_maskz_loadu_ps(vmask, input); in xnn_f32_f16_vcvt_ukernel__avx512skx_x32() local
|
| D | vcvt-neonfp16-x8.c | 39 const float32x4_t vf = vld1q_f32(input); input += 4; in xnn_f32_f16_vcvt_ukernel__neonfp16_x8() local 49 const float32x4_t vf = vld1q_f32(input); in xnn_f32_f16_vcvt_ukernel__neonfp16_x8() local
|
| D | vcvt-f16c-x16.c | 41 const __m256 vf = _mm256_loadu_ps(input); in xnn_f32_f16_vcvt_ukernel__f16c_x16() local 52 const __m256 vf = _mm256_maskload_ps(input, vmask); in xnn_f32_f16_vcvt_ukernel__f16c_x16() local
|
| D | vcvt-neonfp16-x16.c | 43 const float32x4_t vf = vld1q_f32(input); input += 4; in xnn_f32_f16_vcvt_ukernel__neonfp16_x16() local 53 const float32x4_t vf = vld1q_f32(input); in xnn_f32_f16_vcvt_ukernel__neonfp16_x16() local
|
| /external/clang/test/CodeGen/ |
| D | altivec.c | 20 vector float vf; in test2() local 38 vector float vf; in test3() local
|
| /external/XNNPACK/src/f16-f32-vcvt/ |
| D | scalar.c.in | 72 const uint32_t vf = vsign | (XNN_UNPREDICTABLE(v2w < vdenorm_cutoff) ? vdenorm : vnorm); variable 87 const uint32_t vf = vsign | (XNN_UNPREDICTABLE(v2w < vdenorm_cutoff) ? vdenorm : vnorm); variable 101 const uint32_t vf = vsign | (XNN_UNPREDICTABLE(v2w < vdenorm_cutoff) ? vdenorm : vnorm); variable
|
| /external/eigen/bench/ |
| D | bench_norm.cpp | 250 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/XNNPACK/src/f32-vsigmoid/ |
| D | wasmsimd-rr2-p5-div.c.in | 119 v128_t vf = wasm_f32x4_div(ve, vd); variable 147 v128_t vf = wasm_f32x4_div(ve, vd); variable
|
| D | sse-rr2-p5-div.c.in | 129 __m128 vf = _mm_div_ps(ve, vd); variable 164 __m128 vf = _mm_div_ps(ve, vd); variable
|
| D | scalar-rr2-lut2048-p1-div.c.in | 109 float vf = vy / vd; variable 140 float vf = vy / vd; variable 170 float vf = vy / vd; variable
|
| D | scalar-rr2-p5-div.c.in | 120 float vf = ve / vd; variable 154 float vf = ve / vd; variable 187 float vf = ve / vd; variable
|
| D | scalar-rr2-lut64-p2-div.c.in | 114 float vf = vy / vd; variable 147 float vf = vy / vd; variable 179 float vf = vy / vd; variable
|
| /external/XNNPACK/src/f32-vsigmoid/gen/ |
| D | vsigmoid-avx512f-rr1-p5-scalef-div-x16.c | 56 __m512 vf = _mm512_div_ps(ve, vd); in xnn_f32_vsigmoid_ukernel__avx512f_rr1_p5_scalef_div_x16() local 87 __m512 vf = _mm512_div_ps(ve, vd); in xnn_f32_vsigmoid_ukernel__avx512f_rr1_p5_scalef_div_x16() local
|
| D | vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x16.c | 56 __m512 vf = _mm512_div_ps(ve, vd); in xnn_f32_vsigmoid_ukernel__avx512f_rr1_lut16_p3_perm_scalef_div_x16() local 88 __m512 vf = _mm512_div_ps(ve, vd); in xnn_f32_vsigmoid_ukernel__avx512f_rr1_lut16_p3_perm_scalef_div_x16() local
|
| D | vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c | 59 __m512 vf = _mm512_mul_ps(ve, vr); in xnn_f32_vsigmoid_ukernel__avx512f_rr1_p5_scalef_nr1fma_x16() local 93 __m512 vf = _mm512_mul_ps(ve, vr); in xnn_f32_vsigmoid_ukernel__avx512f_rr1_p5_scalef_nr1fma_x16() local
|