Home
last modified time | relevance | path

Searched defs:LO (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsinbigf.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
H A D__vcosbigf.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
H A D__vsinbig.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
H A D__vcosbig.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
H A D__vsincosbig.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
H A D__vsincosbigf.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
H A D__vcosf.c47 #define LO(x) *(unsigned *)&x macro
50 #define LO(x) *(1+(unsigned *)&x) macro
H A D__vsinf.c47 #define LO(x) *(unsigned *)&x macro
50 #define LO(x) *(1+(unsigned *)&x) macro
H A D__vatan.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vatan2.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vsincosf.c47 #define LO(x) *(unsigned *)&x macro
50 #define LO(x) *(1+(unsigned *)&x) macro
H A D__vhypot.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vexp.c55 #define LO(x) *(unsigned *)&x macro
59 #define LO(x) *(1+(unsigned *)&x) macro
H A D__vlog.c64 #define LO(x) *(unsigned *)&x macro
69 #define LO(x) *(1+(unsigned *)&x) macro
H A D__vrhypotf.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vrhypot.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vrsqrt.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vsinbig_ultra3.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
H A D__vcosbig_ultra3.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
H A D__vcos.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vsin.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vsincos.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vpow.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h55 #define LO(N) ((u_int16_t)((N) & LO_MASK)) macro