Searched refs:dot (Results 1 – 6 of 6) sorted by relevance
73 static int es8388_set_adc_dac_volume(int mode, int volume, int dot) in es8388_set_adc_dac_volume() argument83 dot = (dot >= 5 ? 1 : 0); in es8388_set_adc_dac_volume()84 volume = (-volume << 1) + dot; in es8388_set_adc_dac_volume()
206 # first line (until the first dot) of a Javadoc-style comment as the brief225 # line (until the first dot) of a Qt-style comment as the brief description. If484 # encounter. Generating dot graphs in parallel is controlled by the2178 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is2433 # Configuration options related to the dot tool2469 # subgraphs. When you want a differently looking font in the dot files that2498 # You can set the path where dot can find font specified with fontname in2499 # DOT_COMMON_ATTR and others dot attributes.2642 # of child directories generated in directory dependency graphs by dot.2650 # output formats in the documentation of the dot tool (Graphviz (see:[all …]
25 dot com.
89 dot com.
3058 vg_lite_float_t dot, length, angle, cosVal; in _angle() local3061 dot = Ux * Vx + Uy * Vy; in _angle()3064 cosVal = dot / length; in _angle()
Completed in 31 milliseconds