Searched refs:z (Results 1 – 3 of 3) sorted by relevance
560 if (z->z_uindex + 1 != z->z_nmax) in rt_slab_alloc()562 z->z_uindex = z->z_uindex + 1; in rt_slab_alloc()571 z->z_freechunk = z->z_freechunk->c_next; in rt_slab_alloc()638 z->z_nfree = z->z_nmax - 1; in rt_slab_alloc()639 z->z_baseptr = (rt_uint8_t *)z + off; in rt_slab_alloc()643 chunk = (struct rt_slab_chunk *)(z->z_baseptr + z->z_uindex * size); in rt_slab_alloc()798 z->z_next = slab->zone_array[z->z_zoneindex]; in rt_slab_free()799 slab->zone_array[z->z_zoneindex] = z; in rt_slab_free()808 if (z->z_nfree == z->z_nmax && in rt_slab_free()809 (z->z_next || slab->zone_array[z->z_zoneindex] != z)) in rt_slab_free()[all …]
789 double z = (dwba.F - 1.5); in log10_of_positive() local793 + z * 0.2895296546021678851 // Expansion term 1: (M - 1.5) * 2/3 / ln(10) in log10_of_positive()795 - z*z * 0.0965098848673892950 // Expansion term 2: (M - 1.5)^2 * 2/9 / ln(10) in log10_of_positive()797 + z*z*z * 0.0428932821632841311 // Expansion term 2: (M - 1.5)^3 * 8/81 / ln(10) in log10_of_positive()815 const double z = floored_exp10 * 2.302585092994046 - exp2 * 0.6931471805599453; in pow10_of_int() local816 const double z2 = z * z; in pow10_of_int()820 dwba.F *= 1 + 2 * z / (2 - z + (z2 / (6 + (z2 / (10 + z2 / 14))))); in pow10_of_int()
12 … Support for the long long integral types (with the ll, z and t length modifiers for specifiers
Completed in 8 milliseconds