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

  /external/compiler-rt/lib/
powisf2.c 1 /*===-- powisf2.cpp - Implement __powisf2 ---------------------------------===
10 * This file implements __powisf2 for the compiler_rt library.
20 __powisf2(float a, si_int b) function
apple_versioning.c 122 NOT_HERE_BEFORE_10_6(__powisf2)
259 NOT_HERE_UNTIL_AFTER_4_3(__powisf2)
  /external/compiler-rt/test/Unit/
powisf2_test.c 1 //===-- powisf2_test.cpp - Test __powisf2 ---------------------------------===//
10 // This file tests __powisf2 for the compiler_rt library.
20 float __powisf2(float a, si_int b);
24 float x = __powisf2(a, b);
27 printf("error in __powisf2(%f, %d) = %f, expected %f\n",

Completed in 118 milliseconds