Home
last modified time | relevance | path

Searched refs:target_val (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh514 float target_val = T::get (points[target]); in infer_delta() local
522 else if (target_val <= hb_min (prev_val, next_val)) in infer_delta()
524 else if (target_val >= hb_max (prev_val, next_val)) in infer_delta()
528 float r = (target_val - prev_val) / (next_val - prev_val); in infer_delta()
/third_party/harfbuzz/src/
Dhb-ot-var-gvar-table.hh510 float target_val = T::get (points[target]); in infer_delta() local
518 else if (target_val <= hb_min (prev_val, next_val)) in infer_delta()
520 else if (target_val >= hb_max (prev_val, next_val)) in infer_delta()
524 float r = (target_val - prev_val) / (next_val - prev_val); in infer_delta()
/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c1440 struct storage *target_val; in emit_conditional_test() local
1453 target_val = new_storage(STOR_LABEL); in emit_conditional_test()
1454 target_val->label = target_false; in emit_conditional_test()
1455 target_val->flags = STOR_WANTS_FREE; in emit_conditional_test()
1456 insn("jz", target_val, NULL, NULL); in emit_conditional_test()
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py2487 for (key, target_val) in target_dict.items():
2494 new_configuration_dict[key] = gyp.simple_copy.deepcopy(target_val)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py2268 for (key, target_val) in target_dict.items():
2275 new_configuration_dict[key] = gyp.simple_copy.deepcopy(target_val)