Home
last modified time | relevance | path

Searched refs:exit_x (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1000 float entry_x, entry_y, exit_x, exit_y; in apply() local
1001 (this+prev_record.exitAnchor).get_anchor (c, buffer->info[i].codepoint, &exit_x, &exit_y); in apply()
1010 pos[i].x_advance = round (exit_x) + pos[i].x_offset; in apply()
1017 d = round (exit_x) + pos[i].x_offset; in apply()
1052 hb_position_t x_offset = entry_x - exit_x; in apply()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc634 auto exit_x = ops::internal::Exit(scope.WithOpName("while/Exit/x"), in TEST() local
658 auto sink_x = ops::Identity(scope.WithOpName("sink_x"), exit_x); in TEST()