Home
last modified time | relevance | path

Searched refs:__mulsc3 (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Dmulsc3_test.c21 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/
Dmulsc3.c22 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3() function
Dapple_versioning.c103 NOT_HERE_BEFORE_10_6(__mulsc3)
/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntimeStub.h60 extern float _Complex __mulsc3(float, float, float, float);
DRuntime.def198 DEF_LLVM_RUNTIME(__mulsc3)
/frameworks/compile/libbcc/runtime/
DRuntimeDoc.rst112 __mulsc3 : complex_float (float a, float b, float c, float d) // (a+bi) * (c+di) [[llvm]]
DREADME.txt167 float _Complex __mulsc3( float a, float b, float c, float d);