Searched refs:f_sub (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dopenrisc-opc.h70 long f_sub; member in struct:cgen_fields
/macosx-10.10.1/ruby-106/ruby/
H A Drational.c128 f_sub(VALUE x, VALUE y) function
690 c = f_sub(a, b);
707 c = f_sub(a, b);
784 return f_sub(f_to_f(self), other);
1084 return f_cmp(f_sub(num1, num2), ZERO);
1185 return rb_assoc_new(val, f_sub(self, f_mul(other, val)));
1507 k = f_sub(c, ONE);
1510 t = f_reciprocal(f_sub(b, k));
1511 b = f_reciprocal(f_sub(a, k));
1549 a = f_sub(sel
[all...]
H A Dcomplex.c145 f_sub(VALUE x, VALUE y) function
417 f_sub(real, dat->imag),
431 f_sub(adat->real, bdat->imag),
595 m_sqrt_bang(f_div(f_sub(a, dat->real), TWO)));
745 return f_addsub(self, other, f_sub, '-');
768 real = f_sub(f_mul(adat->real, bdat->real),
808 (*func)(f_sub(adat->imag,
823 (*func)(f_sub(f_mul(adat->imag, r),
913 nr = m_exp_bang(f_sub(f_mul(dat->real, m_log_bang(r)),
941 f_sub(f_mu
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dfilter.c158 assert( f.f_sub != NULL );
502 f->f_sub = op->o_tmpalloc( sizeof( ssa ), op->o_tmpmemctx );
503 *f->f_sub = ssa;
542 if ( f->f_sub->sa_desc->ad_flags & SLAP_DESC_TEMPORARY )
543 op->o_tmpfree( f->f_sub->sa_desc, op->o_tmpmemctx );
544 op->o_tmpfree( f->f_sub, op->o_tmpmemctx );
902 n->f_sub = mf->bmf_calloc( 1, sizeof(SubstringsAssertion), memctx );
H A Dfilterentry.c973 bv, f->f_sub, &text );
H A Dslap.h1083 #define f_sub f_un.f_un_ssa macro
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_core.c29 #define f_sub(x,y) rb_funcall(x, '-', 1, y) macro
48 #define f_sub3(x,y,z) f_sub(f_sub(x, y), z)
1110 _nth = f_sub(_nth, INT2FIX(1));\
1568 return rb_rational_new2(f_sub(f_mul(r,
1599 r = rb_rational_new1(f_sub(m_real_jd(x),
3901 set_hash("jd", d_lite_jd(f_add(f_sub(d,
4111 wday = f_mod(f_sub(wday, INT2FIX(1)),
4861 return f_sub(m_real_local_jd(dat), INT2FIX(2400001));
4877 return f_sub(m_real_local_j
[all...]
H A Ddate_strptime.c40 #define f_sub(x,y) rb_funcall(x, '-', 1, y) macro
H A Ddate_parse.c16 #define f_sub(x,y) rb_funcall(x, '-', 1, y) macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dfilterindex.c165 rc = substring_candidates( op, rtxn, f->f_sub, ids, tmp );

Completed in 466 milliseconds