OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__powisf2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
powisf2.c
1
/*===-- powisf2.cpp - Implement
__powisf2
---------------------------------===
10
* This file implements
__powisf2
for the compiler_rt library.
20
__powisf2
(float a, si_int b)
function in typeref:typename:COMPILER_RT_ABI float
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
powisf2_test.c
1
//===-- powisf2_test.cpp - Test
__powisf2
---------------------------------===//
10
// This file tests
__powisf2
for the compiler_rt library.
20
float
__powisf2
(float a, si_int b);
24
float x =
__powisf2
(a, b);
27
printf("error in
__powisf2
(%f, %d) = %f, expected %f\n",
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
powisf2_test.c
1
//===-- powisf2_test.cpp - Test
__powisf2
---------------------------------===//
10
// This file tests
__powisf2
for the compiler_rt library.
20
COMPILER_RT_ABI float
__powisf2
(float a, si_int b);
24
float x =
__powisf2
(a, b);
27
printf("error in
__powisf2
(%f, %d) = %f, expected %f\n",
Completed in 16 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025