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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
muldc3_test.c 49 int test__muldc3(double a, double b, double c, double d) function in typeref:typename:int
52 // printf("test__muldc3(%f, %f, %f, %f) = %f + I%f\n",
360 if (test__muldc3(x[i][0], x[i][1], x[j][0], x[j][1]))
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
muldc3_test.c 50 int test__muldc3(double a, double b, double c, double d) function in typeref:typename:int
53 // printf("test__muldc3(%f, %f, %f, %f) = %f + I%f\n",
361 if (test__muldc3(x[i][0], x[i][1], x[j][0], x[j][1]))

Completed in 29 milliseconds