Home
last modified time | relevance | path

Searched refs:z64 (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dtls_local_exec.c10 static __thread char z64 __attribute__ ((aligned(64))) = 0; variable
39 CHECK(z64 == 0, " want 0 got %d", z64); in check()
42 CHECK(ptrmod(&z64, 64) == 0, " address is %p, want 64 byte alignment", &z64); in check() local
/third_party/mesa3d/src/util/
H A Dsoftfloat.c799 uint64_t z0, mid1, z64, mid; in _mesa_softfloat_mul_f64_to_f128_m() local
808 z64 = (uint64_t) a32 * b32; in _mesa_softfloat_mul_f64_to_f128_m()
809 z64 += (uint64_t) (mid < mid1) << 32 | mid >> 32; in _mesa_softfloat_mul_f64_to_f128_m()
814 z64 += (z0 < mid); in _mesa_softfloat_mul_f64_to_f128_m()
815 m_out[index_word(4, 3)] = z64 >> 32; in _mesa_softfloat_mul_f64_to_f128_m()
816 m_out[index_word(4, 2)] = z64; in _mesa_softfloat_mul_f64_to_f128_m()

Completed in 3 milliseconds