Home
last modified time | relevance | path

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

/external/compiler-rt/test/Unit/
Ddivsc3_test.c21 float _Complex __divsc3(float __a, float __b, float __c, float __d);
51 float _Complex r = __divsc3(a, b, c, d); in test__divsc3()
/external/clang/utils/OptionalTests/Extra/Runtime/
Ddarwin-clang_rt.c207 float _Complex __divsc3( float a, float b, float c, float d);
300 assert(__divsc3(1.0, 2.0, 4.0, 8.0) == (0.25 + 0j)); in main()
/external/compiler-rt/lib/
Ddivsc3.c21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3() function
Dapple_versioning.c58 NOT_HERE_BEFORE_10_6(__divsc3)
184 NOT_HERE_UNTIL_AFTER_4_3(__divsc3)
/external/llvm/test/CodeGen/X86/
D2008-02-27-PEICrash.ll3 define i64 @__divsc3(float %a, float %b, float %c, float %d) nounwind readnone {
D2010-05-25-DotDebugLoc.ll12 define hidden %0 @__divsc3(float %a, float %b, float %c, float %d) nounwind readnone {
204 …data !{i32 524334, i32 0, metadata !2, metadata !"__divsc3", metadata !"__divsc3", metadata !"__di…
/external/compiler-rt/
DREADME.txt189 float _Complex __divsc3( float a, float b, float c, float d);