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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
powidf2.c 1 /* ===-- powidf2.cpp - Implement __powidf2 ---------------------------------===
10 * This file implements __powidf2 for the compiler_rt library.
20 __powidf2(double a, si_int b) function in typeref:typename:COMPILER_RT_ABI double
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
powidf2_test.c 1 //===-- powidf2_test.cpp - Test __powidf2 ---------------------------------===//
10 // This file tests __powidf2 for the compiler_rt library.
20 double __powidf2(double a, si_int b);
24 double x = __powidf2(a, b);
27 printf("error in __powidf2(%f, %d) = %f, expected %f\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
powidf2_test.c 1 //===-- powidf2_test.cpp - Test __powidf2 ---------------------------------===//
10 // This file tests __powidf2 for the compiler_rt library.
20 COMPILER_RT_ABI double __powidf2(double a, si_int b);
24 double x = __powidf2(a, b);
27 printf("error in __powidf2(%f, %d) = %f, expected %f\n",

Completed in 13 milliseconds