Searched refs:exp2f (Results 1 – 25 of 72) sorted by relevance
123
/external/arm-optimized-routines/test/testcases/directed/ |
D | exp2f.tst | 1 ; exp2f.tst - Directed test cases for exp2f 6 func=exp2f op1=7fc00001 result=7fc00001 errno=0 7 func=exp2f op1=ffc00001 result=7fc00001 errno=0 8 func=exp2f op1=7f800001 result=7fc00001 errno=0 status=i 9 func=exp2f op1=ff800001 result=7fc00001 errno=0 status=i 10 func=exp2f op1=7f800000 result=7f800000 errno=0 11 func=exp2f op1=7f7fffff result=7f800000 errno=ERANGE status=ox 12 func=exp2f op1=ff800000 result=00000000 errno=0 13 func=exp2f op1=ff7fffff result=00000000 errno=ERANGE status=ux 14 func=exp2f op1=00000000 result=3f800000 errno=0 [all …]
|
/external/arm-optimized-routines/math/ |
D | exp2f.c | 34 exp2f (float x) in exp2f() function 78 strong_alias (exp2f, __exp2f_finite) 79 hidden_alias (exp2f, __ieee754_exp2f)
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | exp2.ll | 17 %tmp3 = tail call float @exp2f( float %tmp12 ) nounwind readonly ; <float> [#uses=1] 21 declare float @exp2f(float) nounwind readonly
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | exp2-1.ll | 10 declare float @exp2f(float) 41 %ret = call float @exp2f(float %conv) 75 %ret = call float @exp2f(float %conv)
|
/external/llvm/test/Transforms/InstCombine/ |
D | exp2-1.ll | 10 declare float @exp2f(float) 41 %ret = call float @exp2f(float %conv) 75 %ret = call float @exp2f(float %conv)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/ |
D | float-intrinsics.ll | 54 define float @exp2f(float %F) { 55 ; CHECK-LABEL: exp2f: 56 ; CHECK: bl exp2f
|
/external/llvm/test/CodeGen/XCore/ |
D | float-intrinsics.ll | 54 define float @exp2f(float %F) { 55 ; CHECK-LABEL: exp2f: 56 ; CHECK: bl exp2f
|
/external/arm-optimized-routines/math/include/ |
D | mathlib.h | 12 float exp2f (float);
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-29-128bitArithmetics.ll | 99 ; CHECK: bl {{.*}}exp2f 102 ; CHECK: bl {{.*}}exp2f 105 ; CHECK: bl {{.*}}exp2f 108 ; CHECK: bl {{.*}}exp2f
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2011-11-29-128bitArithmetics.ll | 99 ; CHECK: bl {{.*}}exp2f 102 ; CHECK: bl {{.*}}exp2f 105 ; CHECK: bl {{.*}}exp2f 108 ; CHECK: bl {{.*}}exp2f
|
/external/arm-optimized-routines/test/testcases/random/ |
D | float.tst | 12 test exp2f 10000
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_math.c | 51 pow2_table[i] = exp2f((i - POW2_TABLE_OFFSET) / POW2_TABLE_SCALE); in init_pow2_table()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | exp2.ll | 2 ; RUN: grep "bl exp2f" %t1.s | count 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Util/ |
D | libcalls-shrinkwrap-float.ll | 30 %call_3 = call float @exp2f(float %value) 36 ; CHECK-NEXT: %call_3 = call float @exp2f(float %value) 63 declare float @exp2f(float)
|
/external/mesa3d/include/ |
D | c99_math.h | 105 exp2f(float f) in exp2f() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/ |
D | triple-init2.ll | 16 ; CHECK: U exp2f
|
/external/arm-optimized-routines/ |
D | Android.bp | 16 "math/exp2f.c",
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 364 %call = call float @exp2f(float %0) #3 365 ;pic: lw ${{[0-9]+}}, %call16(exp2f)(${{[0-9]+}}) 372 declare float @exp2f(float) #0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 364 %call = call float @exp2f(float %0) #3 365 ;pic: lw ${{[0-9]+}}, %call16(exp2f)(${{[0-9]+}}) 372 declare float @exp2f(float) #0
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 80 float exp2f(float); 278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 34 declare float @exp2f(float) readnone nounwind 140 %25 = call float @exp2f(float 3.000000e+00)
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 65 ; SOFT: bl exp2f 66 ; HARD: b exp2f
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 65 ; SOFT: bl exp2f 66 ; HARD: b exp2f
|
/external/swiftshader/src/Common/ |
D | Math.hpp | 149 return exp2f(x); in exp2()
|
/external/swiftshader/src/System/ |
D | Math.hpp | 149 return exp2f(x); in exp2()
|
123