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

  /external/compiler-rt/lib/builtins/
powitf2.c 1 /* ===-- powitf2.cpp - Implement __powitf2 ---------------------------------===
10 * This file implements __powitf2 for the compiler_rt library.
22 __powitf2(long double a, si_int b) function
apple_versioning.c 132 NOT_HERE_BEFORE_10_6(__powitf2)
  /external/compiler-rt/test/builtins/Unit/
powitf2_test.c 1 //===-- powitf2_test.cpp - Test __powitf2 ---------------------------------===//
10 // This file tests __powitf2 for the compiler_rt library.
23 COMPILER_RT_ABI long double __powitf2(long double a, si_int b);
27 long double x = __powitf2(a, b);
30 printf("error in __powitf2(%Lf, %d) = %Lf, expected %Lf\n",

Completed in 134 milliseconds