Home
last modified time | relevance | path

Searched defs:one (Results 26 – 50 of 216) sorted by relevance

123456789

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog10l.c73 one = 1.0L, variable
H A Dtanhl.c63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
H A Dexp2l.c50 one = 1.0L; variable
H A Dsinhl.c70 one = 1.0L, variable
H A Datan2l.c67 one = 1.0L, variable
H A Dcoshl.c79 one = 1.0L, variable
H A Dexp10l.c56 one = 1.0L, variable
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dcoshl.c78 #define one C[1] macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dexpm1.c115 const static double one=1.0, half=1.0/2.0; variable
H A Dlog1p.c121 const static double zero=0.0, negone= -1.0, one=1.0, variable
H A Dexp__E.c117 const static double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; variable
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_slist.c250 static void copy_possibles(struct sm_state *to, struct sm_state *one, struct sm_state *two) in copy_possibles()
453 struct sm_state *merge_sm_states(struct sm_state *one, struct sm_state *two) in merge_sm_states()
691 static void match_states_stree(struct stree **one, struct stree **two) in match_states_stree()
748 static void call_pre_merge_hooks(struct stree **one, struct stree **two) in call_pre_merge_hooks()
816 struct sm_state *one, *two, *res; in __merge_stree() local
908 struct stree *one = *to; in merge_fake_stree() local
H A Dsmatch_sval.c267 int sval_cmp_t(struct symbol *type, sval_t one, sval_t two) in sval_cmp_t()
276 int sval_cmp_val(sval_t one, long long val) in sval_cmp_val()
284 sval_t sval_min(sval_t one, sval_t two) in sval_min()
291 sval_t sval_max(sval_t one, sval_t two) in sval_max()
H A Dsmatch_string_list.c72 struct string_list *combine_string_lists(struct string_list *one, struct string_list *two) in combine_string_lists()
/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp2.c54 #define one C[1] macro
H A Dexp10.c63 #define one C[6] macro
H A Dscalbn.c34 one = 1.0, variable
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-strl.c30 int one, two, k; variable
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_kdb.c363 int one; in kdb_put_entry() local
403 int one = 1; in kdb_delete_entry() local
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d38 one = 1, enumerator
/illumos-gate/usr/src/lib/libm/common/R/
H A D__tanf.c60 #define one q[0] macro
H A Dexpf.c335 #define one F[1] macro
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dclog.c68 static const double half = 0.5, one = 1.0; variable
H A Dctanhf.c36 static const float four = 4.0F, two = 2.0F, one = 1.0F, zero = 0.0F; variable
H A Dctanhl.c37 static const long double four = 4.0L, two = 2.0L, one = 1.0L, zero = 0.0L; variable

123456789