Searched refs:__mulsc3 (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/libbcc/runtime/test/Unit/ |
D | mulsc3_test.c | 21 float _Complex __mulsc3(float __a, float __b, float __c, float __d); 51 float _Complex r = __mulsc3(a, b, c, d); in test__mulsc3()
|
/frameworks/compile/libbcc/runtime/lib/ |
D | mulsc3.c | 22 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3() function
|
D | apple_versioning.c | 103 NOT_HERE_BEFORE_10_6(__mulsc3)
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | RuntimeStub.h | 60 extern float _Complex __mulsc3(float, float, float, float);
|
D | Runtime.def | 198 DEF_LLVM_RUNTIME(__mulsc3)
|
/frameworks/compile/libbcc/runtime/ |
D | RuntimeDoc.rst | 112 __mulsc3 : complex_float (float a, float b, float c, float d) // (a+bi) * (c+di) [[llvm]]
|
D | README.txt | 167 float _Complex __mulsc3( float a, float b, float c, float d);
|