Home
last modified time | relevance | path

Searched defs:one (Results 1 – 25 of 216) sorted by relevance

123456789

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_equiv1.c5 int *one; variable
H A Dsm_impossible2.c3 int one(void) in one() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dlog.c382 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local
459 double F, f, g, q, u, v, u2, one = 1.0; local
H A Dasinh.c93 one =1.0 ; variable
H A Dexpm1.c115 const static double one=1.0, half=1.0/2.0; variable
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dacosl.c51 static const long double zero = 0.0L, one = 1.0L; variable
H A Datanhl.c50 static const long double zero = 0.0L, half = 0.5L, one = 1.0L; variable
H A Dacoshl.c37 one = 1.0L, variable
H A Dlog2l.c50 one = 1.0L, variable
H A Dasinhl.c36 one = 1.0L, variable
H A Drintl.c45 static const double one = 1.0; variable
H A Dasinl.c46 static const long double zero = 0.0L, small = 1.0e-20L, half = 0.5L, one = 1.0L; variable
/illumos-gate/usr/src/lib/libm/common/C/
H A Dacosh.c54 one = 1.0, variable
H A Dasinh.c54 #define one xxx[0] macro
H A Dceil.c42 one = 1.0, variable
H A Dfloor.c42 one = 1.0, variable
H A Dtanh.c63 one = 1.0, variable
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dacoshl.c37 one = 1.0L, variable
H A Dasinhl.c36 one = 1.0L, variable
H A Dsinhl.c68 #define one C[1] macro
H A Datanhl.c63 one = (GENERIC) 1.0; variable
H A Dcoshl.c78 #define one C[1] macro
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d39 one, enumerator
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_bits.c157 static int binfo_equiv(struct bit_info *one, struct bit_info *two) in binfo_equiv()
167 struct bit_info *one, *two; in merge_bstates() local
187 static struct bit_info *combine_bit_info(struct bit_info *one, struct bit_info *two) in combine_bit_info()
H A Dsmatch_var_sym.c191 struct var_sym_list *combine_var_sym_lists(struct var_sym_list *one, struct var_sym_list *two) in combine_var_sym_lists()
200 int var_sym_lists_equiv(struct var_sym_list *one, struct var_sym_list *two) in var_sym_lists_equiv()

123456789