HomeSort by: relevance | last modified time | path
    Searched defs:option_square (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tune/
speed.c 118 int option_square = 0; variable
612 (option_square == 1 ? (n)*(n) \
613 : option_square == 2 ? (n)*((n)+1)/2 \
1207 option_square = 1;
1210 option_square = 2;

Completed in 48 milliseconds