Searched refs:__divdc3 (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
H A Ddivdc3.c1 /* ===-- divdc3.c - Implement __divdc3 -------------------------------------===
10 * This file implements __divdc3 for the compiler_rt library.
22 __divdc3(double __a, double __b, double __c, double __d) function
H A Dapple_versioning.c56 NOT_HERE_BEFORE_10_6(__divdc3)
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DRuntimeStub.h26 extern double _Complex __divdc3(double, double, double, double);
H A DRuntime.def115 DEF_LLVM_RUNTIME(__divdc3)
/frameworks/compile/libbcc/runtime/test/Unit/
H A Ddivdc3_test.c1 //===-- divdc3_test.c - Test __divdc3 -------------------------------------===//
10 // This file tests __divdc3 for the compiler_rt library.
21 double _Complex __divdc3(double __a, double __b, double __c, double __d);
51 double _Complex r = __divdc3(a, b, c, d);

Completed in 9061 milliseconds