Searched refs:test_pow (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGen/ |
D | le32-libcall-pow.c | 13 void test_pow(float a0, double a1, long double a2) { in test_pow() function
|
D | libcalls.c | 38 void test_pow(float a0, double a1, long double a2) { in test_pow() function
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 165 define void @test_pow(float %float, double %double, fp128 %fp128) { 166 ; CHECK-LABEL: test_pow:
|
D | arm64-illegal-float-ops.ll | 165 define void @test_pow(float %float, double %double, fp128 %fp128) { 166 ; CHECK-LABEL: test_pow:
|
D | f16-instructions.ll | 545 ; CHECK-LABEL: test_pow: 554 define half @test_pow(half %a, half %b) #0 {
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-29-128bitArithmetics.ll | 215 define void @test_pow(<4 x float>* %X) nounwind { 217 ; CHECK-LABEL: test_pow:
|
D | fp16-promote.ll | 499 ; CHECK-FP16-LABEL: test_pow: 504 ; CHECK-LIBCALL-LABEL: test_pow: 509 define void @test_pow(half* %p, half* %q) #0 {
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 151 void test_pow() in test_pow() function 630 test_pow(); in main()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 419 void test_pow() in test_pow() function 1434 test_pow(); in main()
|