Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftstroke.c109 FT_Int close1, close2; in ft_conic_is_small_enough() local
117 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
120 if ( close1 ) in ft_conic_is_small_enough()
200 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local
210 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_cubic_is_small_enough()
214 if ( close1 ) in ft_cubic_is_small_enough()
/external/tensorflow/tensorflow/cc/training/
Dqueue_runner_test.cc192 auto close1 = QueueClose(root.WithOpName(kCloseOp1), q1); in BuildDoubleQueueGraph() local