Searched defs:zero (Results 1 - 25 of 195) sorted by relevance

12345678

/freebsd-current/lib/msun/src/
H A Ds_truncl.c34 static const float zero[] = { 0.0, -0.0 }; variable
H A Ds_modfl.c55 static const long double zero[] = { 0.0L, -0.0L }; variable
H A Ds_rintl.c51 static const float zero[2] = { 0.0, -0.0 }; variable
H A De_remainderf.c19 static const float zero = 0.0; variable
H A De_atanh.c38 static const double zero = 0.0; variable
H A De_atanhf.c21 static const float zero = 0.0; variable
H A De_atanhl.c48 static const double zero = 0.0; variable
H A De_log2f.c25 static const float zero = 0.0; variable
H A De_remainder.c27 static const double zero = 0.0; variable
H A De_log10.c34 static const double zero = 0.0; variable
H A De_logf.c29 static const float zero = 0.0; variable
H A De_log10f.c27 static const float zero = 0.0; variable
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dcore1.c11 static unsigned char zero[32]; variable
H A Dchacha20.c26 unsigned char zero[160]; local
113 unsigned char zero[160]; local
/freebsd-current/usr.sbin/lpr/common_source/
H A Drequest.c49 static struct request zero; local
/freebsd-current/lib/libc/tests/string/
H A Dffs_test.c40 ATF_TC_WITHOUT_HEAD(zero); variable
H A Dfls_test.c40 ATF_TC_WITHOUT_HEAD(zero); variable
H A Dmemcmp_test.c67 ATF_TC_WITHOUT_HEAD(zero); variable
/freebsd-current/contrib/jemalloc/src/
H A Dextent_mmap.c22 extent_alloc_mmap(void *new_addr, size_t size, size_t alignment, bool *zero, argument
/freebsd-current/contrib/netbsd-tests/lib/libskey/
H A Dt_algorithms.c44 h_check(const char *pass, const char *seed, const char *algo, const char *zero, const char *one, const char *nine) argument
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_verify/sodium/
H A Dverify.c38 const __m128i zero = _mm_setzero_si128(); local
/freebsd-current/contrib/wpa/src/tls/
H A Dpkcs8.c23 struct bignum *zero; local
/freebsd-current/sbin/ipf/libipf/
H A Dprinthash_live.c15 iphtent_t entry, zero; local
H A Dprintdstl_live.c20 ipf_dstnode_t *entry, *zero; local
/freebsd-current/lib/libc/tests/stdio/
H A Dmkostemp_test.c133 ATF_TC_WITHOUT_HEAD(zero); variable

Completed in 182 milliseconds

12345678