/third_party/alsa-lib/include/ |
H A D | alsa-symbols.h | 33 #define symbol_version(real, name, version) \ 34 extern __typeof (real) real __attribute__((symver (#name "@" #version))) 35 #define default_symbol_version(real, name, version) \ 36 extern __typeof (real) real __attribute__((symver (#name "@@" #version))) 38 #define symbol_version(real, name, version) \ 39 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@" #version) 40 #define default_symbol_version(real, name, version) \ 41 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAM [all...] |
/third_party/python/Modules/ |
H A D | cmathmodule.c | 80 square roots accurately when the real and imaginary parts of the argument 111 r.real = 0.0; in c_infj() 132 r.real = 0.0; in c_nanj() 190 if (!Py_IS_FINITE((z).real) || !Py_IS_FINITE((z).imag)) { \ 192 return table[special_type((z).real)] \ 204 /* First, the C functions that do the real work. Each of the c_* 232 if (fabs(z.real) > CM_LARGE_DOUBLE || fabs(z.imag) > CM_LARGE_DOUBLE) { in cmath_acos_impl() 234 r.real = atan2(fabs(z.imag), z.real); in cmath_acos_impl() 237 if (z.real < in cmath_acos_impl() [all...] |
/third_party/python/Objects/ |
H A D | complexobject.c | 31 r.real = a.real + b.real; in _Py_c_sum() 40 r.real = a.real - b.real; in _Py_c_diff() 49 r.real = -a.real; in _Py_c_neg() 58 r.real = a.real* in _Py_c_prod() 241 complex_subtype_from_doubles(PyTypeObject *type, double real, double imag) complex_subtype_from_doubles() argument 250 PyComplex_FromDoubles(double real, double imag) PyComplex_FromDoubles() argument [all...] |
/third_party/lame/mpglib/ |
H A D | layer3.c | 46 static real ispow[8207]; 47 static real aa_ca[8], aa_cs[8]; 48 static real COS1[12][6]; 49 static real win[4][36]; 50 static real win1[4][36]; 51 static real gainpow2[256 + 118 + 4]; 52 static real COS9[9]; 53 static real COS6_1, COS6_2; 54 static real tfcos36[9]; 55 static real tfcos1 [all...] |
H A D | tabinit.c | 39 real decwin[512 + 32]; 40 static real cos64[16], cos32[8], cos16[4], cos8[2], cos4[1]; 41 real *pnts[] = { cos64, cos32, cos16, cos8, cos4 }; 118 real *table, *costab; in make_decode_tables() 130 costab[k] = (real) (1.0 / (2.0 * cos(M_PI * ((double) k * 2.0 + 1.0) / (double) divv))); in make_decode_tables() 137 table[16] = table[0] = (real) (dewin[j] * scaleval); in make_decode_tables() 146 table[16] = table[0] = (real) (dewin[j] * scaleval); in make_decode_tables()
|
H A D | decode_i386.c | 77 /* versions: clipped (when TYPE == short) and unclipped (when TYPE == real) of synth_1to1_mono* functions */ 100 synth_1to1_mono(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt) in synth_1to1_mono() 104 synth_1to1_mono_unclipped(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt) in synth_1to1_mono_unclipped() 106 SYNTH_1TO1_MONO_CLIPCHOICE(real, synth_1to1_unclipped) in synth_1to1_mono_unclipped() 110 /* versions: clipped (when TYPE == short) and unclipped (when TYPE == real) of synth_1to1* functions */ 116 real *b0,(*buf)[0x110]; \ 147 real *window = decwin + 16 - bo1; \ 151 real sum; \ 173 real sum; \ 189 real su [all...] |
H A D | layer1.c | 110 I_step_two(PMPSTR mp, sideinfo_layer_I *si, real fraction[2][SBLIMIT]) in I_step_two() 143 fraction[0][i] = (real)r0; in I_step_two() 144 fraction[1][i] = (real)r1; in I_step_two() 162 fraction[0][i] = (real)r0; in I_step_two() 163 fraction[1][i] = (real)r1; in I_step_two() 183 fraction[0][i] = (real)r0; in I_step_two() 202 real fraction[2][SBLIMIT]; /* FIXME: change real -> double ? */ in decode_layer1_frame() 219 clip += synth_1to1_mono(mp, (real *) fraction[single], pcm_sample, pcm_point); in decode_layer1_frame() 226 clip += synth_1to1(mp, (real *) fractio in decode_layer1_frame() [all...] |
H A D | decode_i386.h | 27 int synth_1to1_mono(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt); 28 int synth_1to1(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt); 30 int synth_1to1_mono_unclipped(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt); 31 int synth_1to1_unclipped(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt);
|
H A D | mpg123.h | 67 # define real float macro 69 # define real long double macro 71 # define real double macro 139 real *full_gain[3]; 140 real *pow2gain;
|
H A D | layer2.c | 63 real *table; in hip_init_tables_layer2() 88 *table++ = (real) (m * pow(2.0, (double) j / 3.0)); in hip_init_tables_layer2() 218 II_step_two(PMPSTR mp, sideinfo_layer_II* si, struct frame *fr, int gr, real fraction[2][4][SBLIMIT]) in II_step_two() 260 fraction[ch][0][i] = (real) r0; in II_step_two() 261 fraction[ch][1][i] = (real) r1; in II_step_two() 262 fraction[ch][2][i] = (real) r2; in II_step_two() 292 fraction[ch][0][i] = (real) r0; in II_step_two() 293 fraction[ch][1][i] = (real) r1; in II_step_two() 294 fraction[ch][2][i] = (real) r2; in II_step_two() 310 fraction[ch][0][i] = (real) r in II_step_two() [all...] |
H A D | dct64_i386.h | 27 void dct64(real * a, real * b, real * c);
|
H A D | dct64_i386.c | 45 dct64_1(real * out0, real * out1, real * b1, real * b2, real * samples) in dct64_1() 49 real *costab = pnts[0]; in dct64_1() 102 real *costab = pnts[1]; in dct64_1() 140 real *costab = pnts[2]; in dct64_1() 180 real const cos0 = pnts[3][0]; in dct64_1() 181 real cons in dct64_1() [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_bufmgr.c | 267 assert(!bo->real.reusable); in find_and_ref_external_bo() 557 list_inithead(&bo->real.exports); in bo_calloc() 569 VG_NOACCESS(bo->real.map, bo->size); in bo_unmap() 570 os_munmap(bo->real.map, bo->size); in bo_unmap() 571 bo->real.map = NULL; in bo_unmap() 748 bo->slab.real = iris_get_backing_bo(slab->bo); in iris_slab_alloc() 887 if (mmap_mode != cur->real.mmap_mode) in alloc_bo_from_cache() 962 bo->real.heap = flags_to_heap(bufmgr, flags); in alloc_fresh_bo() 973 switch (bo->real.heap) { in alloc_fresh_bo() 1001 bo->real in alloc_fresh_bo() 1634 struct iris_bo *real = iris_get_backing_bo(bo); iris_bo_map() local [all...] |
H A D | iris_bufmgr.h | 123 /** Not a real cache, use to opt out of the cache tracking mechanism. */ 288 } real; member 291 struct iris_bo *real; member 386 * Returns true if the BO is backed by a real GEM object, false if it's 397 * backing storage, which is a real BO associated with a GEM object. 403 bo = bo->slab.real; in iris_get_backing_bo() 418 return bo->real.exported || bo->real.imported; in iris_bo_is_external() 425 return bo->real.imported; in iris_bo_is_imported() 432 return bo->real in iris_bo_is_exported() [all...] |
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-writer.cc | 75 std::string real; in AppendArgValue() local 80 real = convert_stream.str(); in AppendArgValue() 83 // real rather than an int. in AppendArgValue() 84 if (real.find('.') == std::string::npos && in AppendArgValue() 85 real.find('e') == std::string::npos && in AppendArgValue() 86 real.find('E') == std::string::npos) { in AppendArgValue() 87 real += ".0"; in AppendArgValue() 92 real = "\"NaN\""; in AppendArgValue() 94 real = "\"-Infinity\""; in AppendArgValue() 96 real in AppendArgValue() 98 stream_ << real; AppendArgValue() local [all...] |
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.c | 70 if (bo->bo && bo->u.real.is_shared) { in amdgpu_bo_wait() 173 if (!bo->u.real.is_user_ptr && bo->u.real.cpu_ptr) { in amdgpu_bo_destroy() 174 bo->u.real.cpu_ptr = NULL; in amdgpu_bo_destroy() 177 assert(bo->u.real.is_user_ptr || bo->u.real.map_count == 0); in amdgpu_bo_destroy() 182 list_del(&bo->u.real.global_list_item); in amdgpu_bo_destroy() 212 amdgpu_va_range_free(bo->u.real.va_handle); in amdgpu_bo_destroy() 234 if (bo->u.real.use_reusable_pool) in amdgpu_bo_destroy_or_cache() 252 assert(!(bo->base.usage & RADEON_FLAG_SPARSE) && bo->bo && !bo->u.real in amdgpu_bo_do_map() 280 struct amdgpu_winsys_bo *real; amdgpu_bo_map() local 409 struct amdgpu_winsys_bo *real; amdgpu_bo_unmap() local [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | real.mak | 10 fate-ra-144: CMD = md5 -i $(TARGET_SAMPLES)/real/ra3_in_rm_file.rm -f s16le 13 fate-ra-288: CMD = pcm -i $(TARGET_SAMPLES)/real/ra_288.rm 15 fate-ra-288: REF = $(SAMPLES)/real/ra_288.pcm 19 fate-ra-cook: CMD = pcm -i $(TARGET_SAMPLES)/real/ra_cook.rm 21 fate-ra-cook: REF = $(SAMPLES)/real/ra_cook.pcm 24 fate-rv20-1239: CMD = framecrc -flags +bitexact -idct simple -lowres 1 -i $(TARGET_SAMPLES)/real/G2_with_SVT_320_240.rm 27 fate-rv30: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/real/rv30.rm -an 30 fate-rv40: CMD = framecrc -i $(TARGET_SAMPLES)/real/spygames-2MB.rmvb -t 10 -an 58 fate-real: fate-realaudio fate-realmedia
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/ |
H A D | 1-1.c | 32 char *real; in main() local 50 real = asctime(&time_ptr); in main() 58 printf("real = %s\n", real); in main() 61 if (strcmp(real, expected) != 0) { in main() 63 printf("Got %s\n", real); in main()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_bo.c | 51 * Sub-allocation information for a real buffer used as backing memory of a 130 if (bo->mem && !bo->u.real.use_reusable_pool) { in bo_destroy() 131 simple_mtx_lock(&bo->u.real.export_lock); in bo_destroy() 132 list_for_each_entry_safe(struct bo_export, export, &bo->u.real.exports, link) { in bo_destroy() 138 simple_mtx_unlock(&bo->u.real.export_lock); in bo_destroy() 139 simple_mtx_destroy(&bo->u.real.export_lock); in bo_destroy() 143 if (!bo->u.real.is_user_ptr && bo->u.real.cpu_ptr) { in bo_destroy() 144 bo->u.real.map_count = 1; in bo_destroy() 145 bo->u.real in bo_destroy() 668 struct zink_bo *real; zink_bo_map() local 702 struct zink_bo *real = bo->mem ? bo : bo->u.slab.real; zink_bo_unmap() local [all...] |
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 359 real = Fraction(text) 362 if real > DOUBLE_ZERO_CUTOFF: 365 if real < DOUBLE_INF_CUTOFF: 368 if -real < DOUBLE_INF_CUTOFF: 372 validate_normal(text, real, sig, k, "f64") 376 if real > SINGLE_ZERO_CUTOFF: 379 if real < SINGLE_INF_CUTOFF: 382 if -real < SINGLE_INF_CUTOFF: 386 validate_normal(text, real, sig, k, "f32") 394 def validate_normal(text, real, si [all...] |
/third_party/python/Lib/test/ |
H A D | test_complex.py | 28 unittest.TestCase.assertAlmostEqual(self, a.real, b.real) 31 unittest.TestCase.assertAlmostEqual(self, a.real, b) 35 unittest.TestCase.assertAlmostEqual(self, a, b.real) 77 self.assertCloseAbs(x.real, y.real, eps) 115 self.assertTrue(isnan(z.real)) 259 for real in values: 261 with self.subTest(real=real, ima [all...] |
H A D | test_cmath.py | 94 In particular, if x and y both have real (or imaginary) part 98 self.assertFloatIdentical(x.real, y.real) 160 self.assertEqual(cmath.inf.real, math.inf) 162 self.assertEqual(cmath.infj.real, 0.0) 165 self.assertTrue(math.isnan(cmath.nan.real)) 167 self.assertEqual(cmath.nanj.real, 0.0) 301 # test_values for functions defined on the whole real line 324 self.rAssertAlmostEqual(float_fn(v), z.real) 331 self.rAssertAlmostEqual(math.log(v, base), z.real) [all...] |
/third_party/cJSON/tests/ |
H A D | parse_number.c | 46 static void assert_parse_number(const char *string, int integer, double real) in assert_parse_number() argument 55 TEST_ASSERT_EQUAL_DOUBLE(real, item->valuedouble); in assert_parse_number() 65 static void assert_parse_int64_number(const char *string, long long integer, double real) in assert_parse_int64_number() argument 73 TEST_ASSERT_EQUAL_DOUBLE(real, item->valuedouble); in assert_parse_int64_number() 76 static void assert_parse_int64_number_with_type(const char *string, long long integer, double real) in assert_parse_int64_number_with_type() argument 78 assert_parse_int64_number(string, integer, real); in assert_parse_int64_number_with_type()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_bo.c | 368 if (bo->u.real.ptr) in radeon_bo_destroy() 369 os_munmap(bo->u.real.ptr, bo->base.size); in radeon_bo_destroy() 401 mtx_destroy(&bo->u.real.map_mutex); in radeon_bo_destroy() 408 if (bo->u.real.map_count >= 1) { in radeon_bo_destroy() 425 if (bo->u.real.use_reusable_pool) in radeon_bo_destroy_or_cache() 426 pb_cache_add_buffer(&bo->u.real.cache_entry); in radeon_bo_destroy_or_cache() 444 offset = bo->va - bo->u.slab.real->va; in radeon_bo_do_map() 445 bo = bo->u.slab.real; in radeon_bo_do_map() 449 mtx_lock(&bo->u.real.map_mutex); in radeon_bo_do_map() 451 if (bo->u.real in radeon_bo_do_map() [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | load-actual.js | 52 // assume that the cwd is real enough for our purposes 112 const real = await realpath(this.path, this[_rpcache], this[_stcache]) 115 realpath: real, 120 if (this.path === real) { 129 real: await realpath(this.path, this[_rpcache], this[_stcache]), 214 // global root isn't a "real" project 247 async #loadFSNode ({ path, parent, real, root, loadOverrides, useRootOverrides }) { 248 if (!real) { 250 real = await realpath(path, this[_rpcache], this[_stcache]) 275 realpath: real, [all...] |