Home
last modified time | relevance | path

Searched refs:test_exp (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll33 define void @test_exp(float %float, double %double, fp128 %fp128) {
34 ; CHECK-LABEL: test_exp:
Darm64-illegal-float-ops.ll33 define void @test_exp(float %float, double %double, fp128 %fp128) {
34 ; CHECK-LABEL: test_exp:
Df16-instructions.ll586 ; CHECK-LABEL: test_exp:
594 define half @test_exp(half %a) #0 {
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll59 define void @test_exp(<4 x float>* %X) nounwind {
61 ; CHECK-LABEL: test_exp:
Dfp16-promote.ll498 ; CHECK-FP16-LABEL: test_exp:
502 ; CHECK-LIBCALL-LABEL: test_exp:
506 define void @test_exp(half* %p) #0 {
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp76 void test_exp() in test_exp() function
621 test_exp(); in main()
/external/boringssl/src/crypto/bn/
Dbn_test.cc117 static bool test_exp(FILE *fp, BN_CTX *ctx);
295 if (!test_exp(bc_file.get(), ctx.get()) || in main()
1273 static bool test_exp(FILE *fp, BN_CTX *ctx) { in test_exp() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp249 void test_exp() in test_exp() function
1425 test_exp(); in main()