HomeSort by relevance Sort by last modified time
    Searched refs:f_l (Results 1 - 3 of 3) sorted by null

  /external/crcalc/src/com/hp/creals/
UnaryCRFunction.java 359 // F_l and f_h are always the approximate images of l and h.
360 // At any point, arg is between f_l and f_h, or no more than
361 // one outside [f_l, f_h].
366 // a point slightly inside the interval, and letting f_l
369 // At the endpoints of the interval, f_l and f_h may correspond
371 // F_l and f_u are scaled by working_eval_prec.
375 BigInteger l, f_l; local
388 f_l = f_low[0].get_appr(working_eval_prec);
392 || f_l.compareTo(arg_appr.add(big1)) > 0) {
423 f_l = f_low[0].get_appr(working_eval_prec)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
arg.h 236 #define ISL_ARG_STR_LIST(st,f_n,f_l,s,l,a,h) { \
241 .offset = offsetof(st, f_l), \
  /external/v8/src/wasm/
wasm-opcodes.h 235 V(F32SConvertI64, 0xb4, f_l) \
236 V(F32UConvertI64, 0xb5, f_l) \
476 V(f_l, kWasmF32, kWasmI64) \

Completed in 236 milliseconds