Searched refs:__divsc3 (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Ddivsc3.c1 /*===-- 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
H A Dapple_versioning.c67 NOT_HERE_BEFORE_10_6(__divsc3)
243 NOT_HERE_UNTIL_AFTER_4_3(__divsc3)
/external/compiler-rt/test/builtins/Unit/
H A Ddivsc3_test.c1 //===-- divsc3_test.c - Test __divsc3 -------------------------------------===//
10 // This file tests __divsc3 for the compiler_rt library.
21 float _Complex __divsc3(float __a, float __b, float __c, float __d);
51 float _Complex r = __divsc3(a, b, c, d);

Completed in 1045 milliseconds