Home
last modified time | relevance | path

Searched refs:f_quo (Results 1 – 7 of 7) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DNumber.cc6000 mpfr_t f_pi, f_quo; local
6008 mpfr_frac(f_quo, f_quo, MPFR_RNDN);
6017 mpfr_abs(f_quo, f_quo, MPFR_RNDN);
6018 mpfr_mul_ui(f_quo, f_quo, 2, MPFR_RNDN);
6019 mpfr_sub_ui(f_quo, f_quo, 1, MPFR_RNDN);
6335 mpfr_t f_pi, f_quo; local
6344 mpfr_frac(f_quo, f_quo, MPFR_RNDN);
6354 mpfr_abs(f_quo, f_quo, MPFR_RNDN);
6355 mpfr_mul_ui(f_quo, f_quo, 2, MPFR_RNDN);
6356 mpfr_sub_ui(f_quo, f_quo, 1, MPFR_RNDN);
[all …]
/dports/math/GiNaC/ginac-1.8.2/ginsh/
H A Dginsh_parser.cpp2158 static ex f_quo(const exprseq &e) in f_quo() function
2388 {"quo", f_quo, 3},
H A Dginsh_parser.ypp505 static ex f_quo(const exprseq &e)
735 {"quo", f_quo, 3},
/dports/lang/ruby26/ruby-2.6.9/
H A Dcomplex.c872 return f_divide(self, other, f_quo, id_quo); in rb_complex_div()
894 return f_quo(ONE, x); in f_reciprocal()
H A Drational.c1617 #define f_quo(x,y) rb_funcall((x), id_quo, 1, (y)) macro
1619 #define f_reciprocal(x) f_quo(ONE, (x))
/dports/lang/ruby26/ruby-2.6.9/ext/date/
H A Ddate_core.c36 #define f_quo(x,y) rb_funcall(x, rb_intern("quo"), 1, y) macro
936 return f_quo(s, INT2FIX(DAY_IN_SECONDS)); in sec_to_day()
950 return f_quo(n, day_in_nanoseconds); in ns_to_day()
959 return f_quo(m, INT2FIX(SECOND_IN_MILLISECONDS)); in ms_to_sec()
968 return f_quo(n, INT2FIX(SECOND_IN_NANOSECONDS)); in ns_to_sec()
3168 *fr = f_quo(*fr, INT2FIX(24)); in h_trunc()
3185 *fr = f_quo(*fr, INT2FIX(1440)); in min_trunc()
3202 *fr = f_quo(*fr, INT2FIX(86400)); in s_trunc()
/dports/math/calc/calc-2.14.0.14/
H A Dfunc.c3869 f_quo(int count, VALUE **vals) in f_quo() function
10360 {"quo", 2, 3, 0, OP_NOP, 0, f_quo,