OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_sqrt
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGen/
libcalls.c
4
// CHECK-YES: define void @
test_sqrt
5
// CHECK-NO: define void @
test_sqrt
6
void
test_sqrt
(float a0, double a1, long double a2) {
function
/external/openssl/crypto/bn/
expspeed.c
75
#undef
TEST_SQRT
78
#if defined(TEST_EXP) + defined(TEST_MUL) + defined(TEST_SQR) + defined(TEST_GCD) + defined(TEST_KRON) + defined(TEST_INV) +defined(
TEST_SQRT
) != 1
82
#if defined(TEST_INV) || defined(
TEST_SQRT
)
236
# ifdef
TEST_SQRT
262
#ifdef
TEST_SQRT
302
#else /*
TEST_SQRT
*/
321
#else /*
TEST_SQRT
*/
325
#ifdef
TEST_SQRT
bntest.c
121
int
test_sqrt
(BIO *bp,BN_CTX *ctx);
263
if (!
test_sqrt
(out,ctx)) goto err;
1744
int
test_sqrt
(BIO *bp, BN_CTX *ctx)
function
[
all
...]
/external/llvm/test/CodeGen/Generic/
intrinsics.ll
8
define double @
test_sqrt
(float %F) {
Completed in 161 milliseconds