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

  /frameworks/compile/libbcc/runtime/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 124 NOT_HERE_BEFORE_10_6(__powixf2)
  /frameworks/compile/libbcc/runtime/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",
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 194 long double __powixf2(long double a, si_int b); // a ^ b
312 assert(__powixf2(2.0, 2) == 4.0);

Completed in 529 milliseconds