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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
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
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 351 #ifndef __powisf2
352 #define __powisf2 __N(powisf2) macro
474 extern SFtype __powisf2 (SFtype, int);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 338 #ifndef __powisf2
339 #define __powisf2 __N(powisf2) macro
450 extern SFtype __powisf2 (SFtype, int);

Completed in 27 milliseconds