OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__divsc3
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/
divsc3.c
1
/*===-- 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
apple_versioning.c
58
NOT_HERE_BEFORE_10_6(
__divsc3
)
184
NOT_HERE_UNTIL_AFTER_4_3(
__divsc3
)
/external/compiler-rt/test/Unit/
divsc3_test.c
1
//===-- 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 24 milliseconds