HomeSort by relevance Sort by last modified time
    Searched refs:__powixf2 (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/
powixf2.c 1 /* ===-- powixf2.cpp - Implement __powixf2 ---------------------------------===
10 * This file implements __powixf2 for the compiler_rt library.
22 __powixf2(long double a, si_int b) function
apple_versioning.c 132 NOT_HERE_BEFORE_10_6(__powixf2)
  /external/compiler-rt/test/Unit/
powixf2_test.c 1 //===-- powixf2_test.cpp - Test __powixf2 ---------------------------------===//
10 // This file tests __powixf2 for the compiler_rt library.
22 long double __powixf2(long double a, si_int b);
26 long double x = __powixf2(a, b);
29 printf("error in __powixf2(%Lf, %d) = %Lf, expected %Lf\n",

Completed in 101 milliseconds