Home
last modified time | relevance | path

Searched refs:f_l (Results 1 – 8 of 8) sorted by relevance

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java375 BigInteger l, f_l; in approximate() local
388 f_l = f_low[0].get_appr(working_eval_prec); in approximate()
392 || f_l.compareTo(arg_appr.add(big1)) > 0) { in approximate()
423 f_l = f_low[0].get_appr(working_eval_prec); in approximate()
427 f_l = fn.execute(l_cr).get_appr(working_eval_prec); in approximate()
440 trace("f(l) = " + f_l); trace("f(h) = " + f_h); in approximate()
445 BigInteger f_difference = f_h.subtract(f_l); in approximate()
462 BigInteger arg_difference = arg_appr.subtract(f_l); in approximate()
516 f_l = f_low[0].get_appr(working_eval_prec); in approximate()
518 f_l = fn.execute(l_cr) in approximate()
[all …]
/external/fonttools/Tests/feaLib/data/
Dmultiple_feature_blocks.fea7 sub f l by f_l;
Dmini.fea11 substitute f l by f_l;
DGPOS_5.fea16 pos ligature f_l
Dfeature_aalt.fea28 sub f l by f_l;
Dspec4h2.fea28 sub f l by f_l;
Dspec4h1.fea22 sub f l by f_l;
/external/llvm-project/polly/lib/External/isl/include/isl/
Darg.h247 #define ISL_ARG_STR_LIST(st,f_n,f_l,s,l,a,h) { \ argument
252 .offset = offsetof(st, f_l), \