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.fea11 pos ligature f_l <anchor 300 800> mark @TOP_MARKS <anchor 300 -200> mark @BOTTOM_MARKS
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/v8/src/wasm/
Dwasm-opcodes.h210 V(F32SConvertI64, 0xb4, f_l) \
211 V(F32UConvertI64, 0xb5, f_l) \
522 V(f_l, kWasmF32, kWasmI64) \