HomeSort by: relevance | last modified time | path
    Searched refs:p_double (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_215.c 20 test(struct str str, const double *p_double)
40 _mm_load_sd(p_double);
msg_247.c 361 static double *p_double; variable in typeref:typename:double *
375 p_int = p_double;
377 p_int = (int *)p_double;
380 p_anything = p_double;
382 p_anything = (anything *)p_double;
384 p_double = p_anything;
386 p_double = (double *)p_anything;

Completed in 27 milliseconds