Home
last modified time | relevance | path

Searched refs:copysignf (Results 1 – 25 of 120) sorted by relevance

12345

/external/llvm-project/libc/test/src/math/
Dcopysignf_test.cpp20 EXPECT_FP_EQ(nan, __llvm_libc::copysignf(nan, -1.0)); in TEST()
21 EXPECT_FP_EQ(nan, __llvm_libc::copysignf(nan, 1.0)); in TEST()
23 EXPECT_FP_EQ(negInf, __llvm_libc::copysignf(inf, -1.0)); in TEST()
24 EXPECT_FP_EQ(inf, __llvm_libc::copysignf(negInf, 1.0)); in TEST()
26 EXPECT_FP_EQ(negZero, __llvm_libc::copysignf(zero, -1.0)); in TEST()
27 EXPECT_FP_EQ(zero, __llvm_libc::copysignf(negZero, 1.0)); in TEST()
39 float res1 = __llvm_libc::copysignf(x, -x); in TEST()
42 float res2 = __llvm_libc::copysignf(x, x); in TEST()
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c35 float copysignf(float x, float y) in copysignf() function
90 float magic = copysignf(8388608.0f /* 0x1.0p23f */, x); in rintf()
93 x = copysignf(rounded, x); in rintf()
434 x = copysignf((float)rounded, x); in truncf()
470 x = copysignf(absx, x); in lroundf()
499 if (absx < 0.5f) return copysignf(0.0f, x); in roundf()
506 x = copysignf(absx, x); in roundf()
532 return copysignf(z, x); in cbrtf()
562 float magic = copysignf(8388608.0f /* 0x1.0p23f */, x); in lrintf()
/external/llvm/test/CodeGen/X86/
Dcopysign-constant-magnitude.ll70 %d0 = call float @copysignf(float 0.000000e+00, float %iX)
77 %dn0 = call float @copysignf(float -0.000000e+00, float %id0)
84 %d1 = call float @copysignf(float 1.000000e+00, float %idn0)
91 %dn1 = call float @copysignf(float -1.000000e+00, float %id1)
101 declare float @copysignf(float, float) nounwind readnone
Dfp-in-intregs.ll16 …%tmp2 = tail call float @copysignf( float 1.000000e+00, float %x ) nounwind readnone ; <float> […
21 declare float @copysignf(float, float) nounwind readnone
Dpr13577.ll26 %c = call float @copysignf(float 1.0, float undef) readnone
35 declare float @copysignf(float, float)
Dsse-fcopysign.ll14 ; X32-NEXT: calll copysignf
22 ; X64-NEXT: jmp copysignf
23 %tmp = tail call float @copysignf( float %b, float %a )
49 declare float @copysignf(float, float)
/external/XNNPACK/src/math/
Droundu-scalar-addsub.c46 const float vrndx = copysignf(vrndabsx, vx); in xnn_math_f32_roundu__scalar_addsub()
53 const float vy = copysignf(vprey, vrndx); in xnn_math_f32_roundu__scalar_addsub()
/external/llvm-project/llvm/test/CodeGen/X86/
Dcopysign-constant-magnitude.ll78 %y = call float @copysignf(float 0.0, float %x)
90 %y = call float @copysignf(float -0.0, float %x)
108 %y = call float @copysignf(float 1.0, float %x)
129 %y = call float @copysignf(float -1.0, float %x)
134 declare float @copysignf(float, float) nounwind readnone
Dfp-in-intregs.ll16 …%tmp2 = tail call float @copysignf( float 1.000000e+00, float %x ) nounwind readnone ; <float> […
21 declare float @copysignf(float, float) nounwind readnone
Dpr13577.ll34 %c = call float @copysignf(float 1.0, float undef) readnone
38 declare float @copysignf(float, float)
Dsse-fcopysign.ll17 ; X32-NEXT: calll copysignf
26 ; X64-NEXT: jmp copysignf # TAILCALL
27 %tmp = tail call float @copysignf( float %b, float %a )
56 declare dso_local float @copysignf(float, float)
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-fcopysign.ll10 %0 = tail call float @copysignf(float %x, float %y) nounwind readnone
44 %2 = tail call float @copysignf(float 5.000000e-01, float %1) nounwind readnone
51 declare float @copysignf(float, float) nounwind readnone
/external/llvm/test/CodeGen/AArch64/
Darm64-fcopysign.ll10 %0 = tail call float @copysignf(float %x, float %y) nounwind readnone
44 %2 = tail call float @copysignf(float 5.000000e-01, float %1) nounwind readnone
51 declare float @copysignf(float, float) nounwind readnone
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dfcpsgn.ll23 %call = tail call float @copysignf(float %a, float %b) #0
34 declare float @copysignf(float, float) #0
39 %call = tail call float @copysignf(float %a, float %conv) #0
/external/llvm/test/CodeGen/PowerPC/
Dfcpsgn.ll23 %call = tail call float @copysignf(float %a, float %b) #0
34 declare float @copysignf(float, float) #0
39 %call = tail call float @copysignf(float %a, float %conv) #0
/external/llvm/test/CodeGen/ARM/
Dfcopysign.ll14 %0 = tail call float @copysignf(float %x, float %y) nounwind readnone
53 %2 = tail call float @copysignf(float 5.000000e-01, float %1) nounwind readnone
60 declare float @copysignf(float, float) nounwind
/external/llvm/test/CodeGen/Mips/
D2008-07-31-fcopysign.ll14 tail call float @copysignf( float %i, float %j ) nounwind readnone ; <float>:0 [#uses=1]
18 declare float @copysignf(float, float) nounwind readnone
Dfcopysign.ll55 %call = tail call float @copysignf(float %f0, float %f1) nounwind readnone
59 declare float @copysignf(float, float) nounwind readnone
Dfcopysign-f32-f64.ll10 declare float @copysignf(float, float) nounwind readnone
31 %call = tail call float @copysignf(float %add, float %conv) nounwind readnone
/external/llvm-project/llvm/test/CodeGen/Mips/
D2008-07-31-fcopysign.ll14 tail call float @copysignf( float %i, float %j ) nounwind readnone ; <float>:0 [#uses=1]
18 declare float @copysignf(float, float) nounwind readnone
Dfcopysign-f32-f64.ll10 declare float @copysignf(float, float) nounwind readnone
31 %call = tail call float @copysignf(float %add, float %conv) nounwind readnone
/external/llvm/test/CodeGen/WebAssembly/
Dcopysign-casts.ll10 declare float @copysignf(float, float) nounwind readnone
26 %t = call float @copysignf(float %a, float %c)
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dcopysign-casts.ll10 declare float @copysignf(float, float) nounwind readnone
26 %t = call float @copysignf(float %a, float %c)
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dfp-copysign-01.ll5 declare float @copysignf(float, float) readnone
16 %res = call float @copysignf(float %a, float %b) readnone
27 %res = call float @copysignf(float %a, float %b) readnone
40 %res = call float @copysignf(float %a, float %b) readnone
/external/llvm/test/CodeGen/SystemZ/
Dfp-copysign-01.ll5 declare float @copysignf(float, float) readnone
16 %res = call float @copysignf(float %a, float %b) readnone
27 %res = call float @copysignf(float %a, float %b) readnone
40 %res = call float @copysignf(float %a, float %b) readnone

12345