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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsc3.c 1 /*===-- divsc3.c - Implement __divsc3 -------------------------------------===
10 * This file implements __divsc3 for the compiler_rt library.
21 __divsc3(float __a, float __b, float __c, float __d) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_complex_builtins.h 13 // This header defines __muldc3, __mulsc3, __divdc3, and __divsc3. These are
225 __DEVICE__ float _Complex __divsc3(float __a, float __b, float __c, float __d) { function
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 375 #ifndef __divsc3
376 #define __divsc3 __N(divsc3) macro
475 extern SCtype __divsc3 (SFtype, SFtype, SFtype, SFtype);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 362 #ifndef __divsc3
363 #define __divsc3 __N(divsc3) macro
451 extern SCtype __divsc3 (SFtype, SFtype, SFtype, SFtype);

Completed in 27 milliseconds