Searched refs:px (Results 1 – 4 of 4) sorted by relevance
128 pair_t px{1, 2}; in TEST() local131 std::cout << "px=" << px << " py=" << py << " px+py=" << (px + py) << "\n"; in TEST()132 std::cout << "px=" << px << " py=" << py << " px*py=" << (px * py) << "\n"; in TEST()133 std::cout << "px=" << px << " z=" << z << " px+z=" << (px + z) << "\n"; in TEST()134 std::cout << "px=" << px << " z=" << z << " px*z=" << (px * z) << "\n"; in TEST()135 std::cout << "px=" << px << " py=" << py << " innerProduct(px, py)=" in TEST()136 << innerProduct(px, py) << "\n"; in TEST()137 std::cout << "px=" << px << " py=" << py << " outerProduct(px, py)=" in TEST()138 << outerProduct(px, py) << "\n"; in TEST()148 std::cout << "ax=" << px << " ay=" << ay << " innerProduct(ax, ay)=" in TEST()[all …]
60 int px; member
97 int px = (int)round((power - graphMin) / increment); in audio_utils_log_plot() local100 if ((start || px == height) && it != last - 1) { in audio_utils_log_plot()
42 td,th { border: 1px solid; border-color: #aaaaaa; padding-left: 0.5em; padding-right: 0.5em }